Shades of Dark Violet #A916DA
Tints of Dark Violet #A916DA
RGB
CMYK
RGB Variations
Color information
#A916DA (or 0xA916DA) is known color: Dark Violet. HEX triplet: A9, 16 and DA. RGB value is (169,22,218). Sum of RGB (Red+Green+Blue) = 169+22+218=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #A916DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A916DA is #56E925. Grayscale: #575757. Windows color (decimal): -5695782 or 14292649. OLE color: 14292649.
HSL color Cylindrical-coordinate representation of color #A916DA: hue angle of 285º 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 #A916DA is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 22 | 218 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.15 |
| HSL | 285º | 0.82% | 0.47% | - |
| HSV(B) | 285º | 0.9% | 0.85% | - |
| XYZ | 29.3 | 14.07 | 67.5 | - |
| YUV | 88.3 | 201.2 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 22 | 218 | 0.22 | 0.90 | 0 | 0.15 | 285 | 0.82 | 0.47 |
| Hex | A9 | 16 | DA | 16 | 5A | 0 | F | 11D | 52 | 2F |
| Octal | 251 | 26 | 332 | 26 | 132 | 0 | 17 | 435 | 122 | 57 |
| Binary | 10101001 | 10110 | 11011010 | 10110 | 1011010 | 0 | 1111 | 100011101 | 1010010 | 101111 |
Color Harmonies of #A916DA
Complementary color
Monochromatic Colors of #A916DA
Black with #A916DA
Text Example
Text Example
White with #A916DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A916DA; }
p { color: rgb(169,22,218); }
H1.HeaderClassName
{
color: #A916DA;
}
.AnyTagClassName
{
color: #A916DA;
}
</style>
background-color css
<style>
a { background-color: #A916DA; }
a { background-color: rgb(169,22,218); }
div.DivClassName
{
background-color: #A916DA;
}
.BgClassName
{
background-color: #A916DA;
}
</style>
border-color css
<style>
span { border-color: #A916DA; }
span { border-color: rgb(169,22,218); }
td.TdClassName
{
border-color: #A916DA;
}
.TagClassName
{
border-color: #A916DA;
}
</style>