Shades of Dark Violet #AF0DDF
Tints of Dark Violet #AF0DDF
RGB
CMYK
RGB Variations
Color information
#AF0DDF (or 0xAF0DDF) is known color: Dark Violet. HEX triplet: AF, 0D and DF. RGB value is (175,13,223). Sum of RGB (Red+Green+Blue) = 175+13+223=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF0DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DDF is #50F220. Grayscale: #545454. Windows color (decimal): -5304865 or 14618031. OLE color: 14618031.
HSL color Cylindrical-coordinate representation of color #AF0DDF: hue angle of 286.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0DDF is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 13 | 223 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.13 |
| HSL | 286.29º | 0.89% | 0.46% | - |
| HSV(B) | 286.29º | 0.94% | 0.87% | - |
| XYZ | 31.14 | 14.73 | 71.01 | - |
| YUV | 85.38 | 205.67 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 223 | 0.22 | 0.94 | 0 | 0.13 | 286.29 | 0.89 | 0.46 |
| Hex | AF | D | DF | 16 | 5E | 0 | D | 11E | 59 | 2E |
| Octal | 257 | 15 | 337 | 26 | 136 | 0 | 15 | 436 | 131 | 56 |
| Binary | 10101111 | 1101 | 11011111 | 10110 | 1011110 | 0 | 1101 | 100011110 | 1011001 | 101110 |
Color Harmonies of #AF0DDF
Complementary color
Monochromatic Colors of #AF0DDF
Black with #AF0DDF
Text Example
Text Example
White with #AF0DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DDF; }
p { color: rgb(175,13,223); }
H1.HeaderClassName
{
color: #AF0DDF;
}
.AnyTagClassName
{
color: #AF0DDF;
}
</style>
background-color css
<style>
a { background-color: #AF0DDF; }
a { background-color: rgb(175,13,223); }
div.DivClassName
{
background-color: #AF0DDF;
}
.BgClassName
{
background-color: #AF0DDF;
}
</style>
border-color css
<style>
span { border-color: #AF0DDF; }
span { border-color: rgb(175,13,223); }
td.TdClassName
{
border-color: #AF0DDF;
}
.TagClassName
{
border-color: #AF0DDF;
}
</style>