Shades of Dark Magenta #AF0599
Tints of Dark Magenta #AF0599
RGB
CMYK
RGB Variations
Color information
#AF0599 (or 0xAF0599) is known color: Dark Magenta. HEX triplet: AF, 05 and 99. RGB value is (175,5,153). Sum of RGB (Red+Green+Blue) = 175+5+153=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0599 is #50FA66. Grayscale: #484848. Windows color (decimal): -5306983 or 10028463. OLE color: 10028463.
HSL color Cylindrical-coordinate representation of color #AF0599: hue angle of 307.76º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0599 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 153 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.31 |
| HSL | 307.76º | 0.94% | 0.35% | - |
| HSV(B) | 307.76º | 0.97% | 0.69% | - |
| XYZ | 23.48 | 11.52 | 31.12 | - |
| YUV | 72.7 | 173.32 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 153 | 0 | 0.97 | 0.13 | 0.31 | 307.76 | 0.94 | 0.35 |
| Hex | AF | 5 | 99 | 0 | 61 | D | 1F | 134 | 5E | 23 |
| Octal | 257 | 5 | 231 | 0 | 141 | 15 | 37 | 464 | 136 | 43 |
| Binary | 10101111 | 101 | 10011001 | 0 | 1100001 | 1101 | 11111 | 100110100 | 1011110 | 100011 |
Color Harmonies of #AF0599
Complementary color
Monochromatic Colors of #AF0599
Black with #AF0599
Text Example
Text Example
White with #AF0599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0599; }
p { color: rgb(175,5,153); }
H1.HeaderClassName
{
color: #AF0599;
}
.AnyTagClassName
{
color: #AF0599;
}
</style>
background-color css
<style>
a { background-color: #AF0599; }
a { background-color: rgb(175,5,153); }
div.DivClassName
{
background-color: #AF0599;
}
.BgClassName
{
background-color: #AF0599;
}
</style>
border-color css
<style>
span { border-color: #AF0599; }
span { border-color: rgb(175,5,153); }
td.TdClassName
{
border-color: #AF0599;
}
.TagClassName
{
border-color: #AF0599;
}
</style>