Shades of Dark Magenta #AF029D
Tints of Dark Magenta #AF029D
RGB
CMYK
RGB Variations
Color information
#AF029D (or 0xAF029D) is known color: Dark Magenta. HEX triplet: AF, 02 and 9D. RGB value is (175,2,157). Sum of RGB (Red+Green+Blue) = 175+2+157=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF029D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF029D is #50FD62. Grayscale: #464646. Windows color (decimal): -5307747 or 10289839. OLE color: 10289839.
HSL color Cylindrical-coordinate representation of color #AF029D: hue angle of 306.24º 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 #AF029D is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 157 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.31 |
| HSL | 306.24º | 0.98% | 0.35% | - |
| HSV(B) | 306.24º | 0.99% | 0.69% | - |
| XYZ | 23.79 | 11.59 | 32.88 | - |
| YUV | 71.4 | 176.31 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 157 | 0 | 0.99 | 0.10 | 0.31 | 306.24 | 0.98 | 0.35 |
| Hex | AF | 2 | 9D | 0 | 63 | A | 1F | 132 | 62 | 23 |
| Octal | 257 | 2 | 235 | 0 | 143 | 12 | 37 | 462 | 142 | 43 |
| Binary | 10101111 | 10 | 10011101 | 0 | 1100011 | 1010 | 11111 | 100110010 | 1100010 | 100011 |
Color Harmonies of #AF029D
Complementary color
Monochromatic Colors of #AF029D
Black with #AF029D
Text Example
Text Example
White with #AF029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF029D; }
p { color: rgb(175,2,157); }
H1.HeaderClassName
{
color: #AF029D;
}
.AnyTagClassName
{
color: #AF029D;
}
</style>
background-color css
<style>
a { background-color: #AF029D; }
a { background-color: rgb(175,2,157); }
div.DivClassName
{
background-color: #AF029D;
}
.BgClassName
{
background-color: #AF029D;
}
</style>
border-color css
<style>
span { border-color: #AF029D; }
span { border-color: rgb(175,2,157); }
td.TdClassName
{
border-color: #AF029D;
}
.TagClassName
{
border-color: #AF029D;
}
</style>