Shades of Dark Magenta #AF039A
Tints of Dark Magenta #AF039A
RGB
CMYK
RGB Variations
Color information
#AF039A (or 0xAF039A) is known color: Dark Magenta. HEX triplet: AF, 03 and 9A. RGB value is (175,3,154). Sum of RGB (Red+Green+Blue) = 175+3+154=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF039A is #50FC65. Grayscale: #474747. Windows color (decimal): -5307494 or 10093487. OLE color: 10093487.
HSL color Cylindrical-coordinate representation of color #AF039A: hue angle of 307.33º degrees, saturation: 0.97, 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 #AF039A is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 154 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.31 |
| HSL | 307.33º | 0.97% | 0.35% | - |
| HSV(B) | 307.33º | 0.98% | 0.69% | - |
| XYZ | 23.54 | 11.51 | 31.55 | - |
| YUV | 71.64 | 174.48 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 154 | 0 | 0.98 | 0.12 | 0.31 | 307.33 | 0.97 | 0.35 |
| Hex | AF | 3 | 9A | 0 | 62 | C | 1F | 133 | 61 | 23 |
| Octal | 257 | 3 | 232 | 0 | 142 | 14 | 37 | 463 | 141 | 43 |
| Binary | 10101111 | 11 | 10011010 | 0 | 1100010 | 1100 | 11111 | 100110011 | 1100001 | 100011 |
Color Harmonies of #AF039A
Complementary color
Monochromatic Colors of #AF039A
Black with #AF039A
Text Example
Text Example
White with #AF039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF039A; }
p { color: rgb(175,3,154); }
H1.HeaderClassName
{
color: #AF039A;
}
.AnyTagClassName
{
color: #AF039A;
}
</style>
background-color css
<style>
a { background-color: #AF039A; }
a { background-color: rgb(175,3,154); }
div.DivClassName
{
background-color: #AF039A;
}
.BgClassName
{
background-color: #AF039A;
}
</style>
border-color css
<style>
span { border-color: #AF039A; }
span { border-color: rgb(175,3,154); }
td.TdClassName
{
border-color: #AF039A;
}
.TagClassName
{
border-color: #AF039A;
}
</style>