Shades of Dark Violet #AF16CF
Tints of Dark Violet #AF16CF
RGB
CMYK
RGB Variations
Color information
#AF16CF (or 0xAF16CF) is known color: Dark Violet. HEX triplet: AF, 16 and CF. RGB value is (175,22,207). Sum of RGB (Red+Green+Blue) = 175+22+207=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF16CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16CF is #50E930. Grayscale: #585858. Windows color (decimal): -5302577 or 13571759. OLE color: 13571759.
HSL color Cylindrical-coordinate representation of color #AF16CF: hue angle of 289.62º 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 #AF16CF is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 22 | 207 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.19 |
| HSL | 289.62º | 0.81% | 0.45% | - |
| HSV(B) | 289.62º | 0.89% | 0.81% | - |
| XYZ | 29.23 | 14.19 | 60.23 | - |
| YUV | 88.84 | 194.69 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 207 | 0.15 | 0.89 | 0 | 0.19 | 289.62 | 0.81 | 0.45 |
| Hex | AF | 16 | CF | F | 59 | 0 | 13 | 122 | 51 | 2D |
| Octal | 257 | 26 | 317 | 17 | 131 | 0 | 23 | 442 | 121 | 55 |
| Binary | 10101111 | 10110 | 11001111 | 1111 | 1011001 | 0 | 10011 | 100100010 | 1010001 | 101101 |
Color Harmonies of #AF16CF
Complementary color
Monochromatic Colors of #AF16CF
Black with #AF16CF
Text Example
Text Example
White with #AF16CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16CF; }
p { color: rgb(175,22,207); }
H1.HeaderClassName
{
color: #AF16CF;
}
.AnyTagClassName
{
color: #AF16CF;
}
</style>
background-color css
<style>
a { background-color: #AF16CF; }
a { background-color: rgb(175,22,207); }
div.DivClassName
{
background-color: #AF16CF;
}
.BgClassName
{
background-color: #AF16CF;
}
</style>
border-color css
<style>
span { border-color: #AF16CF; }
span { border-color: rgb(175,22,207); }
td.TdClassName
{
border-color: #AF16CF;
}
.TagClassName
{
border-color: #AF16CF;
}
</style>