Shades of Dark Magenta #AF009E
Tints of Dark Magenta #AF009E
RGB
CMYK
RGB Variations
Color information
#AF009E (or 0xAF009E) is known color: Dark Magenta. HEX triplet: AF, 00 and 9E. RGB value is (175,0,158). Sum of RGB (Red+Green+Blue) = 175+0+158=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF009E is #50FF61. Grayscale: #454545. Windows color (decimal): -5308258 or 10354863. OLE color: 10354863.
HSL color Cylindrical-coordinate representation of color #AF009E: hue angle of 305.83º 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 #AF009E is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.10 | 0.31 |
| HSL | 305.83º | 1% | 0.34% | - |
| HSV(B) | 305.83º | 1% | 0.69% | - |
| XYZ | 23.85 | 11.58 | 33.33 | - |
| YUV | 70.34 | 177.48 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 158 | 0 | 1 | 0.10 | 0.31 | 305.83 | 1 | 0.34 |
| Hex | AF | 0 | 9E | 0 | 64 | A | 1F | 132 | 64 | 22 |
| Octal | 257 | 0 | 236 | 0 | 144 | 12 | 37 | 462 | 144 | 42 |
| Binary | 10101111 | 0 | 10011110 | 0 | 1100100 | 1010 | 11111 | 100110010 | 1100100 | 100010 |
Color Harmonies of #AF009E
Complementary color
Monochromatic Colors of #AF009E
Black with #AF009E
Text Example
Text Example
White with #AF009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF009E; }
p { color: rgb(175,0,158); }
H1.HeaderClassName
{
color: #AF009E;
}
.AnyTagClassName
{
color: #AF009E;
}
</style>
background-color css
<style>
a { background-color: #AF009E; }
a { background-color: rgb(175,0,158); }
div.DivClassName
{
background-color: #AF009E;
}
.BgClassName
{
background-color: #AF009E;
}
</style>
border-color css
<style>
span { border-color: #AF009E; }
span { border-color: rgb(175,0,158); }
td.TdClassName
{
border-color: #AF009E;
}
.TagClassName
{
border-color: #AF009E;
}
</style>