Shades of Deep Lilac #A947C1
Tints of Deep Lilac #A947C1
RGB
CMYK
RGB Variations
Color information
#A947C1 (or 0xA947C1) is known color: Deep Lilac. HEX triplet: A9, 47 and C1. RGB value is (169,71,193). Sum of RGB (Red+Green+Blue) = 169+71+193=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #A947C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A947C1 is #56B83E. Grayscale: #717171. Windows color (decimal): -5683263 or 12666793. OLE color: 12666793.
HSL color Cylindrical-coordinate representation of color #A947C1: hue angle of 288.2º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A947C1 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 71 | 193 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.24 |
| HSL | 288.2º | 0.5% | 0.52% | - |
| HSV(B) | 288.2º | 0.63% | 0.76% | - |
| XYZ | 28.24 | 16.79 | 52.2 | - |
| YUV | 114.21 | 172.47 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 71 | 193 | 0.12 | 0.63 | 0 | 0.24 | 288.2 | 0.5 | 0.52 |
| Hex | A9 | 47 | C1 | C | 3F | 0 | 18 | 120 | 32 | 34 |
| Octal | 251 | 107 | 301 | 14 | 77 | 0 | 30 | 440 | 62 | 64 |
| Binary | 10101001 | 1000111 | 11000001 | 1100 | 111111 | 0 | 11000 | 100100000 | 110010 | 110100 |
Color Harmonies of #A947C1
Complementary color
Monochromatic Colors of #A947C1
Black with #A947C1
Text Example
Text Example
White with #A947C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A947C1; }
p { color: rgb(169,71,193); }
H1.HeaderClassName
{
color: #A947C1;
}
.AnyTagClassName
{
color: #A947C1;
}
</style>
background-color css
<style>
a { background-color: #A947C1; }
a { background-color: rgb(169,71,193); }
div.DivClassName
{
background-color: #A947C1;
}
.BgClassName
{
background-color: #A947C1;
}
</style>
border-color css
<style>
span { border-color: #A947C1; }
span { border-color: rgb(169,71,193); }
td.TdClassName
{
border-color: #A947C1;
}
.TagClassName
{
border-color: #A947C1;
}
</style>