Shades of Dark Violet #AF11CF
Tints of Dark Violet #AF11CF
RGB
CMYK
RGB Variations
Color information
#AF11CF (or 0xAF11CF) is known color: Dark Violet. HEX triplet: AF, 11 and CF. RGB value is (175,17,207). Sum of RGB (Red+Green+Blue) = 175+17+207=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF11CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11CF is #50EE30. Grayscale: #555555. Windows color (decimal): -5303857 or 13570479. OLE color: 13570479.
HSL color Cylindrical-coordinate representation of color #AF11CF: hue angle of 289.89º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF11CF is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 17 | 207 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.19 |
| HSL | 289.89º | 0.85% | 0.44% | - |
| HSV(B) | 289.89º | 0.92% | 0.81% | - |
| XYZ | 29.14 | 14.02 | 60.2 | - |
| YUV | 85.9 | 196.35 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 207 | 0.15 | 0.92 | 0 | 0.19 | 289.89 | 0.85 | 0.44 |
| Hex | AF | 11 | CF | F | 5C | 0 | 13 | 122 | 55 | 2C |
| Octal | 257 | 21 | 317 | 17 | 134 | 0 | 23 | 442 | 125 | 54 |
| Binary | 10101111 | 10001 | 11001111 | 1111 | 1011100 | 0 | 10011 | 100100010 | 1010101 | 101100 |
Color Harmonies of #AF11CF
Complementary color
Monochromatic Colors of #AF11CF
Black with #AF11CF
Text Example
Text Example
White with #AF11CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11CF; }
p { color: rgb(175,17,207); }
H1.HeaderClassName
{
color: #AF11CF;
}
.AnyTagClassName
{
color: #AF11CF;
}
</style>
background-color css
<style>
a { background-color: #AF11CF; }
a { background-color: rgb(175,17,207); }
div.DivClassName
{
background-color: #AF11CF;
}
.BgClassName
{
background-color: #AF11CF;
}
</style>
border-color css
<style>
span { border-color: #AF11CF; }
span { border-color: rgb(175,17,207); }
td.TdClassName
{
border-color: #AF11CF;
}
.TagClassName
{
border-color: #AF11CF;
}
</style>