#A96ABD

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

Shades of Deep Lilac #A96ABD

Tints of Deep Lilac #A96ABD

Color information

#A96ABD (or 0xA96ABD) is unknown color: approx Deep Lilac. HEX triplet: A9, 6A and BD. RGB value is (169,106,189). Sum of RGB (Red+Green+Blue) = 169+106+189=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #A96ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ABD is #569542. Grayscale: #868686. Windows color (decimal): -5674307 or 12413609. OLE color: 12413609.

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

Color convert

RGB169106189-
CMYK0.110.4400.26
HSL285.54º38.6%57.84%-
HSV(B)285.54º43.92%74.12%-
XYZ30.722.4250.85-
YUV134.3158.87152.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.42%
GREEN value IS 106 (41.80% from 255) = 22.84%
BLUE value IS 189 (74.22% from 255) = 40.73%
R=36.42%
G=22.84%
B=40.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691061890.110.4400.26285.5438.657.84
HexA96ABDB2C01A11e273a
Octal25115227513540324364772
Binary101010011101010101111011011101100011010100011110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96ABD; }

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

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

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

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

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

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

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

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