Shades of Dark Magenta #AF039E
Tints of Dark Magenta #AF039E
RGB
CMYK
RGB Variations
Color information
#AF039E (or 0xAF039E) is known color: Dark Magenta. HEX triplet: AF, 03 and 9E. RGB value is (175,3,158). Sum of RGB (Red+Green+Blue) = 175+3+158=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF039E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF039E is #50FC61. Grayscale: #474747. Windows color (decimal): -5307490 or 10355631. OLE color: 10355631.
HSL color Cylindrical-coordinate representation of color #AF039E: hue angle of 305.93º 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 #AF039E is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 158 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.31 |
| HSL | 305.93º | 0.97% | 0.35% | - |
| HSV(B) | 305.93º | 0.98% | 0.69% | - |
| XYZ | 23.88 | 11.65 | 33.34 | - |
| YUV | 72.1 | 176.48 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 158 | 0 | 0.98 | 0.10 | 0.31 | 305.93 | 0.97 | 0.35 |
| Hex | AF | 3 | 9E | 0 | 62 | A | 1F | 132 | 61 | 23 |
| Octal | 257 | 3 | 236 | 0 | 142 | 12 | 37 | 462 | 141 | 43 |
| Binary | 10101111 | 11 | 10011110 | 0 | 1100010 | 1010 | 11111 | 100110010 | 1100001 | 100011 |
Color Harmonies of #AF039E
Complementary color
Monochromatic Colors of #AF039E
Black with #AF039E
Text Example
Text Example
White with #AF039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF039E; }
p { color: rgb(175,3,158); }
H1.HeaderClassName
{
color: #AF039E;
}
.AnyTagClassName
{
color: #AF039E;
}
</style>
background-color css
<style>
a { background-color: #AF039E; }
a { background-color: rgb(175,3,158); }
div.DivClassName
{
background-color: #AF039E;
}
.BgClassName
{
background-color: #AF039E;
}
</style>
border-color css
<style>
span { border-color: #AF039E; }
span { border-color: rgb(175,3,158); }
td.TdClassName
{
border-color: #AF039E;
}
.TagClassName
{
border-color: #AF039E;
}
</style>