Shades of Dark Magenta #AF049A
Tints of Dark Magenta #AF049A
RGB
CMYK
RGB Variations
Color information
#AF049A (or 0xAF049A) is known color: Dark Magenta. HEX triplet: AF, 04 and 9A. RGB value is (175,4,154). Sum of RGB (Red+Green+Blue) = 175+4+154=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF049A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF049A is #50FB65. Grayscale: #474747. Windows color (decimal): -5307238 or 10093743. OLE color: 10093743.
HSL color Cylindrical-coordinate representation of color #AF049A: hue angle of 307.37º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF049A is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 154 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.31 |
| HSL | 307.37º | 0.96% | 0.35% | - |
| HSV(B) | 307.37º | 0.98% | 0.69% | - |
| XYZ | 23.56 | 11.53 | 31.56 | - |
| YUV | 72.23 | 174.15 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 154 | 0 | 0.98 | 0.12 | 0.31 | 307.37 | 0.96 | 0.35 |
| Hex | AF | 4 | 9A | 0 | 62 | C | 1F | 133 | 60 | 23 |
| Octal | 257 | 4 | 232 | 0 | 142 | 14 | 37 | 463 | 140 | 43 |
| Binary | 10101111 | 100 | 10011010 | 0 | 1100010 | 1100 | 11111 | 100110011 | 1100000 | 100011 |
Color Harmonies of #AF049A
Complementary color
Monochromatic Colors of #AF049A
Black with #AF049A
Text Example
Text Example
White with #AF049A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF049A; }
p { color: rgb(175,4,154); }
H1.HeaderClassName
{
color: #AF049A;
}
.AnyTagClassName
{
color: #AF049A;
}
</style>
background-color css
<style>
a { background-color: #AF049A; }
a { background-color: rgb(175,4,154); }
div.DivClassName
{
background-color: #AF049A;
}
.BgClassName
{
background-color: #AF049A;
}
</style>
border-color css
<style>
span { border-color: #AF049A; }
span { border-color: rgb(175,4,154); }
td.TdClassName
{
border-color: #AF049A;
}
.TagClassName
{
border-color: #AF049A;
}
</style>