Shades of Dark Magenta #AF039C
Tints of Dark Magenta #AF039C
RGB
CMYK
RGB Variations
Color information
#AF039C (or 0xAF039C) is known color: Dark Magenta. HEX triplet: AF, 03 and 9C. RGB value is (175,3,156). Sum of RGB (Red+Green+Blue) = 175+3+156=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF039C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF039C is #50FC63. Grayscale: #474747. Windows color (decimal): -5307492 or 10224559. OLE color: 10224559.
HSL color Cylindrical-coordinate representation of color #AF039C: hue angle of 306.63º 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 #AF039C is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 156 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.31 |
| HSL | 306.63º | 0.97% | 0.35% | - |
| HSV(B) | 306.63º | 0.98% | 0.69% | - |
| XYZ | 23.71 | 11.58 | 32.44 | - |
| YUV | 71.87 | 175.48 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 156 | 0 | 0.98 | 0.11 | 0.31 | 306.63 | 0.97 | 0.35 |
| Hex | AF | 3 | 9C | 0 | 62 | B | 1F | 133 | 61 | 23 |
| Octal | 257 | 3 | 234 | 0 | 142 | 13 | 37 | 463 | 141 | 43 |
| Binary | 10101111 | 11 | 10011100 | 0 | 1100010 | 1011 | 11111 | 100110011 | 1100001 | 100011 |
Color Harmonies of #AF039C
Complementary color
Monochromatic Colors of #AF039C
Black with #AF039C
Text Example
Text Example
White with #AF039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF039C; }
p { color: rgb(175,3,156); }
H1.HeaderClassName
{
color: #AF039C;
}
.AnyTagClassName
{
color: #AF039C;
}
</style>
background-color css
<style>
a { background-color: #AF039C; }
a { background-color: rgb(175,3,156); }
div.DivClassName
{
background-color: #AF039C;
}
.BgClassName
{
background-color: #AF039C;
}
</style>
border-color css
<style>
span { border-color: #AF039C; }
span { border-color: rgb(175,3,156); }
td.TdClassName
{
border-color: #AF039C;
}
.TagClassName
{
border-color: #AF039C;
}
</style>