#A15EB9

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

Shades of Deep Lilac #A15EB9

Tints of Deep Lilac #A15EB9

Color information

#A15EB9 (or 0xA15EB9) is unknown color: approx Deep Lilac. HEX triplet: A1, 5E and B9. RGB value is (161,94,185). Sum of RGB (Red+Green+Blue) = 161+94+185=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #A15EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15EB9 is #5EA146. Grayscale: #7C7C7C. Windows color (decimal): -6201671 or 12148385. OLE color: 12148385.

HSL color Cylindrical-coordinate representation of color #A15EB9: hue angle of 284.18º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A15EB9 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16194185-
CMYK0.130.4900.27
HSL284.18º39.39%54.71%-
HSV(B)284.18º49.19%72.55%-
XYZ27.4619.0948.14-
YUV124.41162.2154.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 94 (37.11% from 255) = 21.36%
BLUE value IS 185 (72.66% from 255) = 42.05%
R=36.59%
G=21.36%
B=42.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161941850.130.4900.27284.1839.3954.71
HexA15EB9D3101B11c2737
Octal24113627115610334344767
Binary101000011011110101110011101110001011011100011100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15EB9; }

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

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

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

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

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

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

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

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