Shades of Dark Magenta #AF0099
Tints of Dark Magenta #AF0099
RGB
CMYK
RGB Variations
Color information
#AF0099 (or 0xAF0099) is known color: Dark Magenta. HEX triplet: AF, 00 and 99. RGB value is (175,0,153). Sum of RGB (Red+Green+Blue) = 175+0+153=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0099 is #50FF66. Grayscale: #454545. Windows color (decimal): -5308263 or 10027183. OLE color: 10027183.
HSL color Cylindrical-coordinate representation of color #AF0099: hue angle of 307.54º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0099 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.13 | 0.31 |
| HSL | 307.54º | 1% | 0.34% | - |
| HSV(B) | 307.54º | 1% | 0.69% | - |
| XYZ | 23.43 | 11.41 | 31.11 | - |
| YUV | 69.77 | 174.98 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 153 | 0 | 1 | 0.13 | 0.31 | 307.54 | 1 | 0.34 |
| Hex | AF | 0 | 99 | 0 | 64 | D | 1F | 134 | 64 | 22 |
| Octal | 257 | 0 | 231 | 0 | 144 | 15 | 37 | 464 | 144 | 42 |
| Binary | 10101111 | 0 | 10011001 | 0 | 1100100 | 1101 | 11111 | 100110100 | 1100100 | 100010 |
Color Harmonies of #AF0099
Complementary color
Monochromatic Colors of #AF0099
Black with #AF0099
Text Example
Text Example
White with #AF0099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0099; }
p { color: rgb(175,0,153); }
H1.HeaderClassName
{
color: #AF0099;
}
.AnyTagClassName
{
color: #AF0099;
}
</style>
background-color css
<style>
a { background-color: #AF0099; }
a { background-color: rgb(175,0,153); }
div.DivClassName
{
background-color: #AF0099;
}
.BgClassName
{
background-color: #AF0099;
}
</style>
border-color css
<style>
span { border-color: #AF0099; }
span { border-color: rgb(175,0,153); }
td.TdClassName
{
border-color: #AF0099;
}
.TagClassName
{
border-color: #AF0099;
}
</style>