#A96EB9

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

Shades of Deep Lilac #A96EB9

Tints of Deep Lilac #A96EB9

Color information

#A96EB9 (or 0xA96EB9) is unknown color: approx Deep Lilac. HEX triplet: A9, 6E and B9. RGB value is (169,110,185). Sum of RGB (Red+Green+Blue) = 169+110+185=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #A96EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96EB9 is #569146. Grayscale: #878787. Windows color (decimal): -5673287 or 12152489. OLE color: 12152489.

HSL color Cylindrical-coordinate representation of color #A96EB9: hue angle of 287.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A96EB9 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169110185-
CMYK0.090.4100.27
HSL287.2º34.88%57.84%-
HSV(B)287.2º40.54%72.55%-
XYZ30.723.0948.74-
YUV136.19155.55151.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.42%
GREEN value IS 110 (43.36% from 255) = 23.71%
BLUE value IS 185 (72.66% from 255) = 39.87%
R=36.42%
G=23.71%
B=39.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691101850.090.4100.27287.234.8857.84
HexA96EB992901B11f233a
Octal25115627111510334374372
Binary101010011101110101110011001101001011011100011111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96EB9; }

 p { color: rgb(169,110,185); }

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

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

 a { background-color: rgb(169,110,185); }

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

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

 span { border-color: rgb(169,110,185); }

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