Shades of Dark Violet #AF11E1
Tints of Dark Violet #AF11E1
RGB
CMYK
RGB Variations
Color information
#AF11E1 (or 0xAF11E1) is known color: Dark Violet. HEX triplet: AF, 11 and E1. RGB value is (175,17,225). Sum of RGB (Red+Green+Blue) = 175+17+225=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 225 (88.28% from 255 or 53.96% from 417); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF11E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11E1 is #50EE1E. Grayscale: #575757. Windows color (decimal): -5303839 or 14750127. OLE color: 14750127.
HSL color Cylindrical-coordinate representation of color #AF11E1: hue angle of 285.58º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF11E1 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 17 | 225 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.12 |
| HSL | 285.58º | 0.86% | 0.47% | - |
| HSV(B) | 285.58º | 0.92% | 0.88% | - |
| XYZ | 31.47 | 14.95 | 72.46 | - |
| YUV | 87.95 | 205.35 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 225 | 0.22 | 0.92 | 0 | 0.12 | 285.58 | 0.86 | 0.47 |
| Hex | AF | 11 | E1 | 16 | 5C | 0 | C | 11E | 56 | 2F |
| Octal | 257 | 21 | 341 | 26 | 134 | 0 | 14 | 436 | 126 | 57 |
| Binary | 10101111 | 10001 | 11100001 | 10110 | 1011100 | 0 | 1100 | 100011110 | 1010110 | 101111 |
Color Harmonies of #AF11E1
Complementary color
Monochromatic Colors of #AF11E1
Black with #AF11E1
Text Example
Text Example
White with #AF11E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11E1; }
p { color: rgb(175,17,225); }
H1.HeaderClassName
{
color: #AF11E1;
}
.AnyTagClassName
{
color: #AF11E1;
}
</style>
background-color css
<style>
a { background-color: #AF11E1; }
a { background-color: rgb(175,17,225); }
div.DivClassName
{
background-color: #AF11E1;
}
.BgClassName
{
background-color: #AF11E1;
}
</style>
border-color css
<style>
span { border-color: #AF11E1; }
span { border-color: rgb(175,17,225); }
td.TdClassName
{
border-color: #AF11E1;
}
.TagClassName
{
border-color: #AF11E1;
}
</style>