#A96DB6

Color #A96DB6 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A96DB6

Tints of Deep Lilac #A96DB6

Color information

#A96DB6 (or 0xA96DB6) is unknown color: approx Deep Lilac. HEX triplet: A9, 6D and B6. RGB value is (169,109,182). Sum of RGB (Red+Green+Blue) = 169+109+182=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 182 - color contains mainly: blue. Hex color #A96DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DB6 is #569249. Grayscale: #878787. Windows color (decimal): -5673546 or 11955625. OLE color: 11955625.

HSL color Cylindrical-coordinate representation of color #A96DB6: hue angle of 289.32º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96DB6 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169109182-
CMYK0.070.4000.29
HSL289.32º33.33%57.06%-
HSV(B)289.32º40.11%71.37%-
XYZ30.2722.7547.05-
YUV135.26154.38152.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 109 (42.97% from 255) = 23.70%
BLUE value IS 182 (71.48% from 255) = 39.57%
R=36.74%
G=23.70%
B=39.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691091820.070.4000.29289.3233.3357.06
HexA96DB672801D1212139
Octal2511552667500354414171
Binary10101001110110110110110111101000011101100100001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96DB6; }

 p { color: rgb(169,109,182); }

 H1.HeaderClassName
 {
   color: #A96DB6;
 }
 .AnyTagClassName
 {
   color: #A96DB6;
 }
</style>
background-color css

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

 a { background-color: rgb(169,109,182); }

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

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

 span { border-color: rgb(169,109,182); }

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