#A066BE

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

Shades of Deep Lilac #A066BE

Tints of Deep Lilac #A066BE

Color information

#A066BE (or 0xA066BE) is unknown color: approx Deep Lilac. HEX triplet: A0, 66 and BE. RGB value is (160,102,190). Sum of RGB (Red+Green+Blue) = 160+102+190=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #A066BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066BE is #5F9941. Grayscale: #818181. Windows color (decimal): -6265154 or 12478112. OLE color: 12478112.

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

Color convert

RGB160102190-
CMYK0.160.4600.25
HSL279.55º40.37%57.25%-
HSV(B)279.55º46.32%74.51%-
XYZ28.5420.6951.21-
YUV129.37162.22149.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.40%
GREEN value IS 102 (40.23% from 255) = 22.57%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=35.40%
G=22.57%
B=42.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601021900.160.4600.25279.5540.3757.25
HexA066BE102E0191182839
Octal24014627620560314305071
Binary1010000011001101011111010000101110011001100011000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A066BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A066BE; }

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

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

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

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

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

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

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

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