Shades of Dark Violet #AF0DCE
Tints of Dark Violet #AF0DCE
RGB
CMYK
RGB Variations
Color information
#AF0DCE (or 0xAF0DCE) is known color: Dark Violet. HEX triplet: AF, 0D and CE. RGB value is (175,13,206). Sum of RGB (Red+Green+Blue) = 175+13+206=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF0DCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DCE is #50F231. Grayscale: #525252. Windows color (decimal): -5304882 or 13503919. OLE color: 13503919.
HSL color Cylindrical-coordinate representation of color #AF0DCE: hue angle of 290.36º 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 #AF0DCE is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 13 | 206 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.19 |
| HSL | 290.36º | 0.88% | 0.43% | - |
| HSV(B) | 290.36º | 0.94% | 0.81% | - |
| XYZ | 28.96 | 13.86 | 59.54 | - |
| YUV | 83.44 | 197.17 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 206 | 0.15 | 0.94 | 0 | 0.19 | 290.36 | 0.88 | 0.43 |
| Hex | AF | D | CE | F | 5E | 0 | 13 | 122 | 58 | 2B |
| Octal | 257 | 15 | 316 | 17 | 136 | 0 | 23 | 442 | 130 | 53 |
| Binary | 10101111 | 1101 | 11001110 | 1111 | 1011110 | 0 | 10011 | 100100010 | 1011000 | 101011 |
Color Harmonies of #AF0DCE
Complementary color
Monochromatic Colors of #AF0DCE
Black with #AF0DCE
Text Example
Text Example
White with #AF0DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DCE; }
p { color: rgb(175,13,206); }
H1.HeaderClassName
{
color: #AF0DCE;
}
.AnyTagClassName
{
color: #AF0DCE;
}
</style>
background-color css
<style>
a { background-color: #AF0DCE; }
a { background-color: rgb(175,13,206); }
div.DivClassName
{
background-color: #AF0DCE;
}
.BgClassName
{
background-color: #AF0DCE;
}
</style>
border-color css
<style>
span { border-color: #AF0DCE; }
span { border-color: rgb(175,13,206); }
td.TdClassName
{
border-color: #AF0DCE;
}
.TagClassName
{
border-color: #AF0DCE;
}
</style>