#A05EB5

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

Shades of Deep Lilac #A05EB5

Tints of Deep Lilac #A05EB5

Color information

#A05EB5 (or 0xA05EB5) is unknown color: approx Deep Lilac. HEX triplet: A0, 5E and B5. RGB value is (160,94,181). Sum of RGB (Red+Green+Blue) = 160+94+181=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 181 - color contains mainly: blue. Hex color #A05EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05EB5 is #5FA14A. Grayscale: #7B7B7B. Windows color (decimal): -6267211 or 11886240. OLE color: 11886240.

HSL color Cylindrical-coordinate representation of color #A05EB5: hue angle of 285.52º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A05EB5 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16094181-
CMYK0.120.4800.29
HSL285.52º37.02%53.92%-
HSV(B)285.52º48.07%70.98%-
XYZ26.8418.8245.93-
YUV123.65160.37153.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.78%
GREEN value IS 94 (37.11% from 255) = 21.61%
BLUE value IS 181 (71.09% from 255) = 41.61%
R=36.78%
G=21.61%
B=41.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160941810.120.4800.29285.5237.0253.92
HexA05EB5C3001D11e2536
Octal24013626514600354364566
Binary101000001011110101101011100110000011101100011110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05EB5; }

 p { color: rgb(160,94,181); }

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

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

 a { background-color: rgb(160,94,181); }

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

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

 span { border-color: rgb(160,94,181); }

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