#A15FBD

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

Shades of Deep Lilac #A15FBD

Tints of Deep Lilac #A15FBD

Color information

#A15FBD (or 0xA15FBD) is unknown color: approx Deep Lilac. HEX triplet: A1, 5F and BD. RGB value is (161,95,189). Sum of RGB (Red+Green+Blue) = 161+95+189=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #A15FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FBD is #5EA042. Grayscale: #7D7D7D. Windows color (decimal): -6201411 or 12410785. OLE color: 12410785.

HSL color Cylindrical-coordinate representation of color #A15FBD: hue angle of 282.13º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15FBD is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16195189-
CMYK0.150.5000.26
HSL282.13º41.59%55.69%-
HSV(B)282.13º49.74%74.12%-
XYZ27.9819.4450.42-
YUV125.45163.87153.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.18%
GREEN value IS 95 (37.5% from 255) = 21.35%
BLUE value IS 189 (74.22% from 255) = 42.47%
R=36.18%
G=21.35%
B=42.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161951890.150.5000.26282.1341.5955.69
HexA15FBDF3201A11a2a38
Octal24113727517620324325270
Binary101000011011111101111011111110010011010100011010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15FBD; }

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

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

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

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

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

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

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

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