#a15eb2

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

Shades of Deep Lilac #A15EB2

Tints of Deep Lilac #A15EB2

Color information

#A15EB2 (or 0xA15EB2) is unknown color: approx Deep Lilac. HEX triplet: A1, 5E and B2. RGB value is (161,94,178). Sum of RGB (Red+Green+Blue) = 161+94+178=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 178 - color contains mainly: blue. Hex color #A15EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15EB2 is #5EA14D. Grayscale: #7B7B7B. Windows color (decimal): -6201678 or 11689633. OLE color: 11689633.

HSL color Cylindrical-coordinate representation of color #A15EB2: hue angle of 287.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15EB2 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16194178-
CMYK0.100.4700.30
HSL287.86º35.29%53.33%-
HSV(B)287.86º47.19%69.8%-
XYZ26.7418.844.34-
YUV123.61158.7154.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 94 (37.11% from 255) = 21.71%
BLUE value IS 178 (69.92% from 255) = 41.11%
R=37.18%
G=21.71%
B=41.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161941780.100.4700.30287.8635.2953.33
HexA15EB2A2F01E1202335
Octal24113626212570364404365
Binary101000011011110101100101010101111011110100100000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a15eb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a15eb2; }

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

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

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

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

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

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

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

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