Shades of Deep Lilac #A147BF
Tints of Deep Lilac #A147BF
RGB
CMYK
RGB Variations
Color information
#A147BF (or 0xA147BF) is known color: Deep Lilac. HEX triplet: A1, 47 and BF. RGB value is (161,71,191). Sum of RGB (Red+Green+Blue) = 161+71+191=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #A147BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A147BF is #5EB840. Grayscale: #6F6F6F. Windows color (decimal): -6207553 or 12535713. OLE color: 12535713.
HSL color Cylindrical-coordinate representation of color #A147BF: hue angle of 285º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A147BF is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 71 | 191 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.25 |
| HSL | 285º | 0.48% | 0.51% | - |
| HSV(B) | 285º | 0.63% | 0.75% | - |
| XYZ | 26.36 | 15.85 | 50.96 | - |
| YUV | 111.59 | 172.82 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 191 | 0.16 | 0.63 | 0 | 0.25 | 285 | 0.48 | 0.51 |
| Hex | A1 | 47 | BF | 10 | 3F | 0 | 19 | 11D | 30 | 33 |
| Octal | 241 | 107 | 277 | 20 | 77 | 0 | 31 | 435 | 60 | 63 |
| Binary | 10100001 | 1000111 | 10111111 | 10000 | 111111 | 0 | 11001 | 100011101 | 110000 | 110011 |
Color Harmonies of #A147BF
Complementary color
Monochromatic Colors of #A147BF
Black with #A147BF
Text Example
Text Example
White with #A147BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A147BF; }
p { color: rgb(161,71,191); }
H1.HeaderClassName
{
color: #A147BF;
}
.AnyTagClassName
{
color: #A147BF;
}
</style>
background-color css
<style>
a { background-color: #A147BF; }
a { background-color: rgb(161,71,191); }
div.DivClassName
{
background-color: #A147BF;
}
.BgClassName
{
background-color: #A147BF;
}
</style>
border-color css
<style>
span { border-color: #A147BF; }
span { border-color: rgb(161,71,191); }
td.TdClassName
{
border-color: #A147BF;
}
.TagClassName
{
border-color: #A147BF;
}
</style>