#A066AF

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

Shades of Deep Lilac #A066AF

Tints of Deep Lilac #A066AF

Color information

#A066AF (or 0xA066AF) is unknown color: approx Deep Lilac. HEX triplet: A0, 66 and AF. RGB value is (160,102,175). Sum of RGB (Red+Green+Blue) = 160+102+175=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #A066AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A066AF is #5F9950. Grayscale: #7F7F7F. Windows color (decimal): -6265169 or 11495072. OLE color: 11495072.

HSL color Cylindrical-coordinate representation of color #A066AF: hue angle of 287.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A066AF is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB160102175-
CMYK0.090.4200.31
HSL287.67º31.33%54.31%-
HSV(B)287.67º41.71%68.63%-
XYZ26.9920.0743.01-
YUV127.66154.72151.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.61%
GREEN value IS 102 (40.23% from 255) = 23.34%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=36.61%
G=23.34%
B=40.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601021750.090.4200.31287.6731.3354.31
HexA066AF92A01F1201f36
Octal24014625711520374403766
Binary10100000110011010101111100110101001111110010000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A066AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A066AF; }

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

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

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

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

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

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

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

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