Shades of Dark Violet #AF13DF
Tints of Dark Violet #AF13DF
RGB
CMYK
RGB Variations
Color information
#AF13DF (or 0xAF13DF) is known color: Dark Violet. HEX triplet: AF, 13 and DF. RGB value is (175,19,223). Sum of RGB (Red+Green+Blue) = 175+19+223=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF13DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13DF is #50EC20. Grayscale: #585858. Windows color (decimal): -5303329 or 14619567. OLE color: 14619567.
HSL color Cylindrical-coordinate representation of color #AF13DF: hue angle of 285.88º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF13DF is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 19 | 223 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.13 |
| HSL | 285.88º | 0.84% | 0.47% | - |
| HSV(B) | 285.88º | 0.91% | 0.87% | - |
| XYZ | 31.23 | 14.91 | 71.04 | - |
| YUV | 88.9 | 203.68 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 223 | 0.22 | 0.91 | 0 | 0.13 | 285.88 | 0.84 | 0.47 |
| Hex | AF | 13 | DF | 16 | 5B | 0 | D | 11E | 54 | 2F |
| Octal | 257 | 23 | 337 | 26 | 133 | 0 | 15 | 436 | 124 | 57 |
| Binary | 10101111 | 10011 | 11011111 | 10110 | 1011011 | 0 | 1101 | 100011110 | 1010100 | 101111 |
Color Harmonies of #AF13DF
Complementary color
Monochromatic Colors of #AF13DF
Black with #AF13DF
Text Example
Text Example
White with #AF13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF13DF; }
p { color: rgb(175,19,223); }
H1.HeaderClassName
{
color: #AF13DF;
}
.AnyTagClassName
{
color: #AF13DF;
}
</style>
background-color css
<style>
a { background-color: #AF13DF; }
a { background-color: rgb(175,19,223); }
div.DivClassName
{
background-color: #AF13DF;
}
.BgClassName
{
background-color: #AF13DF;
}
</style>
border-color css
<style>
span { border-color: #AF13DF; }
span { border-color: rgb(175,19,223); }
td.TdClassName
{
border-color: #AF13DF;
}
.TagClassName
{
border-color: #AF13DF;
}
</style>