Shades of Dark Violet #A916CF
Tints of Dark Violet #A916CF
RGB
CMYK
RGB Variations
Color information
#A916CF (or 0xA916CF) is known color: Dark Violet. HEX triplet: A9, 16 and CF. RGB value is (169,22,207). Sum of RGB (Red+Green+Blue) = 169+22+207=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #A916CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A916CF is #56E930. Grayscale: #565656. Windows color (decimal): -5695793 or 13571753. OLE color: 13571753.
HSL color Cylindrical-coordinate representation of color #A916CF: hue angle of 287.68º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A916CF is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 22 | 207 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.19 |
| HSL | 287.68º | 0.81% | 0.45% | - |
| HSV(B) | 287.68º | 0.89% | 0.81% | - |
| XYZ | 27.91 | 13.51 | 60.17 | - |
| YUV | 87.04 | 195.7 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 22 | 207 | 0.18 | 0.89 | 0 | 0.19 | 287.68 | 0.81 | 0.45 |
| Hex | A9 | 16 | CF | 12 | 59 | 0 | 13 | 120 | 51 | 2D |
| Octal | 251 | 26 | 317 | 22 | 131 | 0 | 23 | 440 | 121 | 55 |
| Binary | 10101001 | 10110 | 11001111 | 10010 | 1011001 | 0 | 10011 | 100100000 | 1010001 | 101101 |
Color Harmonies of #A916CF
Complementary color
Monochromatic Colors of #A916CF
Black with #A916CF
Text Example
Text Example
White with #A916CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A916CF; }
p { color: rgb(169,22,207); }
H1.HeaderClassName
{
color: #A916CF;
}
.AnyTagClassName
{
color: #A916CF;
}
</style>
background-color css
<style>
a { background-color: #A916CF; }
a { background-color: rgb(169,22,207); }
div.DivClassName
{
background-color: #A916CF;
}
.BgClassName
{
background-color: #A916CF;
}
</style>
border-color css
<style>
span { border-color: #A916CF; }
span { border-color: rgb(169,22,207); }
td.TdClassName
{
border-color: #A916CF;
}
.TagClassName
{
border-color: #A916CF;
}
</style>