Shades of Dark Violet #AF04D9
Tints of Dark Violet #AF04D9
RGB
CMYK
RGB Variations
Color information
#AF04D9 (or 0xAF04D9) is known color: Dark Violet. HEX triplet: AF, 04 and D9. RGB value is (175,4,217). Sum of RGB (Red+Green+Blue) = 175+4+217=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF04D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF04D9 is #50FB26. Grayscale: #4E4E4E. Windows color (decimal): -5307175 or 14222511. OLE color: 14222511.
HSL color Cylindrical-coordinate representation of color #AF04D9: hue angle of 288.17º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF04D9 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 4 | 217 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.15 |
| HSL | 288.17º | 0.96% | 0.43% | - |
| HSV(B) | 288.17º | 0.98% | 0.85% | - |
| XYZ | 30.25 | 14.21 | 66.79 | - |
| YUV | 79.41 | 205.65 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 217 | 0.19 | 0.98 | 0 | 0.15 | 288.17 | 0.96 | 0.43 |
| Hex | AF | 4 | D9 | 13 | 62 | 0 | F | 120 | 60 | 2B |
| Octal | 257 | 4 | 331 | 23 | 142 | 0 | 17 | 440 | 140 | 53 |
| Binary | 10101111 | 100 | 11011001 | 10011 | 1100010 | 0 | 1111 | 100100000 | 1100000 | 101011 |
Color Harmonies of #AF04D9
Complementary color
Monochromatic Colors of #AF04D9
Black with #AF04D9
Text Example
Text Example
White with #AF04D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF04D9; }
p { color: rgb(175,4,217); }
H1.HeaderClassName
{
color: #AF04D9;
}
.AnyTagClassName
{
color: #AF04D9;
}
</style>
background-color css
<style>
a { background-color: #AF04D9; }
a { background-color: rgb(175,4,217); }
div.DivClassName
{
background-color: #AF04D9;
}
.BgClassName
{
background-color: #AF04D9;
}
</style>
border-color css
<style>
span { border-color: #AF04D9; }
span { border-color: rgb(175,4,217); }
td.TdClassName
{
border-color: #AF04D9;
}
.TagClassName
{
border-color: #AF04D9;
}
</style>