#A15EB5

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

Shades of Deep Lilac #A15EB5

Tints of Deep Lilac #A15EB5

Color information

#A15EB5 (or 0xA15EB5) is unknown color: approx Deep Lilac. HEX triplet: A1, 5E and B5. RGB value is (161,94,181). Sum of RGB (Red+Green+Blue) = 161+94+181=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 181 - color contains mainly: blue. Hex color #A15EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15EB5 is #5EA14A. Grayscale: #7B7B7B. Windows color (decimal): -6201675 or 11886241. OLE color: 11886241.

HSL color Cylindrical-coordinate representation of color #A15EB5: hue angle of 286.21º 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 #A15EB5 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16194181-
CMYK0.110.4800.29
HSL286.21º37.02%53.92%-
HSV(B)286.21º48.07%70.98%-
XYZ27.0418.9245.94-
YUV123.95160.2154.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 94 (37.11% from 255) = 21.56%
BLUE value IS 181 (71.09% from 255) = 41.51%
R=36.93%
G=21.56%
B=41.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161941810.110.4800.29286.2137.0253.92
HexA15EB5B3001D11e2536
Octal24113626513600354364566
Binary101000011011110101101011011110000011101100011110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15EB5; }

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

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

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

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

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

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

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

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