Shades of Dark Violet #AF0FDF
Tints of Dark Violet #AF0FDF
RGB
CMYK
RGB Variations
Color information
#AF0FDF (or 0xAF0FDF) is known color: Dark Violet. HEX triplet: AF, 0F and DF. RGB value is (175,15,223). Sum of RGB (Red+Green+Blue) = 175+15+223=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF0FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FDF is #50F020. Grayscale: #555555. Windows color (decimal): -5304353 or 14618543. OLE color: 14618543.
HSL color Cylindrical-coordinate representation of color #AF0FDF: hue angle of 286.15º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0FDF is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 15 | 223 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.13 |
| HSL | 286.15º | 0.87% | 0.47% | - |
| HSV(B) | 286.15º | 0.93% | 0.87% | - |
| XYZ | 31.17 | 14.78 | 71.02 | - |
| YUV | 86.55 | 205.01 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 223 | 0.22 | 0.93 | 0 | 0.13 | 286.15 | 0.87 | 0.47 |
| Hex | AF | F | DF | 16 | 5D | 0 | D | 11E | 57 | 2F |
| Octal | 257 | 17 | 337 | 26 | 135 | 0 | 15 | 436 | 127 | 57 |
| Binary | 10101111 | 1111 | 11011111 | 10110 | 1011101 | 0 | 1101 | 100011110 | 1010111 | 101111 |
Color Harmonies of #AF0FDF
Complementary color
Monochromatic Colors of #AF0FDF
Black with #AF0FDF
Text Example
Text Example
White with #AF0FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FDF; }
p { color: rgb(175,15,223); }
H1.HeaderClassName
{
color: #AF0FDF;
}
.AnyTagClassName
{
color: #AF0FDF;
}
</style>
background-color css
<style>
a { background-color: #AF0FDF; }
a { background-color: rgb(175,15,223); }
div.DivClassName
{
background-color: #AF0FDF;
}
.BgClassName
{
background-color: #AF0FDF;
}
</style>
border-color css
<style>
span { border-color: #AF0FDF; }
span { border-color: rgb(175,15,223); }
td.TdClassName
{
border-color: #AF0FDF;
}
.TagClassName
{
border-color: #AF0FDF;
}
</style>