Shades of Dark Magenta #AF0098
Tints of Dark Magenta #AF0098
RGB
CMYK
RGB Variations
Color information
#AF0098 (or 0xAF0098) is known color: Dark Magenta. HEX triplet: AF, 00 and 98. RGB value is (175,0,152). Sum of RGB (Red+Green+Blue) = 175+0+152=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0098 is #50FF67. Grayscale: #454545. Windows color (decimal): -5308264 or 9961647. OLE color: 9961647.
HSL color Cylindrical-coordinate representation of color #AF0098: hue angle of 307.89º 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 #AF0098 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 152 | - |
| CMYK | 0 | 1 | 0.13 | 0.31 |
| HSL | 307.89º | 1% | 0.34% | - |
| HSV(B) | 307.89º | 1% | 0.69% | - |
| XYZ | 23.35 | 11.38 | 30.67 | - |
| YUV | 69.65 | 174.48 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 152 | 0 | 1 | 0.13 | 0.31 | 307.89 | 1 | 0.34 |
| Hex | AF | 0 | 98 | 0 | 64 | D | 1F | 134 | 64 | 22 |
| Octal | 257 | 0 | 230 | 0 | 144 | 15 | 37 | 464 | 144 | 42 |
| Binary | 10101111 | 0 | 10011000 | 0 | 1100100 | 1101 | 11111 | 100110100 | 1100100 | 100010 |
Color Harmonies of #AF0098
Complementary color
Monochromatic Colors of #AF0098
Black with #AF0098
Text Example
Text Example
White with #AF0098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0098; }
p { color: rgb(175,0,152); }
H1.HeaderClassName
{
color: #AF0098;
}
.AnyTagClassName
{
color: #AF0098;
}
</style>
background-color css
<style>
a { background-color: #AF0098; }
a { background-color: rgb(175,0,152); }
div.DivClassName
{
background-color: #AF0098;
}
.BgClassName
{
background-color: #AF0098;
}
</style>
border-color css
<style>
span { border-color: #AF0098; }
span { border-color: rgb(175,0,152); }
td.TdClassName
{
border-color: #AF0098;
}
.TagClassName
{
border-color: #AF0098;
}
</style>