#A15EB0

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

Shades of Deep Lilac #A15EB0

Tints of Deep Lilac #A15EB0

Color information

#A15EB0 (or 0xA15EB0) is unknown color: approx Deep Lilac. HEX triplet: A1, 5E and B0. RGB value is (161,94,176). Sum of RGB (Red+Green+Blue) = 161+94+176=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 176 - color contains mainly: blue. Hex color #A15EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15EB0 is #5EA14F. Grayscale: #7B7B7B. Windows color (decimal): -6201680 or 11558561. OLE color: 11558561.

HSL color Cylindrical-coordinate representation of color #A15EB0: hue angle of 289.02º degrees, saturation: 0.34, 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 #A15EB0 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16194176-
CMYK0.090.4700.31
HSL289.02º34.17%52.94%-
HSV(B)289.02º46.59%69.02%-
XYZ26.5418.7243.29-
YUV123.38157.7154.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 94 (37.11% from 255) = 21.81%
BLUE value IS 176 (69.14% from 255) = 40.84%
R=37.35%
G=21.81%
B=40.84%

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
Decimal161941760.090.4700.31289.0234.1752.94
HexA15EB092F01F1212235
Octal24113626011570374414265
Binary101000011011110101100001001101111011111100100001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15EB0; }

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

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

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

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

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

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

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

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