Shades of Dark Magenta #AF0B9F
Tints of Dark Magenta #AF0B9F
RGB
CMYK
RGB Variations
Color information
#AF0B9F (or 0xAF0B9F) is known color: Dark Magenta. HEX triplet: AF, 0B and 9F. RGB value is (175,11,159). Sum of RGB (Red+Green+Blue) = 175+11+159=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0B9F is #50F460. Grayscale: #4C4C4C. Windows color (decimal): -5305441 or 10423215. OLE color: 10423215.
HSL color Cylindrical-coordinate representation of color #AF0B9F: hue angle of 305.85º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0B9F is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 159 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.31 |
| HSL | 305.85º | 0.88% | 0.36% | - |
| HSV(B) | 305.85º | 0.94% | 0.69% | - |
| XYZ | 24.06 | 11.86 | 33.82 | - |
| YUV | 76.91 | 174.33 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 159 | 0 | 0.94 | 0.09 | 0.31 | 305.85 | 0.88 | 0.36 |
| Hex | AF | B | 9F | 0 | 5E | 9 | 1F | 132 | 58 | 24 |
| Octal | 257 | 13 | 237 | 0 | 136 | 11 | 37 | 462 | 130 | 44 |
| Binary | 10101111 | 1011 | 10011111 | 0 | 1011110 | 1001 | 11111 | 100110010 | 1011000 | 100100 |
Color Harmonies of #AF0B9F
Complementary color
Monochromatic Colors of #AF0B9F
Black with #AF0B9F
Text Example
Text Example
White with #AF0B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0B9F; }
p { color: rgb(175,11,159); }
H1.HeaderClassName
{
color: #AF0B9F;
}
.AnyTagClassName
{
color: #AF0B9F;
}
</style>
background-color css
<style>
a { background-color: #AF0B9F; }
a { background-color: rgb(175,11,159); }
div.DivClassName
{
background-color: #AF0B9F;
}
.BgClassName
{
background-color: #AF0B9F;
}
</style>
border-color css
<style>
span { border-color: #AF0B9F; }
span { border-color: rgb(175,11,159); }
td.TdClassName
{
border-color: #AF0B9F;
}
.TagClassName
{
border-color: #AF0B9F;
}
</style>