#A15BBF

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

Shades of Deep Lilac #A15BBF

Tints of Deep Lilac #A15BBF

Color information

#A15BBF (or 0xA15BBF) is unknown color: approx Deep Lilac. HEX triplet: A1, 5B and BF. RGB value is (161,91,191). Sum of RGB (Red+Green+Blue) = 161+91+191=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #A15BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15BBF is #5EA440. Grayscale: #7B7B7B. Windows color (decimal): -6202433 or 12540833. OLE color: 12540833.

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

Color convert

RGB16191191-
CMYK0.160.5200.25
HSL282º43.86%55.29%-
HSV(B)282º52.36%74.9%-
XYZ27.8418.8251.46-
YUV123.33166.19154.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 91 (35.94% from 255) = 20.54%
BLUE value IS 191 (75% from 255) = 43.12%
R=36.34%
G=20.54%
B=43.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161911910.160.5200.2528243.8655.29
HexA15BBF103401911a2c37
Octal24113327720640314325467
Binary1010000110110111011111110000110100011001100011010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15BBF; }

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

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

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

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

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

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

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

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