Shades of Dark Violet #AF0DCD
Tints of Dark Violet #AF0DCD
RGB
CMYK
RGB Variations
Color information
#AF0DCD (or 0xAF0DCD) is known color: Dark Violet. HEX triplet: AF, 0D and CD. RGB value is (175,13,205). Sum of RGB (Red+Green+Blue) = 175+13+205=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF0DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DCD is #50F232. Grayscale: #525252. Windows color (decimal): -5304883 or 13438383. OLE color: 13438383.
HSL color Cylindrical-coordinate representation of color #AF0DCD: hue angle of 290.62º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0DCD is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 13 | 205 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.20 |
| HSL | 290.63º | 0.88% | 0.43% | - |
| HSV(B) | 290.63º | 0.94% | 0.8% | - |
| XYZ | 28.84 | 13.81 | 58.9 | - |
| YUV | 83.33 | 196.67 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 205 | 0.15 | 0.94 | 0 | 0.20 | 290.63 | 0.88 | 0.43 |
| Hex | AF | D | CD | F | 5E | 0 | 14 | 123 | 58 | 2B |
| Octal | 257 | 15 | 315 | 17 | 136 | 0 | 24 | 443 | 130 | 53 |
| Binary | 10101111 | 1101 | 11001101 | 1111 | 1011110 | 0 | 10100 | 100100011 | 1011000 | 101011 |
Color Harmonies of #AF0DCD
Complementary color
Monochromatic Colors of #AF0DCD
Black with #AF0DCD
Text Example
Text Example
White with #AF0DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DCD; }
p { color: rgb(175,13,205); }
H1.HeaderClassName
{
color: #AF0DCD;
}
.AnyTagClassName
{
color: #AF0DCD;
}
</style>
background-color css
<style>
a { background-color: #AF0DCD; }
a { background-color: rgb(175,13,205); }
div.DivClassName
{
background-color: #AF0DCD;
}
.BgClassName
{
background-color: #AF0DCD;
}
</style>
border-color css
<style>
span { border-color: #AF0DCD; }
span { border-color: rgb(175,13,205); }
td.TdClassName
{
border-color: #AF0DCD;
}
.TagClassName
{
border-color: #AF0DCD;
}
</style>