#A96AB9

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

Shades of Deep Lilac #A96AB9

Tints of Deep Lilac #A96AB9

Color information

#A96AB9 (or 0xA96AB9) is unknown color: approx Deep Lilac. HEX triplet: A9, 6A and B9. RGB value is (169,106,185). Sum of RGB (Red+Green+Blue) = 169+106+185=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 185 - color contains mainly: blue. Hex color #A96AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96AB9 is #569546. Grayscale: #858585. Windows color (decimal): -5674311 or 12151465. OLE color: 12151465.

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

Color convert

RGB169106185-
CMYK0.090.4300.27
HSL287.85º36.07%57.06%-
HSV(B)287.85º42.7%72.55%-
XYZ30.2722.2548.6-
YUV133.84156.87153.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 106 (41.80% from 255) = 23.04%
BLUE value IS 185 (72.66% from 255) = 40.22%
R=36.74%
G=23.04%
B=40.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691061850.090.4300.27287.8536.0757.06
HexA96AB992B01B1202439
Octal25115227111530334404471
Binary101010011101010101110011001101011011011100100000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96AB9; }

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

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

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

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

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

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

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

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