#A05ABB

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

Shades of Deep Lilac #A05ABB

Tints of Deep Lilac #A05ABB

Color information

#A05ABB (or 0xA05ABB) is unknown color: approx Deep Lilac. HEX triplet: A0, 5A and BB. RGB value is (160,90,187). Sum of RGB (Red+Green+Blue) = 160+90+187=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #A05ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ABB is #5FA544. Grayscale: #797979. Windows color (decimal): -6268229 or 12278432. OLE color: 12278432.

HSL color Cylindrical-coordinate representation of color #A05ABB: hue angle of 283.3º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A05ABB is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16090187-
CMYK0.140.5200.27
HSL283.3º41.63%54.31%-
HSV(B)283.3º51.87%73.33%-
XYZ27.1218.3749.13-
YUV121.99164.69155.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.61%
GREEN value IS 90 (35.55% from 255) = 20.59%
BLUE value IS 187 (73.44% from 255) = 42.79%
R=36.61%
G=20.59%
B=42.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160901870.140.5200.27283.341.6354.31
HexA05ABBE3401B11b2a36
Octal24013227316640334335266
Binary101000001011010101110111110110100011011100011011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05ABB; }

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

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

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

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

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

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

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

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