Shades of Dark Violet #A916DF
Tints of Dark Violet #A916DF
RGB
CMYK
RGB Variations
Color information
#A916DF (or 0xA916DF) is known color: Dark Violet. HEX triplet: A9, 16 and DF. RGB value is (169,22,223). Sum of RGB (Red+Green+Blue) = 169+22+223=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #A916DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A916DF is #56E920. Grayscale: #585858. Windows color (decimal): -5695777 or 14620329. OLE color: 14620329.
HSL color Cylindrical-coordinate representation of color #A916DF: hue angle of 283.88º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A916DF is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 22 | 223 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.13 |
| HSL | 283.88º | 0.82% | 0.48% | - |
| HSV(B) | 283.88º | 0.9% | 0.87% | - |
| XYZ | 29.97 | 14.34 | 71 | - |
| YUV | 88.87 | 203.7 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 22 | 223 | 0.24 | 0.90 | 0 | 0.13 | 283.88 | 0.82 | 0.48 |
| Hex | A9 | 16 | DF | 18 | 5A | 0 | D | 11C | 52 | 30 |
| Octal | 251 | 26 | 337 | 30 | 132 | 0 | 15 | 434 | 122 | 60 |
| Binary | 10101001 | 10110 | 11011111 | 11000 | 1011010 | 0 | 1101 | 100011100 | 1010010 | 110000 |
Color Harmonies of #A916DF
Complementary color
Monochromatic Colors of #A916DF
Black with #A916DF
Text Example
Text Example
White with #A916DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A916DF; }
p { color: rgb(169,22,223); }
H1.HeaderClassName
{
color: #A916DF;
}
.AnyTagClassName
{
color: #A916DF;
}
</style>
background-color css
<style>
a { background-color: #A916DF; }
a { background-color: rgb(169,22,223); }
div.DivClassName
{
background-color: #A916DF;
}
.BgClassName
{
background-color: #A916DF;
}
</style>
border-color css
<style>
span { border-color: #A916DF; }
span { border-color: rgb(169,22,223); }
td.TdClassName
{
border-color: #A916DF;
}
.TagClassName
{
border-color: #A916DF;
}
</style>