#A05EAF

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

Shades of Deep Lilac #A05EAF

Tints of Deep Lilac #A05EAF

Color information

#A05EAF (or 0xA05EAF) is unknown color: approx Deep Lilac. HEX triplet: A0, 5E and AF. RGB value is (160,94,175). Sum of RGB (Red+Green+Blue) = 160+94+175=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #A05EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05EAF is #5FA150. Grayscale: #7A7A7A. Windows color (decimal): -6267217 or 11493024. OLE color: 11493024.

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

Color convert

RGB16094175-
CMYK0.090.4600.31
HSL288.89º33.61%52.75%-
HSV(B)288.89º46.29%68.63%-
XYZ26.2418.5742.76-
YUV122.97157.37154.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 94 (37.11% from 255) = 21.91%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=37.30%
G=21.91%
B=40.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160941750.090.4600.31288.8933.6152.75
HexA05EAF92E01F1212235
Octal24013625711560374414265
Binary101000001011110101011111001101110011111100100001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05EAF; }

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

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

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

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

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

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

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

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