Shades of Dark Violet #AF10D9
Tints of Dark Violet #AF10D9
RGB
CMYK
RGB Variations
Color information
#AF10D9 (or 0xAF10D9) is known color: Dark Violet. HEX triplet: AF, 10 and D9. RGB value is (175,16,217). Sum of RGB (Red+Green+Blue) = 175+16+217=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 217 (85.16% from 255 or 53.19% from 408); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF10D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10D9 is #50EF26. Grayscale: #555555. Windows color (decimal): -5304103 or 14225583. OLE color: 14225583.
HSL color Cylindrical-coordinate representation of color #AF10D9: hue angle of 287.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF10D9 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 16 | 217 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.15 |
| HSL | 287.46º | 0.86% | 0.46% | - |
| HSV(B) | 287.46º | 0.93% | 0.85% | - |
| XYZ | 30.39 | 14.49 | 66.84 | - |
| YUV | 86.46 | 201.68 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 217 | 0.19 | 0.93 | 0 | 0.15 | 287.46 | 0.86 | 0.46 |
| Hex | AF | 10 | D9 | 13 | 5D | 0 | F | 11F | 56 | 2E |
| Octal | 257 | 20 | 331 | 23 | 135 | 0 | 17 | 437 | 126 | 56 |
| Binary | 10101111 | 10000 | 11011001 | 10011 | 1011101 | 0 | 1111 | 100011111 | 1010110 | 101110 |
Color Harmonies of #AF10D9
Complementary color
Monochromatic Colors of #AF10D9
Black with #AF10D9
Text Example
Text Example
White with #AF10D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10D9; }
p { color: rgb(175,16,217); }
H1.HeaderClassName
{
color: #AF10D9;
}
.AnyTagClassName
{
color: #AF10D9;
}
</style>
background-color css
<style>
a { background-color: #AF10D9; }
a { background-color: rgb(175,16,217); }
div.DivClassName
{
background-color: #AF10D9;
}
.BgClassName
{
background-color: #AF10D9;
}
</style>
border-color css
<style>
span { border-color: #AF10D9; }
span { border-color: rgb(175,16,217); }
td.TdClassName
{
border-color: #AF10D9;
}
.TagClassName
{
border-color: #AF10D9;
}
</style>