#A96CBB

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

Shades of Deep Lilac #A96CBB

Tints of Deep Lilac #A96CBB

Color information

#A96CBB (or 0xA96CBB) is unknown color: approx Deep Lilac. HEX triplet: A9, 6C and BB. RGB value is (169,108,187). Sum of RGB (Red+Green+Blue) = 169+108+187=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #A96CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CBB is #569344. Grayscale: #868686. Windows color (decimal): -5673797 or 12283049. OLE color: 12283049.

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

Color convert

RGB169108187-
CMYK0.100.4200.27
HSL286.33º36.74%57.84%-
HSV(B)286.33º42.25%73.33%-
XYZ30.6922.7549.79-
YUV135.24157.21152.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.42%
GREEN value IS 108 (42.58% from 255) = 23.28%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=36.42%
G=23.28%
B=40.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691081870.100.4200.27286.3336.7457.84
HexA96CBBA2A01B11e253a
Octal25115427312520334364572
Binary101010011101100101110111010101010011011100011110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96CBB; }

 p { color: rgb(169,108,187); }

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

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

 a { background-color: rgb(169,108,187); }

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

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

 span { border-color: rgb(169,108,187); }

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