#A066BA

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

Shades of Deep Lilac #A066BA

Tints of Deep Lilac #A066BA

Color information

#A066BA (or 0xA066BA) is unknown color: approx Deep Lilac. HEX triplet: A0, 66 and BA. RGB value is (160,102,186). Sum of RGB (Red+Green+Blue) = 160+102+186=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #A066BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066BA is #5F9945. Grayscale: #808080. Windows color (decimal): -6265158 or 12215968. OLE color: 12215968.

HSL color Cylindrical-coordinate representation of color #A066BA: hue angle of 281.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A066BA is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160102186-
CMYK0.140.4500.27
HSL281.43º37.84%56.47%-
HSV(B)281.43º45.16%72.94%-
XYZ28.1120.5248.93-
YUV128.92160.22150.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.71%
GREEN value IS 102 (40.23% from 255) = 22.77%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=35.71%
G=22.77%
B=41.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601021860.140.4500.27281.4337.8456.47
HexA066BAE2D01B1192638
Octal24014627216550334314670
Binary101000001100110101110101110101101011011100011001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A066BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A066BA; }

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

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

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

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

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

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

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

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