#A966C0

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

Shades of Deep Lilac #A966C0

Tints of Deep Lilac #A966C0

Color information

#A966C0 (or 0xA966C0) is unknown color: approx Deep Lilac. HEX triplet: A9, 66 and C0. RGB value is (169,102,192). Sum of RGB (Red+Green+Blue) = 169+102+192=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #A966C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A966C0 is #56993F. Grayscale: #848484. Windows color (decimal): -5675328 or 12609193. OLE color: 12609193.

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

Color convert

RGB169102192-
CMYK0.120.4700.25
HSL284.67º41.67%57.65%-
HSV(B)284.67º46.88%75.29%-
XYZ30.6321.7452.45-
YUV132.29161.7154.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.50%
GREEN value IS 102 (40.23% from 255) = 22.03%
BLUE value IS 192 (75.39% from 255) = 41.47%
R=36.50%
G=22.03%
B=41.47%

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
Decimal1691021920.120.4700.25284.6741.6757.65
HexA966C0C2F01911d2a3a
Octal25114630014570314355272
Binary101010011100110110000001100101111011001100011101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A966C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A966C0; }

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

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

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

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

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

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

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

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