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