Html Css Color HEX #A96CBE Deep Lilac

📋 copy color: '#A96CBE'

red 169 ◦ green 108 ◦ blue 190

#A96CBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #A96CBE

Tints of Deep Lilac #A96CBE

RGB

 RED value IS 169 (66.41% from 255) = 36.19%

 GREEN value IS 108 (42.58% from 255) = 23.13%

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 36.19%
G = 23.13%
B = 40.69%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A96CBE (or 0xA96CBE) is known color: Deep Lilac. HEX triplet: A9, 6C and BE. RGB value is (169,108,190). Sum of RGB (Red+Green+Blue) = 169+108+190=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #A96CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CBE is #569341. Grayscale: #878787. Windows color (decimal): -5673794 or 12479657. OLE color: 12479657.

HSL color Cylindrical-coordinate representation of color #A96CBE: hue angle of 284.63º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96CBE is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 108 190 -
CMYK 0.11 0.43 0 0.25
HSL 284.63º 0.39% 0.58% -
HSV(B) 284.63º 0.43% 0.75% -
XYZ 31.02 22.88 51.5 -
YUV 135.59 158.71 151.83 -
System Red Green Blue C M Y K H S L
Decimal 169 108 190 0.11 0.43 0 0.25 284.63 0.39 0.58
Hex A9 6C BE B 2B 0 19 11D 27 3A
Octal 251 154 276 13 53 0 31 435 47 72
Binary 10101001 1101100 10111110 1011 101011 0 11001 100011101 100111 111010

Color Harmonies of #A96CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CBE

Black with #A96CBE

Text Example


Text Example

White with #A96CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CBE; }

 p { color: rgb(169,108,190); }

 H1.HeaderClassName
 {
   color: #A96CBE;
 }
 .AnyTagClassName
 {
   color: #A96CBE;
 }
</style>

background-color css

<style>
 a { background-color: #A96CBE; }

 a { background-color: rgb(169,108,190); }

 div.DivClassName
 {
   background-color: #A96CBE;
 }
 .BgClassName
 {
   background-color: #A96CBE;
 }
</style>

border-color css

<style>
 span { border-color: #A96CBE; }

 span { border-color: rgb(169,108,190); }

 td.TdClassName
 {
   border-color: #A96CBE;
 }
 .TagClassName
 {
   border-color: #A96CBE;
 }
</style>