Shades of Deep Lilac #A15FBB
Tints of Deep Lilac #A15FBB
RGB
CMYK
RGB Variations
Color information
#A15FBB (or 0xA15FBB) is known color: Deep Lilac. HEX triplet: A1, 5F and BB. RGB value is (161,95,187). Sum of RGB (Red+Green+Blue) = 161+95+187=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #A15FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FBB is #5EA044. Grayscale: #7C7C7C. Windows color (decimal): -6201413 or 12279713. OLE color: 12279713.
HSL color Cylindrical-coordinate representation of color #A15FBB: hue angle of 283.04º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A15FBB is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 95 | 187 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.27 |
| HSL | 283.04º | 0.4% | 0.55% | - |
| HSV(B) | 283.04º | 0.49% | 0.73% | - |
| XYZ | 27.76 | 19.35 | 49.29 | - |
| YUV | 125.22 | 162.87 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 95 | 187 | 0.14 | 0.49 | 0 | 0.27 | 283.04 | 0.4 | 0.55 |
| Hex | A1 | 5F | BB | E | 31 | 0 | 1B | 11B | 28 | 37 |
| Octal | 241 | 137 | 273 | 16 | 61 | 0 | 33 | 433 | 50 | 67 |
| Binary | 10100001 | 1011111 | 10111011 | 1110 | 110001 | 0 | 11011 | 100011011 | 101000 | 110111 |
Color Harmonies of #A15FBB
Complementary color
Monochromatic Colors of #A15FBB
Black with #A15FBB
Text Example
Text Example
White with #A15FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15FBB; }
p { color: rgb(161,95,187); }
H1.HeaderClassName
{
color: #A15FBB;
}
.AnyTagClassName
{
color: #A15FBB;
}
</style>
background-color css
<style>
a { background-color: #A15FBB; }
a { background-color: rgb(161,95,187); }
div.DivClassName
{
background-color: #A15FBB;
}
.BgClassName
{
background-color: #A15FBB;
}
</style>
border-color css
<style>
span { border-color: #A15FBB; }
span { border-color: rgb(161,95,187); }
td.TdClassName
{
border-color: #A15FBB;
}
.TagClassName
{
border-color: #A15FBB;
}
</style>