#A066BF

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

Shades of Deep Lilac #A066BF

Tints of Deep Lilac #A066BF

Color information

#A066BF (or 0xA066BF) is unknown color: approx Deep Lilac. HEX triplet: A0, 66 and BF. RGB value is (160,102,191). Sum of RGB (Red+Green+Blue) = 160+102+191=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #A066BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066BF is #5F9940. Grayscale: #818181. Windows color (decimal): -6265153 or 12543648. OLE color: 12543648.

HSL color Cylindrical-coordinate representation of color #A066BF: hue angle of 279.1º 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 #A066BF is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160102191-
CMYK0.160.4700.25
HSL279.1º41.01%57.45%-
HSV(B)279.1º46.6%74.9%-
XYZ28.6520.7451.78-
YUV129.49162.72149.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.32%
GREEN value IS 102 (40.23% from 255) = 22.52%
BLUE value IS 191 (75% from 255) = 42.16%
R=35.32%
G=22.52%
B=42.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601021910.160.4700.25279.141.0157.45
HexA066BF102F0191172939
Octal24014627720570314275171
Binary1010000011001101011111110000101111011001100010111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A066BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A066BF; }

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

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

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

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

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

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

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

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