#A15FB1

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

Shades of Deep Lilac #A15FB1

Tints of Deep Lilac #A15FB1

Color information

#A15FB1 (or 0xA15FB1) is unknown color: approx Deep Lilac. HEX triplet: A1, 5F and B1. RGB value is (161,95,177). Sum of RGB (Red+Green+Blue) = 161+95+177=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 177 - color contains mainly: blue. Hex color #A15FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15FB1 is #5EA04E. Grayscale: #7B7B7B. Windows color (decimal): -6201423 or 11624353. OLE color: 11624353.

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

Color convert

RGB16195177-
CMYK0.090.4600.31
HSL288.29º34.45%53.33%-
HSV(B)288.29º46.33%69.41%-
XYZ26.7318.9443.84-
YUV124.08157.87154.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 177 (69.53% from 255) = 40.88%
R=37.18%
G=21.94%
B=40.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161951770.090.4600.31288.2934.4553.33
HexA15FB192E01F1202235
Octal24113726111560374404265
Binary101000011011111101100011001101110011111100100000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15FB1; }

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

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

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

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

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

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

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

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