#A05ABE

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

Shades of Deep Lilac #A05ABE

Tints of Deep Lilac #A05ABE

Color information

#A05ABE (or 0xA05ABE) is unknown color: approx Deep Lilac. HEX triplet: A0, 5A and BE. RGB value is (160,90,190). Sum of RGB (Red+Green+Blue) = 160+90+190=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #A05ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ABE is #5FA541. Grayscale: #7A7A7A. Windows color (decimal): -6268226 or 12475040. OLE color: 12475040.

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

Color convert

RGB16090190-
CMYK0.160.5300.25
HSL282º43.48%54.9%-
HSV(B)282º52.63%74.51%-
XYZ27.4518.550.84-
YUV122.33166.19154.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.36%
GREEN value IS 90 (35.55% from 255) = 20.45%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=36.36%
G=20.45%
B=43.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160901900.160.5300.2528243.4854.9
HexA05ABE103501911a2b37
Octal24013227620650314325367
Binary1010000010110101011111010000110101011001100011010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05ABE; }

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

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

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

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

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

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

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

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