Shades of Dark Violet #AF05D9
Tints of Dark Violet #AF05D9
RGB
CMYK
RGB Variations
Color information
#AF05D9 (or 0xAF05D9) is known color: Dark Violet. HEX triplet: AF, 05 and D9. RGB value is (175,5,217). Sum of RGB (Red+Green+Blue) = 175+5+217=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 217 (85.16% from 255 or 54.66% from 397); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF05D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF05D9 is #50FA26. Grayscale: #4F4F4F. Windows color (decimal): -5306919 or 14222767. OLE color: 14222767.
HSL color Cylindrical-coordinate representation of color #AF05D9: hue angle of 288.11º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF05D9 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 5 | 217 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.15 |
| HSL | 288.11º | 0.95% | 0.44% | - |
| HSV(B) | 288.11º | 0.98% | 0.85% | - |
| XYZ | 30.26 | 14.23 | 66.8 | - |
| YUV | 80 | 205.32 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 217 | 0.19 | 0.98 | 0 | 0.15 | 288.11 | 0.95 | 0.44 |
| Hex | AF | 5 | D9 | 13 | 62 | 0 | F | 120 | 5F | 2C |
| Octal | 257 | 5 | 331 | 23 | 142 | 0 | 17 | 440 | 137 | 54 |
| Binary | 10101111 | 101 | 11011001 | 10011 | 1100010 | 0 | 1111 | 100100000 | 1011111 | 101100 |
Color Harmonies of #AF05D9
Complementary color
Monochromatic Colors of #AF05D9
Black with #AF05D9
Text Example
Text Example
White with #AF05D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF05D9; }
p { color: rgb(175,5,217); }
H1.HeaderClassName
{
color: #AF05D9;
}
.AnyTagClassName
{
color: #AF05D9;
}
</style>
background-color css
<style>
a { background-color: #AF05D9; }
a { background-color: rgb(175,5,217); }
div.DivClassName
{
background-color: #AF05D9;
}
.BgClassName
{
background-color: #AF05D9;
}
</style>
border-color css
<style>
span { border-color: #AF05D9; }
span { border-color: rgb(175,5,217); }
td.TdClassName
{
border-color: #AF05D9;
}
.TagClassName
{
border-color: #AF05D9;
}
</style>