#A15BB1

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

Shades of Deep Lilac #A15BB1

Tints of Deep Lilac #A15BB1

Color information

#A15BB1 (or 0xA15BB1) is unknown color: approx Deep Lilac. HEX triplet: A1, 5B and B1. RGB value is (161,91,177). Sum of RGB (Red+Green+Blue) = 161+91+177=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 177 - color contains mainly: blue. Hex color #A15BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15BB1 is #5EA44E. Grayscale: #797979. Windows color (decimal): -6202447 or 11623329. OLE color: 11623329.

HSL color Cylindrical-coordinate representation of color #A15BB1: hue angle of 288.84º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A15BB1 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16191177-
CMYK0.090.4900.31
HSL288.84º35.54%52.55%-
HSV(B)288.84º48.59%69.41%-
XYZ26.3718.2343.72-
YUV121.73159.19156.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.53%
GREEN value IS 91 (35.94% from 255) = 21.21%
BLUE value IS 177 (69.53% from 255) = 41.26%
R=37.53%
G=21.21%
B=41.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161911770.090.4900.31288.8435.5452.55
HexA15BB193101F1212435
Octal24113326111610374414465
Binary101000011011011101100011001110001011111100100001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15BB1; }

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

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

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

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

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

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

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

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