Shades of Dark Violet #AF0DDD
Tints of Dark Violet #AF0DDD
RGB
CMYK
RGB Variations
Color information
#AF0DDD (or 0xAF0DDD) is known color: Dark Violet. HEX triplet: AF, 0D and DD. RGB value is (175,13,221). Sum of RGB (Red+Green+Blue) = 175+13+221=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF0DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DDD is #50F222. Grayscale: #545454. Windows color (decimal): -5304867 or 14486959. OLE color: 14486959.
HSL color Cylindrical-coordinate representation of color #AF0DDD: hue angle of 286.73º 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 #AF0DDD is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 13 | 221 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.13 |
| HSL | 286.73º | 0.89% | 0.46% | - |
| HSV(B) | 286.73º | 0.94% | 0.87% | - |
| XYZ | 30.87 | 14.62 | 69.6 | - |
| YUV | 85.15 | 204.67 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 221 | 0.21 | 0.94 | 0 | 0.13 | 286.73 | 0.89 | 0.46 |
| Hex | AF | D | DD | 15 | 5E | 0 | D | 11F | 59 | 2E |
| Octal | 257 | 15 | 335 | 25 | 136 | 0 | 15 | 437 | 131 | 56 |
| Binary | 10101111 | 1101 | 11011101 | 10101 | 1011110 | 0 | 1101 | 100011111 | 1011001 | 101110 |
Color Harmonies of #AF0DDD
Complementary color
Monochromatic Colors of #AF0DDD
Black with #AF0DDD
Text Example
Text Example
White with #AF0DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DDD; }
p { color: rgb(175,13,221); }
H1.HeaderClassName
{
color: #AF0DDD;
}
.AnyTagClassName
{
color: #AF0DDD;
}
</style>
background-color css
<style>
a { background-color: #AF0DDD; }
a { background-color: rgb(175,13,221); }
div.DivClassName
{
background-color: #AF0DDD;
}
.BgClassName
{
background-color: #AF0DDD;
}
</style>
border-color css
<style>
span { border-color: #AF0DDD; }
span { border-color: rgb(175,13,221); }
td.TdClassName
{
border-color: #AF0DDD;
}
.TagClassName
{
border-color: #AF0DDD;
}
</style>