Shades of Dark Magenta #AF059D
Tints of Dark Magenta #AF059D
RGB
CMYK
RGB Variations
Color information
#AF059D (or 0xAF059D) is known color: Dark Magenta. HEX triplet: AF, 05 and 9D. RGB value is (175,5,157). Sum of RGB (Red+Green+Blue) = 175+5+157=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF059D is #50FA62. Grayscale: #484848. Windows color (decimal): -5306979 or 10290607. OLE color: 10290607.
HSL color Cylindrical-coordinate representation of color #AF059D: hue angle of 306.35º 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 #AF059D is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 157 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.31 |
| HSL | 306.35º | 0.94% | 0.35% | - |
| HSV(B) | 306.35º | 0.97% | 0.69% | - |
| XYZ | 23.82 | 11.66 | 32.89 | - |
| YUV | 73.16 | 175.32 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 157 | 0 | 0.97 | 0.10 | 0.31 | 306.35 | 0.94 | 0.35 |
| Hex | AF | 5 | 9D | 0 | 61 | A | 1F | 132 | 5E | 23 |
| Octal | 257 | 5 | 235 | 0 | 141 | 12 | 37 | 462 | 136 | 43 |
| Binary | 10101111 | 101 | 10011101 | 0 | 1100001 | 1010 | 11111 | 100110010 | 1011110 | 100011 |
Color Harmonies of #AF059D
Complementary color
Monochromatic Colors of #AF059D
Black with #AF059D
Text Example
Text Example
White with #AF059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF059D; }
p { color: rgb(175,5,157); }
H1.HeaderClassName
{
color: #AF059D;
}
.AnyTagClassName
{
color: #AF059D;
}
</style>
background-color css
<style>
a { background-color: #AF059D; }
a { background-color: rgb(175,5,157); }
div.DivClassName
{
background-color: #AF059D;
}
.BgClassName
{
background-color: #AF059D;
}
</style>
border-color css
<style>
span { border-color: #AF059D; }
span { border-color: rgb(175,5,157); }
td.TdClassName
{
border-color: #AF059D;
}
.TagClassName
{
border-color: #AF059D;
}
</style>