Shades of Dark Magenta #AF009D
Tints of Dark Magenta #AF009D
RGB
CMYK
RGB Variations
Color information
#AF009D (or 0xAF009D) is known color: Dark Magenta. HEX triplet: AF, 00 and 9D. RGB value is (175,0,157). Sum of RGB (Red+Green+Blue) = 175+0+157=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF009D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF009D is #50FF62. Grayscale: #454545. Windows color (decimal): -5308259 or 10289327. OLE color: 10289327.
HSL color Cylindrical-coordinate representation of color #AF009D: hue angle of 306.17º 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 #AF009D is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.10 | 0.31 |
| HSL | 306.17º | 1% | 0.34% | - |
| HSV(B) | 306.17º | 1% | 0.69% | - |
| XYZ | 23.77 | 11.55 | 32.87 | - |
| YUV | 70.22 | 176.98 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 157 | 0 | 1 | 0.10 | 0.31 | 306.17 | 1 | 0.34 |
| Hex | AF | 0 | 9D | 0 | 64 | A | 1F | 132 | 64 | 22 |
| Octal | 257 | 0 | 235 | 0 | 144 | 12 | 37 | 462 | 144 | 42 |
| Binary | 10101111 | 0 | 10011101 | 0 | 1100100 | 1010 | 11111 | 100110010 | 1100100 | 100010 |
Color Harmonies of #AF009D
Complementary color
Monochromatic Colors of #AF009D
Black with #AF009D
Text Example
Text Example
White with #AF009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF009D; }
p { color: rgb(175,0,157); }
H1.HeaderClassName
{
color: #AF009D;
}
.AnyTagClassName
{
color: #AF009D;
}
</style>
background-color css
<style>
a { background-color: #AF009D; }
a { background-color: rgb(175,0,157); }
div.DivClassName
{
background-color: #AF009D;
}
.BgClassName
{
background-color: #AF009D;
}
</style>
border-color css
<style>
span { border-color: #AF009D; }
span { border-color: rgb(175,0,157); }
td.TdClassName
{
border-color: #AF009D;
}
.TagClassName
{
border-color: #AF009D;
}
</style>