Shades of Dark Violet #AF0FDE
Tints of Dark Violet #AF0FDE
RGB
CMYK
RGB Variations
Color information
#AF0FDE (or 0xAF0FDE) is known color: Dark Violet. HEX triplet: AF, 0F and DE. RGB value is (175,15,222). Sum of RGB (Red+Green+Blue) = 175+15+222=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF0FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FDE is #50F021. Grayscale: #555555. Windows color (decimal): -5304354 or 14553007. OLE color: 14553007.
HSL color Cylindrical-coordinate representation of color #AF0FDE: hue angle of 286.38º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0FDE is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 15 | 222 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.13 |
| HSL | 286.38º | 0.87% | 0.46% | - |
| HSV(B) | 286.38º | 0.93% | 0.87% | - |
| XYZ | 31.03 | 14.73 | 70.31 | - |
| YUV | 86.44 | 204.51 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 222 | 0.21 | 0.93 | 0 | 0.13 | 286.38 | 0.87 | 0.46 |
| Hex | AF | F | DE | 15 | 5D | 0 | D | 11E | 57 | 2E |
| Octal | 257 | 17 | 336 | 25 | 135 | 0 | 15 | 436 | 127 | 56 |
| Binary | 10101111 | 1111 | 11011110 | 10101 | 1011101 | 0 | 1101 | 100011110 | 1010111 | 101110 |
Color Harmonies of #AF0FDE
Complementary color
Monochromatic Colors of #AF0FDE
Black with #AF0FDE
Text Example
Text Example
White with #AF0FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FDE; }
p { color: rgb(175,15,222); }
H1.HeaderClassName
{
color: #AF0FDE;
}
.AnyTagClassName
{
color: #AF0FDE;
}
</style>
background-color css
<style>
a { background-color: #AF0FDE; }
a { background-color: rgb(175,15,222); }
div.DivClassName
{
background-color: #AF0FDE;
}
.BgClassName
{
background-color: #AF0FDE;
}
</style>
border-color css
<style>
span { border-color: #AF0FDE; }
span { border-color: rgb(175,15,222); }
td.TdClassName
{
border-color: #AF0FDE;
}
.TagClassName
{
border-color: #AF0FDE;
}
</style>