Shades of Deep Lilac #A94CC6
Tints of Deep Lilac #A94CC6
RGB
CMYK
RGB Variations
Color information
#A94CC6 (or 0xA94CC6) is known color: Deep Lilac. HEX triplet: A9, 4C and C6. RGB value is (169,76,198). Sum of RGB (Red+Green+Blue) = 169+76+198=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 198 - color contains mainly: blue. Hex color #A94CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94CC6 is #56B339. Grayscale: #757575. Windows color (decimal): -5681978 or 12995753. OLE color: 12995753.
HSL color Cylindrical-coordinate representation of color #A94CC6: hue angle of 285.74º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A94CC6 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 76 | 198 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.22 |
| HSL | 285.74º | 0.52% | 0.54% | - |
| HSV(B) | 285.74º | 0.62% | 0.78% | - |
| XYZ | 29.14 | 17.68 | 55.3 | - |
| YUV | 117.72 | 173.31 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 198 | 0.15 | 0.62 | 0 | 0.22 | 285.74 | 0.52 | 0.54 |
| Hex | A9 | 4C | C6 | F | 3E | 0 | 16 | 11E | 34 | 36 |
| Octal | 251 | 114 | 306 | 17 | 76 | 0 | 26 | 436 | 64 | 66 |
| Binary | 10101001 | 1001100 | 11000110 | 1111 | 111110 | 0 | 10110 | 100011110 | 110100 | 110110 |
Color Harmonies of #A94CC6
Complementary color
Monochromatic Colors of #A94CC6
Black with #A94CC6
Text Example
Text Example
White with #A94CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94CC6; }
p { color: rgb(169,76,198); }
H1.HeaderClassName
{
color: #A94CC6;
}
.AnyTagClassName
{
color: #A94CC6;
}
</style>
background-color css
<style>
a { background-color: #A94CC6; }
a { background-color: rgb(169,76,198); }
div.DivClassName
{
background-color: #A94CC6;
}
.BgClassName
{
background-color: #A94CC6;
}
</style>
border-color css
<style>
span { border-color: #A94CC6; }
span { border-color: rgb(169,76,198); }
td.TdClassName
{
border-color: #A94CC6;
}
.TagClassName
{
border-color: #A94CC6;
}
</style>