Shades of Dark Violet #AF0EDF
Tints of Dark Violet #AF0EDF
RGB
CMYK
RGB Variations
Color information
#AF0EDF (or 0xAF0EDF) is known color: Dark Violet. HEX triplet: AF, 0E and DF. RGB value is (175,14,223). Sum of RGB (Red+Green+Blue) = 175+14+223=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF0EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0EDF is #50F120. Grayscale: #555555. Windows color (decimal): -5304609 or 14618287. OLE color: 14618287.
HSL color Cylindrical-coordinate representation of color #AF0EDF: hue angle of 286.22º degrees, saturation: 0.88, 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 #AF0EDF is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 14 | 223 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.13 |
| HSL | 286.22º | 0.88% | 0.46% | - |
| HSV(B) | 286.22º | 0.94% | 0.87% | - |
| XYZ | 31.16 | 14.76 | 71.02 | - |
| YUV | 85.97 | 205.34 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 223 | 0.22 | 0.94 | 0 | 0.13 | 286.22 | 0.88 | 0.46 |
| Hex | AF | E | DF | 16 | 5E | 0 | D | 11E | 58 | 2E |
| Octal | 257 | 16 | 337 | 26 | 136 | 0 | 15 | 436 | 130 | 56 |
| Binary | 10101111 | 1110 | 11011111 | 10110 | 1011110 | 0 | 1101 | 100011110 | 1011000 | 101110 |
Color Harmonies of #AF0EDF
Complementary color
Monochromatic Colors of #AF0EDF
Black with #AF0EDF
Text Example
Text Example
White with #AF0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0EDF; }
p { color: rgb(175,14,223); }
H1.HeaderClassName
{
color: #AF0EDF;
}
.AnyTagClassName
{
color: #AF0EDF;
}
</style>
background-color css
<style>
a { background-color: #AF0EDF; }
a { background-color: rgb(175,14,223); }
div.DivClassName
{
background-color: #AF0EDF;
}
.BgClassName
{
background-color: #AF0EDF;
}
</style>
border-color css
<style>
span { border-color: #AF0EDF; }
span { border-color: rgb(175,14,223); }
td.TdClassName
{
border-color: #AF0EDF;
}
.TagClassName
{
border-color: #AF0EDF;
}
</style>