Shades of Dark Magenta #AF009F
Tints of Dark Magenta #AF009F
RGB
CMYK
RGB Variations
Color information
#AF009F (or 0xAF009F) is known color: Dark Magenta. HEX triplet: AF, 00 and 9F. RGB value is (175,0,159). Sum of RGB (Red+Green+Blue) = 175+0+159=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF009F is #50FF60. Grayscale: #454545. Windows color (decimal): -5308257 or 10420399. OLE color: 10420399.
HSL color Cylindrical-coordinate representation of color #AF009F: hue angle of 305.49º 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 #AF009F is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.09 | 0.31 |
| HSL | 305.49º | 1% | 0.34% | - |
| HSV(B) | 305.49º | 1% | 0.69% | - |
| XYZ | 23.94 | 11.62 | 33.78 | - |
| YUV | 70.45 | 177.98 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 159 | 0 | 1 | 0.09 | 0.31 | 305.49 | 1 | 0.34 |
| Hex | AF | 0 | 9F | 0 | 64 | 9 | 1F | 131 | 64 | 22 |
| Octal | 257 | 0 | 237 | 0 | 144 | 11 | 37 | 461 | 144 | 42 |
| Binary | 10101111 | 0 | 10011111 | 0 | 1100100 | 1001 | 11111 | 100110001 | 1100100 | 100010 |
Color Harmonies of #AF009F
Complementary color
Monochromatic Colors of #AF009F
Black with #AF009F
Text Example
Text Example
White with #AF009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF009F; }
p { color: rgb(175,0,159); }
H1.HeaderClassName
{
color: #AF009F;
}
.AnyTagClassName
{
color: #AF009F;
}
</style>
background-color css
<style>
a { background-color: #AF009F; }
a { background-color: rgb(175,0,159); }
div.DivClassName
{
background-color: #AF009F;
}
.BgClassName
{
background-color: #AF009F;
}
</style>
border-color css
<style>
span { border-color: #AF009F; }
span { border-color: rgb(175,0,159); }
td.TdClassName
{
border-color: #AF009F;
}
.TagClassName
{
border-color: #AF009F;
}
</style>