#A15DBF

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

Shades of Deep Lilac #A15DBF

Tints of Deep Lilac #A15DBF

Color information

#A15DBF (or 0xA15DBF) is unknown color: approx Deep Lilac. HEX triplet: A1, 5D and BF. RGB value is (161,93,191). Sum of RGB (Red+Green+Blue) = 161+93+191=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #A15DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DBF is #5EA240. Grayscale: #7C7C7C. Windows color (decimal): -6201921 or 12541345. OLE color: 12541345.

HSL color Cylindrical-coordinate representation of color #A15DBF: hue angle of 281.63º 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 #A15DBF is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16193191-
CMYK0.160.5100.25
HSL281.63º43.36%55.69%-
HSV(B)281.63º51.31%74.9%-
XYZ28.0219.1751.51-
YUV124.5165.53154.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.18%
GREEN value IS 93 (36.72% from 255) = 20.90%
BLUE value IS 191 (75% from 255) = 42.92%
R=36.18%
G=20.90%
B=42.92%

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
Decimal161931910.160.5100.25281.6343.3655.69
HexA15DBF103301911a2b38
Octal24113527720630314325370
Binary1010000110111011011111110000110011011001100011010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15DBF; }

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

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

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

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

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

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

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

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