Shades of Dark Violet #AF0FDD
Tints of Dark Violet #AF0FDD
RGB
CMYK
RGB Variations
Color information
#AF0FDD (or 0xAF0FDD) is known color: Dark Violet. HEX triplet: AF, 0F and DD. RGB value is (175,15,221). Sum of RGB (Red+Green+Blue) = 175+15+221=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF0FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FDD is #50F022. Grayscale: #555555. Windows color (decimal): -5304355 or 14487471. OLE color: 14487471.
HSL color Cylindrical-coordinate representation of color #AF0FDD: hue angle of 286.6º 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 #AF0FDD is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 15 | 221 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.13 |
| HSL | 286.6º | 0.87% | 0.46% | - |
| HSV(B) | 286.6º | 0.93% | 0.87% | - |
| XYZ | 30.9 | 14.68 | 69.61 | - |
| YUV | 86.32 | 204.01 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 221 | 0.21 | 0.93 | 0 | 0.13 | 286.6 | 0.87 | 0.46 |
| Hex | AF | F | DD | 15 | 5D | 0 | D | 11F | 57 | 2E |
| Octal | 257 | 17 | 335 | 25 | 135 | 0 | 15 | 437 | 127 | 56 |
| Binary | 10101111 | 1111 | 11011101 | 10101 | 1011101 | 0 | 1101 | 100011111 | 1010111 | 101110 |
Color Harmonies of #AF0FDD
Complementary color
Monochromatic Colors of #AF0FDD
Black with #AF0FDD
Text Example
Text Example
White with #AF0FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FDD; }
p { color: rgb(175,15,221); }
H1.HeaderClassName
{
color: #AF0FDD;
}
.AnyTagClassName
{
color: #AF0FDD;
}
</style>
background-color css
<style>
a { background-color: #AF0FDD; }
a { background-color: rgb(175,15,221); }
div.DivClassName
{
background-color: #AF0FDD;
}
.BgClassName
{
background-color: #AF0FDD;
}
</style>
border-color css
<style>
span { border-color: #AF0FDD; }
span { border-color: rgb(175,15,221); }
td.TdClassName
{
border-color: #AF0FDD;
}
.TagClassName
{
border-color: #AF0FDD;
}
</style>