Shades of Dark Violet #A916D8
Tints of Dark Violet #A916D8
RGB
CMYK
RGB Variations
Color information
#A916D8 (or 0xA916D8) is known color: Dark Violet. HEX triplet: A9, 16 and D8. RGB value is (169,22,216). Sum of RGB (Red+Green+Blue) = 169+22+216=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #A916D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A916D8 is #56E927. Grayscale: #575757. Windows color (decimal): -5695784 or 14161577. OLE color: 14161577.
HSL color Cylindrical-coordinate representation of color #A916D8: hue angle of 285.46º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A916D8 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 22 | 216 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.15 |
| HSL | 285.46º | 0.82% | 0.47% | - |
| HSV(B) | 285.46º | 0.9% | 0.85% | - |
| XYZ | 29.04 | 13.97 | 66.13 | - |
| YUV | 88.07 | 200.2 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 22 | 216 | 0.22 | 0.90 | 0 | 0.15 | 285.46 | 0.82 | 0.47 |
| Hex | A9 | 16 | D8 | 16 | 5A | 0 | F | 11D | 52 | 2F |
| Octal | 251 | 26 | 330 | 26 | 132 | 0 | 17 | 435 | 122 | 57 |
| Binary | 10101001 | 10110 | 11011000 | 10110 | 1011010 | 0 | 1111 | 100011101 | 1010010 | 101111 |
Color Harmonies of #A916D8
Complementary color
Monochromatic Colors of #A916D8
Black with #A916D8
Text Example
Text Example
White with #A916D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A916D8; }
p { color: rgb(169,22,216); }
H1.HeaderClassName
{
color: #A916D8;
}
.AnyTagClassName
{
color: #A916D8;
}
</style>
background-color css
<style>
a { background-color: #A916D8; }
a { background-color: rgb(169,22,216); }
div.DivClassName
{
background-color: #A916D8;
}
.BgClassName
{
background-color: #A916D8;
}
</style>
border-color css
<style>
span { border-color: #A916D8; }
span { border-color: rgb(169,22,216); }
td.TdClassName
{
border-color: #A916D8;
}
.TagClassName
{
border-color: #A916D8;
}
</style>