#A05ABD

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

Shades of Deep Lilac #A05ABD

Tints of Deep Lilac #A05ABD

Color information

#A05ABD (or 0xA05ABD) is unknown color: approx Deep Lilac. HEX triplet: A0, 5A and BD. RGB value is (160,90,189). Sum of RGB (Red+Green+Blue) = 160+90+189=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #A05ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ABD is #5FA542. Grayscale: #797979. Windows color (decimal): -6268227 or 12409504. OLE color: 12409504.

HSL color Cylindrical-coordinate representation of color #A05ABD: hue angle of 282.42º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A05ABD is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16090189-
CMYK0.150.5200.26
HSL282.42º42.86%54.71%-
HSV(B)282.42º52.38%74.12%-
XYZ27.3418.4650.27-
YUV122.22165.69154.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 90 (35.55% from 255) = 20.50%
BLUE value IS 189 (74.22% from 255) = 43.05%
R=36.45%
G=20.50%
B=43.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160901890.150.5200.26282.4242.8654.71
HexA05ABDF3401A11a2b37
Octal24013227517640324325367
Binary101000001011010101111011111110100011010100011010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05ABD; }

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

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

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

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

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

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

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

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