#A05AAF

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

Shades of Deep Lilac #A05AAF

Tints of Deep Lilac #A05AAF

Color information

#A05AAF (or 0xA05AAF) is unknown color: approx Deep Lilac. HEX triplet: A0, 5A and AF. RGB value is (160,90,175). Sum of RGB (Red+Green+Blue) = 160+90+175=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #A05AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05AAF is #5FA550. Grayscale: #787878. Windows color (decimal): -6268241 or 11492000. OLE color: 11492000.

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

Color convert

RGB16090175-
CMYK0.090.4900.31
HSL289.41º34.69%51.96%-
HSV(B)289.41º48.57%68.63%-
XYZ25.8917.8842.64-
YUV120.62158.69156.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 90 (35.55% from 255) = 21.18%
BLUE value IS 175 (68.75% from 255) = 41.18%
R=37.65%
G=21.18%
B=41.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160901750.090.4900.31289.4134.6951.96
HexA05AAF93101F1212334
Octal24013225711610374414364
Binary101000001011010101011111001110001011111100100001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05AAF; }

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

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

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

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

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

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

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

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