#A05AAE

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

Shades of Deep Lilac #A05AAE

Tints of Deep Lilac #A05AAE

Color information

#A05AAE (or 0xA05AAE) is unknown color: approx Deep Lilac. HEX triplet: A0, 5A and AE. RGB value is (160,90,174). Sum of RGB (Red+Green+Blue) = 160+90+174=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #A05AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05AAE is #5FA551. Grayscale: #787878. Windows color (decimal): -6268242 or 11426464. OLE color: 11426464.

HSL color Cylindrical-coordinate representation of color #A05AAE: hue angle of 290º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A05AAE is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16090174-
CMYK0.080.4800.32
HSL290º34.15%51.76%-
HSV(B)290º48.28%68.24%-
XYZ25.7917.8442.13-
YUV120.51158.19156.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.74%
GREEN value IS 90 (35.55% from 255) = 21.23%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=37.74%
G=21.23%
B=41.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160901740.080.4800.3229034.1551.76
HexA05AAE8300201222234
Octal24013225610600404424264
Binary1010000010110101010111010001100000100000100100010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05AAE; }

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

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

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

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

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

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

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

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