Shades of Dark Violet #AF16D1
Tints of Dark Violet #AF16D1
RGB
CMYK
RGB Variations
Color information
#AF16D1 (or 0xAF16D1) is known color: Dark Violet. HEX triplet: AF, 16 and D1. RGB value is (175,22,209). Sum of RGB (Red+Green+Blue) = 175+22+209=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 209 (82.03% from 255 or 51.48% from 406); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF16D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16D1 is #50E92E. Grayscale: #585858. Windows color (decimal): -5302575 or 13702831. OLE color: 13702831.
HSL color Cylindrical-coordinate representation of color #AF16D1: hue angle of 289.09º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF16D1 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 22 | 209 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.18 |
| HSL | 289.09º | 0.81% | 0.45% | - |
| HSV(B) | 289.09º | 0.89% | 0.82% | - |
| XYZ | 29.47 | 14.29 | 61.53 | - |
| YUV | 89.07 | 195.69 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 209 | 0.16 | 0.89 | 0 | 0.18 | 289.09 | 0.81 | 0.45 |
| Hex | AF | 16 | D1 | 10 | 59 | 0 | 12 | 121 | 51 | 2D |
| Octal | 257 | 26 | 321 | 20 | 131 | 0 | 22 | 441 | 121 | 55 |
| Binary | 10101111 | 10110 | 11010001 | 10000 | 1011001 | 0 | 10010 | 100100001 | 1010001 | 101101 |
Color Harmonies of #AF16D1
Complementary color
Monochromatic Colors of #AF16D1
Black with #AF16D1
Text Example
Text Example
White with #AF16D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16D1; }
p { color: rgb(175,22,209); }
H1.HeaderClassName
{
color: #AF16D1;
}
.AnyTagClassName
{
color: #AF16D1;
}
</style>
background-color css
<style>
a { background-color: #AF16D1; }
a { background-color: rgb(175,22,209); }
div.DivClassName
{
background-color: #AF16D1;
}
.BgClassName
{
background-color: #AF16D1;
}
</style>
border-color css
<style>
span { border-color: #AF16D1; }
span { border-color: rgb(175,22,209); }
td.TdClassName
{
border-color: #AF16D1;
}
.TagClassName
{
border-color: #AF16D1;
}
</style>