#A15EB1

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

Shades of Deep Lilac #A15EB1

Tints of Deep Lilac #A15EB1

Color information

#A15EB1 (or 0xA15EB1) is unknown color: approx Deep Lilac. HEX triplet: A1, 5E and B1. RGB value is (161,94,177). Sum of RGB (Red+Green+Blue) = 161+94+177=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 177 - color contains mainly: blue. Hex color #A15EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15EB1 is #5EA14E. Grayscale: #7B7B7B. Windows color (decimal): -6201679 or 11624097. OLE color: 11624097.

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

Color convert

RGB16194177-
CMYK0.090.4700.31
HSL288.43º34.73%53.14%-
HSV(B)288.43º46.89%69.41%-
XYZ26.6418.7643.81-
YUV123.49158.2154.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.27%
GREEN value IS 94 (37.11% from 255) = 21.76%
BLUE value IS 177 (69.53% from 255) = 40.97%
R=37.27%
G=21.76%
B=40.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161941770.090.4700.31288.4334.7353.14
HexA15EB192F01F1202335
Octal24113626111570374404365
Binary101000011011110101100011001101111011111100100000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15EB1; }

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

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

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

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

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

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

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

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