Shades of Dark Magenta #AF029E
Tints of Dark Magenta #AF029E
RGB
CMYK
RGB Variations
Color information
#AF029E (or 0xAF029E) is known color: Dark Magenta. HEX triplet: AF, 02 and 9E. RGB value is (175,2,158). Sum of RGB (Red+Green+Blue) = 175+2+158=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF029E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF029E is #50FD61. Grayscale: #474747. Windows color (decimal): -5307746 or 10355375. OLE color: 10355375.
HSL color Cylindrical-coordinate representation of color #AF029E: hue angle of 305.9º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF029E is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 158 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.31 |
| HSL | 305.9º | 0.98% | 0.35% | - |
| HSV(B) | 305.9º | 0.99% | 0.69% | - |
| XYZ | 23.87 | 11.63 | 33.33 | - |
| YUV | 71.51 | 176.81 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 158 | 0 | 0.99 | 0.10 | 0.31 | 305.9 | 0.98 | 0.35 |
| Hex | AF | 2 | 9E | 0 | 63 | A | 1F | 132 | 62 | 23 |
| Octal | 257 | 2 | 236 | 0 | 143 | 12 | 37 | 462 | 142 | 43 |
| Binary | 10101111 | 10 | 10011110 | 0 | 1100011 | 1010 | 11111 | 100110010 | 1100010 | 100011 |
Color Harmonies of #AF029E
Complementary color
Monochromatic Colors of #AF029E
Black with #AF029E
Text Example
Text Example
White with #AF029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF029E; }
p { color: rgb(175,2,158); }
H1.HeaderClassName
{
color: #AF029E;
}
.AnyTagClassName
{
color: #AF029E;
}
</style>
background-color css
<style>
a { background-color: #AF029E; }
a { background-color: rgb(175,2,158); }
div.DivClassName
{
background-color: #AF029E;
}
.BgClassName
{
background-color: #AF029E;
}
</style>
border-color css
<style>
span { border-color: #AF029E; }
span { border-color: rgb(175,2,158); }
td.TdClassName
{
border-color: #AF029E;
}
.TagClassName
{
border-color: #AF029E;
}
</style>