Shades of Dark Magenta #AF0096
Tints of Dark Magenta #AF0096
RGB
CMYK
RGB Variations
Color information
#AF0096 (or 0xAF0096) is known color: Dark Magenta. HEX triplet: AF, 00 and 96. RGB value is (175,0,150). Sum of RGB (Red+Green+Blue) = 175+0+150=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0096 is #50FF69. Grayscale: #454545. Windows color (decimal): -5308266 or 9830575. OLE color: 9830575.
HSL color Cylindrical-coordinate representation of color #AF0096: hue angle of 308.57º 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 #AF0096 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.14 | 0.31 |
| HSL | 308.57º | 1% | 0.34% | - |
| HSV(B) | 308.57º | 1% | 0.69% | - |
| XYZ | 23.18 | 11.32 | 29.82 | - |
| YUV | 69.43 | 173.48 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 150 | 0 | 1 | 0.14 | 0.31 | 308.57 | 1 | 0.34 |
| Hex | AF | 0 | 96 | 0 | 64 | E | 1F | 135 | 64 | 22 |
| Octal | 257 | 0 | 226 | 0 | 144 | 16 | 37 | 465 | 144 | 42 |
| Binary | 10101111 | 0 | 10010110 | 0 | 1100100 | 1110 | 11111 | 100110101 | 1100100 | 100010 |
Color Harmonies of #AF0096
Complementary color
Monochromatic Colors of #AF0096
Black with #AF0096
Text Example
Text Example
White with #AF0096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0096; }
p { color: rgb(175,0,150); }
H1.HeaderClassName
{
color: #AF0096;
}
.AnyTagClassName
{
color: #AF0096;
}
</style>
background-color css
<style>
a { background-color: #AF0096; }
a { background-color: rgb(175,0,150); }
div.DivClassName
{
background-color: #AF0096;
}
.BgClassName
{
background-color: #AF0096;
}
</style>
border-color css
<style>
span { border-color: #AF0096; }
span { border-color: rgb(175,0,150); }
td.TdClassName
{
border-color: #AF0096;
}
.TagClassName
{
border-color: #AF0096;
}
</style>