#A15EBA

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

Shades of Deep Lilac #A15EBA

Tints of Deep Lilac #A15EBA

Color information

#A15EBA (or 0xA15EBA) is unknown color: approx Deep Lilac. HEX triplet: A1, 5E and BA. RGB value is (161,94,186). Sum of RGB (Red+Green+Blue) = 161+94+186=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #A15EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15EBA is #5EA145. Grayscale: #7C7C7C. Windows color (decimal): -6201670 or 12213921. OLE color: 12213921.

HSL color Cylindrical-coordinate representation of color #A15EBA: hue angle of 283.7º degrees, saturation: 0.4, 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 #A15EBA is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16194186-
CMYK0.130.4900.27
HSL283.7º40%54.9%-
HSV(B)283.7º49.46%72.94%-
XYZ27.5619.1348.69-
YUV124.52162.7154.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 94 (37.11% from 255) = 21.32%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=36.51%
G=21.32%
B=42.18%

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
Decimal161941860.130.4900.27283.74054.9
HexA15EBAD3101B11c2837
Octal24113627215610334345067
Binary101000011011110101110101101110001011011100011100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15EBA; }

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

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

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

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

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

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

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

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