#A96BC0

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

Shades of Deep Lilac #A96BC0

Tints of Deep Lilac #A96BC0

Color information

#A96BC0 (or 0xA96BC0) is unknown color: approx Deep Lilac. HEX triplet: A9, 6B and C0. RGB value is (169,107,192). Sum of RGB (Red+Green+Blue) = 169+107+192=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #A96BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BC0 is #56943F. Grayscale: #868686. Windows color (decimal): -5674048 or 12610473. OLE color: 12610473.

HSL color Cylindrical-coordinate representation of color #A96BC0: hue angle of 283.76º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A96BC0 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169107192-
CMYK0.120.4400.25
HSL283.76º40.28%58.63%-
HSV(B)283.76º44.27%75.29%-
XYZ31.1322.7652.62-
YUV135.23160.04152.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 107 (42.19% from 255) = 22.86%
BLUE value IS 192 (75.39% from 255) = 41.03%
R=36.11%
G=22.86%
B=41.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691071920.120.4400.25283.7640.2858.63
HexA96BC0C2C01911c283b
Octal25115330014540314345073
Binary101010011101011110000001100101100011001100011100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96BC0; }

 p { color: rgb(169,107,192); }

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

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

 a { background-color: rgb(169,107,192); }

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

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

 span { border-color: rgb(169,107,192); }

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