Shades of Dark Magenta #AF029C
Tints of Dark Magenta #AF029C
RGB
CMYK
RGB Variations
Color information
#AF029C (or 0xAF029C) is known color: Dark Magenta. HEX triplet: AF, 02 and 9C. RGB value is (175,2,156). Sum of RGB (Red+Green+Blue) = 175+2+156=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF029C is #50FD63. Grayscale: #464646. Windows color (decimal): -5307748 or 10224303. OLE color: 10224303.
HSL color Cylindrical-coordinate representation of color #AF029C: hue angle of 306.59º 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 #AF029C is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 156 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.31 |
| HSL | 306.59º | 0.98% | 0.35% | - |
| HSV(B) | 306.59º | 0.99% | 0.69% | - |
| XYZ | 23.7 | 11.56 | 32.43 | - |
| YUV | 71.28 | 175.81 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 156 | 0 | 0.99 | 0.11 | 0.31 | 306.59 | 0.98 | 0.35 |
| Hex | AF | 2 | 9C | 0 | 63 | B | 1F | 133 | 62 | 23 |
| Octal | 257 | 2 | 234 | 0 | 143 | 13 | 37 | 463 | 142 | 43 |
| Binary | 10101111 | 10 | 10011100 | 0 | 1100011 | 1011 | 11111 | 100110011 | 1100010 | 100011 |
Color Harmonies of #AF029C
Complementary color
Monochromatic Colors of #AF029C
Black with #AF029C
Text Example
Text Example
White with #AF029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF029C; }
p { color: rgb(175,2,156); }
H1.HeaderClassName
{
color: #AF029C;
}
.AnyTagClassName
{
color: #AF029C;
}
</style>
background-color css
<style>
a { background-color: #AF029C; }
a { background-color: rgb(175,2,156); }
div.DivClassName
{
background-color: #AF029C;
}
.BgClassName
{
background-color: #AF029C;
}
</style>
border-color css
<style>
span { border-color: #AF029C; }
span { border-color: rgb(175,2,156); }
td.TdClassName
{
border-color: #AF029C;
}
.TagClassName
{
border-color: #AF029C;
}
</style>