#A96EBD

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

Shades of Deep Lilac #A96EBD

Tints of Deep Lilac #A96EBD

Color information

#A96EBD (or 0xA96EBD) is unknown color: approx Deep Lilac. HEX triplet: A9, 6E and BD. RGB value is (169,110,189). Sum of RGB (Red+Green+Blue) = 169+110+189=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #A96EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96EBD is #569142. Grayscale: #888888. Windows color (decimal): -5673283 or 12414633. OLE color: 12414633.

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

Color convert

RGB169110189-
CMYK0.110.4200.26
HSL284.81º37.44%58.63%-
HSV(B)284.81º41.8%74.12%-
XYZ31.1223.2650.99-
YUV136.65157.55151.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 110 (43.36% from 255) = 23.50%
BLUE value IS 189 (74.22% from 255) = 40.38%
R=36.11%
G=23.50%
B=40.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691101890.110.4200.26284.8137.4458.63
HexA96EBDB2A01A11d253b
Octal25115627513520324354573
Binary101010011101110101111011011101010011010100011101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96EBD; }

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

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

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

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

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

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

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

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