Shades of Dark Magenta #AF009C
Tints of Dark Magenta #AF009C
RGB
CMYK
RGB Variations
Color information
#AF009C (or 0xAF009C) is known color: Dark Magenta. HEX triplet: AF, 00 and 9C. RGB value is (175,0,156). Sum of RGB (Red+Green+Blue) = 175+0+156=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF009C is #50FF63. Grayscale: #454545. Windows color (decimal): -5308260 or 10223791. OLE color: 10223791.
HSL color Cylindrical-coordinate representation of color #AF009C: hue angle of 306.51º 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 #AF009C is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.11 | 0.31 |
| HSL | 306.51º | 1% | 0.34% | - |
| HSV(B) | 306.51º | 1% | 0.69% | - |
| XYZ | 23.68 | 11.51 | 32.43 | - |
| YUV | 70.11 | 176.48 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 156 | 0 | 1 | 0.11 | 0.31 | 306.51 | 1 | 0.34 |
| Hex | AF | 0 | 9C | 0 | 64 | B | 1F | 133 | 64 | 22 |
| Octal | 257 | 0 | 234 | 0 | 144 | 13 | 37 | 463 | 144 | 42 |
| Binary | 10101111 | 0 | 10011100 | 0 | 1100100 | 1011 | 11111 | 100110011 | 1100100 | 100010 |
Color Harmonies of #AF009C
Complementary color
Monochromatic Colors of #AF009C
Black with #AF009C
Text Example
Text Example
White with #AF009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF009C; }
p { color: rgb(175,0,156); }
H1.HeaderClassName
{
color: #AF009C;
}
.AnyTagClassName
{
color: #AF009C;
}
</style>
background-color css
<style>
a { background-color: #AF009C; }
a { background-color: rgb(175,0,156); }
div.DivClassName
{
background-color: #AF009C;
}
.BgClassName
{
background-color: #AF009C;
}
</style>
border-color css
<style>
span { border-color: #AF009C; }
span { border-color: rgb(175,0,156); }
td.TdClassName
{
border-color: #AF009C;
}
.TagClassName
{
border-color: #AF009C;
}
</style>