Shades of Dark Violet #AF11D0
Tints of Dark Violet #AF11D0
RGB
CMYK
RGB Variations
Color information
#AF11D0 (or 0xAF11D0) is known color: Dark Violet. HEX triplet: AF, 11 and D0. RGB value is (175,17,208). Sum of RGB (Red+Green+Blue) = 175+17+208=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF11D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11D0 is #50EE2F. Grayscale: #555555. Windows color (decimal): -5303856 or 13636015. OLE color: 13636015.
HSL color Cylindrical-coordinate representation of color #AF11D0: hue angle of 289.63º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF11D0 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 17 | 208 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.18 |
| HSL | 289.63º | 0.85% | 0.44% | - |
| HSV(B) | 289.63º | 0.92% | 0.82% | - |
| XYZ | 29.26 | 14.07 | 60.85 | - |
| YUV | 86.02 | 196.85 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 208 | 0.16 | 0.92 | 0 | 0.18 | 289.63 | 0.85 | 0.44 |
| Hex | AF | 11 | D0 | 10 | 5C | 0 | 12 | 122 | 55 | 2C |
| Octal | 257 | 21 | 320 | 20 | 134 | 0 | 22 | 442 | 125 | 54 |
| Binary | 10101111 | 10001 | 11010000 | 10000 | 1011100 | 0 | 10010 | 100100010 | 1010101 | 101100 |
Color Harmonies of #AF11D0
Complementary color
Monochromatic Colors of #AF11D0
Black with #AF11D0
Text Example
Text Example
White with #AF11D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11D0; }
p { color: rgb(175,17,208); }
H1.HeaderClassName
{
color: #AF11D0;
}
.AnyTagClassName
{
color: #AF11D0;
}
</style>
background-color css
<style>
a { background-color: #AF11D0; }
a { background-color: rgb(175,17,208); }
div.DivClassName
{
background-color: #AF11D0;
}
.BgClassName
{
background-color: #AF11D0;
}
</style>
border-color css
<style>
span { border-color: #AF11D0; }
span { border-color: rgb(175,17,208); }
td.TdClassName
{
border-color: #AF11D0;
}
.TagClassName
{
border-color: #AF11D0;
}
</style>