#A966BF

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

Shades of Deep Lilac #A966BF

Tints of Deep Lilac #A966BF

Color information

#A966BF (or 0xA966BF) is unknown color: approx Deep Lilac. HEX triplet: A9, 66 and BF. RGB value is (169,102,191). Sum of RGB (Red+Green+Blue) = 169+102+191=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #A966BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A966BF is #569940. Grayscale: #838383. Windows color (decimal): -5675329 or 12543657. OLE color: 12543657.

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

Color convert

RGB169102191-
CMYK0.120.4700.25
HSL285.17º41.01%57.45%-
HSV(B)285.17º46.6%74.9%-
XYZ30.5221.751.87-
YUV132.18161.2154.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.58%
GREEN value IS 102 (40.23% from 255) = 22.08%
BLUE value IS 191 (75% from 255) = 41.34%
R=36.58%
G=22.08%
B=41.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691021910.120.4700.25285.1741.0157.45
HexA966BFC2F01911d2939
Octal25114627714570314355171
Binary101010011100110101111111100101111011001100011101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A966BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A966BF; }

 p { color: rgb(169,102,191); }

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

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

 a { background-color: rgb(169,102,191); }

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

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

 span { border-color: rgb(169,102,191); }

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