#A15DBA

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

Shades of Deep Lilac #A15DBA

Tints of Deep Lilac #A15DBA

Color information

#A15DBA (or 0xA15DBA) is unknown color: approx Deep Lilac. HEX triplet: A1, 5D and BA. RGB value is (161,93,186). Sum of RGB (Red+Green+Blue) = 161+93+186=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #A15DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DBA is #5EA245. Grayscale: #7B7B7B. Windows color (decimal): -6201926 or 12213665. OLE color: 12213665.

HSL color Cylindrical-coordinate representation of color #A15DBA: hue angle of 283.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15DBA is Cyan = 0.13, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16193186-
CMYK0.130.500.27
HSL283.87º40.26%54.71%-
HSV(B)283.87º50%72.94%-
XYZ27.4818.9548.66-
YUV123.93163.03154.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 93 (36.72% from 255) = 21.14%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=36.59%
G=21.14%
B=42.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161931860.130.500.27283.8740.2654.71
HexA15DBAD3201B11c2837
Octal24113527215620334345067
Binary101000011011101101110101101110010011011100011100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15DBA; }

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

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

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

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

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

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

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

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