Html Css Color HEX #A96CBD Deep Lilac

📋 copy color: '#A96CBD'

red 169 ◦ green 108 ◦ blue 189

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

Shades of Deep Lilac #A96CBD

Tints of Deep Lilac #A96CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.56%

R = 36.27%
G = 23.18%
B = 40.56%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A96CBD (or 0xA96CBD) is known color: Deep Lilac. HEX triplet: A9, 6C and BD. RGB value is (169,108,189). Sum of RGB (Red+Green+Blue) = 169+108+189=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #A96CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CBD is #569342. Grayscale: #878787. Windows color (decimal): -5673795 or 12414121. OLE color: 12414121.

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

Color convert

RGB 169 108 189 -
CMYK 0.11 0.43 0 0.26
HSL 285.19º 0.38% 0.58% -
HSV(B) 285.19º 0.43% 0.74% -
XYZ 30.91 22.83 50.92 -
YUV 135.47 158.21 151.91 -
System Red Green Blue C M Y K H S L
Decimal 169 108 189 0.11 0.43 0 0.26 285.19 0.38 0.58
Hex A9 6C BD B 2B 0 1A 11D 26 3A
Octal 251 154 275 13 53 0 32 435 46 72
Binary 10101001 1101100 10111101 1011 101011 0 11010 100011101 100110 111010

Color Harmonies of #A96CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CBD

Black with #A96CBD

Text Example


Text Example

White with #A96CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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