Shades of Deep Lilac #A947C3
Tints of Deep Lilac #A947C3
RGB
CMYK
RGB Variations
Color information
#A947C3 (or 0xA947C3) is known color: Deep Lilac. HEX triplet: A9, 47 and C3. RGB value is (169,71,195). Sum of RGB (Red+Green+Blue) = 169+71+195=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 195 - color contains mainly: blue. Hex color #A947C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A947C3 is #56B83C. Grayscale: #727272. Windows color (decimal): -5683261 or 12797865. OLE color: 12797865.
HSL color Cylindrical-coordinate representation of color #A947C3: hue angle of 287.42º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A947C3 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 71 | 195 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.24 |
| HSL | 287.42º | 0.51% | 0.52% | - |
| HSV(B) | 287.42º | 0.64% | 0.76% | - |
| XYZ | 28.47 | 16.88 | 53.39 | - |
| YUV | 114.44 | 173.47 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 71 | 195 | 0.13 | 0.64 | 0 | 0.24 | 287.42 | 0.51 | 0.52 |
| Hex | A9 | 47 | C3 | D | 40 | 0 | 18 | 11F | 33 | 34 |
| Octal | 251 | 107 | 303 | 15 | 100 | 0 | 30 | 437 | 63 | 64 |
| Binary | 10101001 | 1000111 | 11000011 | 1101 | 1000000 | 0 | 11000 | 100011111 | 110011 | 110100 |
Color Harmonies of #A947C3
Complementary color
Monochromatic Colors of #A947C3
Black with #A947C3
Text Example
Text Example
White with #A947C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A947C3; }
p { color: rgb(169,71,195); }
H1.HeaderClassName
{
color: #A947C3;
}
.AnyTagClassName
{
color: #A947C3;
}
</style>
background-color css
<style>
a { background-color: #A947C3; }
a { background-color: rgb(169,71,195); }
div.DivClassName
{
background-color: #A947C3;
}
.BgClassName
{
background-color: #A947C3;
}
</style>
border-color css
<style>
span { border-color: #A947C3; }
span { border-color: rgb(169,71,195); }
td.TdClassName
{
border-color: #A947C3;
}
.TagClassName
{
border-color: #A947C3;
}
</style>