Shades of Deep Lilac #A15FBE
Tints of Deep Lilac #A15FBE
RGB
CMYK
RGB Variations
Color information
#A15FBE (or 0xA15FBE) is known color: Deep Lilac. HEX triplet: A1, 5F and BE. RGB value is (161,95,190). Sum of RGB (Red+Green+Blue) = 161+95+190=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #A15FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FBE is #5EA041. Grayscale: #7D7D7D. Windows color (decimal): -6201410 or 12476321. OLE color: 12476321.
HSL color Cylindrical-coordinate representation of color #A15FBE: hue angle of 281.68º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15FBE is Cyan = 0.15, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 95 | 190 | - |
| CMYK | 0.15 | 0.5 | 0 | 0.25 |
| HSL | 281.68º | 0.42% | 0.56% | - |
| HSV(B) | 281.68º | 0.5% | 0.75% | - |
| XYZ | 28.08 | 19.48 | 50.99 | - |
| YUV | 125.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 95 | 190 | 0.15 | 0.5 | 0 | 0.25 | 281.68 | 0.42 | 0.56 |
| Hex | A1 | 5F | BE | F | 32 | 0 | 19 | 11A | 2A | 38 |
| Octal | 241 | 137 | 276 | 17 | 62 | 0 | 31 | 432 | 52 | 70 |
| Binary | 10100001 | 1011111 | 10111110 | 1111 | 110010 | 0 | 11001 | 100011010 | 101010 | 111000 |
Color Harmonies of #A15FBE
Complementary color
Monochromatic Colors of #A15FBE
Black with #A15FBE
Text Example
Text Example
White with #A15FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15FBE; }
p { color: rgb(161,95,190); }
H1.HeaderClassName
{
color: #A15FBE;
}
.AnyTagClassName
{
color: #A15FBE;
}
</style>
background-color css
<style>
a { background-color: #A15FBE; }
a { background-color: rgb(161,95,190); }
div.DivClassName
{
background-color: #A15FBE;
}
.BgClassName
{
background-color: #A15FBE;
}
</style>
border-color css
<style>
span { border-color: #A15FBE; }
span { border-color: rgb(161,95,190); }
td.TdClassName
{
border-color: #A15FBE;
}
.TagClassName
{
border-color: #A15FBE;
}
</style>