Shades of Dark Violet #AF0DCF
Tints of Dark Violet #AF0DCF
RGB
CMYK
RGB Variations
Color information
#AF0DCF (or 0xAF0DCF) is known color: Dark Violet. HEX triplet: AF, 0D and CF. RGB value is (175,13,207). Sum of RGB (Red+Green+Blue) = 175+13+207=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF0DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DCF is #50F230. Grayscale: #525252. Windows color (decimal): -5304881 or 13569455. OLE color: 13569455.
HSL color Cylindrical-coordinate representation of color #AF0DCF: hue angle of 290.1º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0DCF is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 13 | 207 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.19 |
| HSL | 290.1º | 0.88% | 0.43% | - |
| HSV(B) | 290.1º | 0.94% | 0.81% | - |
| XYZ | 29.09 | 13.91 | 60.18 | - |
| YUV | 83.55 | 197.67 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 207 | 0.15 | 0.94 | 0 | 0.19 | 290.1 | 0.88 | 0.43 |
| Hex | AF | D | CF | F | 5E | 0 | 13 | 122 | 58 | 2B |
| Octal | 257 | 15 | 317 | 17 | 136 | 0 | 23 | 442 | 130 | 53 |
| Binary | 10101111 | 1101 | 11001111 | 1111 | 1011110 | 0 | 10011 | 100100010 | 1011000 | 101011 |
Color Harmonies of #AF0DCF
Complementary color
Monochromatic Colors of #AF0DCF
Black with #AF0DCF
Text Example
Text Example
White with #AF0DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DCF; }
p { color: rgb(175,13,207); }
H1.HeaderClassName
{
color: #AF0DCF;
}
.AnyTagClassName
{
color: #AF0DCF;
}
</style>
background-color css
<style>
a { background-color: #AF0DCF; }
a { background-color: rgb(175,13,207); }
div.DivClassName
{
background-color: #AF0DCF;
}
.BgClassName
{
background-color: #AF0DCF;
}
</style>
border-color css
<style>
span { border-color: #AF0DCF; }
span { border-color: rgb(175,13,207); }
td.TdClassName
{
border-color: #AF0DCF;
}
.TagClassName
{
border-color: #AF0DCF;
}
</style>