#a15ebf

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

Shades of Deep Lilac #A15EBF

Tints of Deep Lilac #A15EBF

Color information

#A15EBF (or 0xA15EBF) is unknown color: approx Deep Lilac. HEX triplet: A1, 5E and BF. RGB value is (161,94,191). Sum of RGB (Red+Green+Blue) = 161+94+191=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #A15EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15EBF is #5EA140. Grayscale: #7C7C7C. Windows color (decimal): -6201665 or 12541601. OLE color: 12541601.

HSL color Cylindrical-coordinate representation of color #A15EBF: hue angle of 281.44º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A15EBF is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16194191-
CMYK0.160.5100.25
HSL281.44º43.11%55.88%-
HSV(B)281.44º50.79%74.9%-
XYZ28.119.3451.54-
YUV125.09165.2153.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.10%
GREEN value IS 94 (37.11% from 255) = 21.08%
BLUE value IS 191 (75% from 255) = 42.83%
R=36.10%
G=21.08%
B=42.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161941910.160.5100.25281.4443.1155.88
HexA15EBF10330191192b38
Octal24113627720630314315370
Binary1010000110111101011111110000110011011001100011001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a15ebf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a15ebf; }

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

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

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

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

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

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

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

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