Shades of Dark Violet #A916C9
Tints of Dark Violet #A916C9
RGB
CMYK
RGB Variations
Color information
#A916C9 (or 0xA916C9) is known color: Dark Violet. HEX triplet: A9, 16 and C9. RGB value is (169,22,201). Sum of RGB (Red+Green+Blue) = 169+22+201=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #A916C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A916C9 is #56E936. Grayscale: #555555. Windows color (decimal): -5695799 or 13178537. OLE color: 13178537.
HSL color Cylindrical-coordinate representation of color #A916C9: hue angle of 289.27º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A916C9 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 22 | 201 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.21 |
| HSL | 289.27º | 0.8% | 0.44% | - |
| HSV(B) | 289.27º | 0.89% | 0.79% | - |
| XYZ | 27.19 | 13.23 | 56.38 | - |
| YUV | 86.36 | 192.7 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 22 | 201 | 0.16 | 0.89 | 0 | 0.21 | 289.27 | 0.8 | 0.44 |
| Hex | A9 | 16 | C9 | 10 | 59 | 0 | 15 | 121 | 50 | 2C |
| Octal | 251 | 26 | 311 | 20 | 131 | 0 | 25 | 441 | 120 | 54 |
| Binary | 10101001 | 10110 | 11001001 | 10000 | 1011001 | 0 | 10101 | 100100001 | 1010000 | 101100 |
Color Harmonies of #A916C9
Complementary color
Monochromatic Colors of #A916C9
Black with #A916C9
Text Example
Text Example
White with #A916C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A916C9; }
p { color: rgb(169,22,201); }
H1.HeaderClassName
{
color: #A916C9;
}
.AnyTagClassName
{
color: #A916C9;
}
</style>
background-color css
<style>
a { background-color: #A916C9; }
a { background-color: rgb(169,22,201); }
div.DivClassName
{
background-color: #A916C9;
}
.BgClassName
{
background-color: #A916C9;
}
</style>
border-color css
<style>
span { border-color: #A916C9; }
span { border-color: rgb(169,22,201); }
td.TdClassName
{
border-color: #A916C9;
}
.TagClassName
{
border-color: #A916C9;
}
</style>