Shades of Dark Violet #AF11DF
Tints of Dark Violet #AF11DF
RGB
CMYK
RGB Variations
Color information
#AF11DF (or 0xAF11DF) is known color: Dark Violet. HEX triplet: AF, 11 and DF. RGB value is (175,17,223). Sum of RGB (Red+Green+Blue) = 175+17+223=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF11DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11DF is #50EE20. Grayscale: #575757. Windows color (decimal): -5303841 or 14619055. OLE color: 14619055.
HSL color Cylindrical-coordinate representation of color #AF11DF: hue angle of 286.02º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF11DF is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 17 | 223 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.13 |
| HSL | 286.02º | 0.86% | 0.47% | - |
| HSV(B) | 286.02º | 0.92% | 0.87% | - |
| XYZ | 31.2 | 14.84 | 71.03 | - |
| YUV | 87.73 | 204.35 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 223 | 0.22 | 0.92 | 0 | 0.13 | 286.02 | 0.86 | 0.47 |
| Hex | AF | 11 | DF | 16 | 5C | 0 | D | 11E | 56 | 2F |
| Octal | 257 | 21 | 337 | 26 | 134 | 0 | 15 | 436 | 126 | 57 |
| Binary | 10101111 | 10001 | 11011111 | 10110 | 1011100 | 0 | 1101 | 100011110 | 1010110 | 101111 |
Color Harmonies of #AF11DF
Complementary color
Monochromatic Colors of #AF11DF
Black with #AF11DF
Text Example
Text Example
White with #AF11DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11DF; }
p { color: rgb(175,17,223); }
H1.HeaderClassName
{
color: #AF11DF;
}
.AnyTagClassName
{
color: #AF11DF;
}
</style>
background-color css
<style>
a { background-color: #AF11DF; }
a { background-color: rgb(175,17,223); }
div.DivClassName
{
background-color: #AF11DF;
}
.BgClassName
{
background-color: #AF11DF;
}
</style>
border-color css
<style>
span { border-color: #AF11DF; }
span { border-color: rgb(175,17,223); }
td.TdClassName
{
border-color: #AF11DF;
}
.TagClassName
{
border-color: #AF11DF;
}
</style>