Shades of Dark Magenta #AF0AA0
Tints of Dark Magenta #AF0AA0
RGB
CMYK
RGB Variations
Color information
#AF0AA0 (or 0xAF0AA0) is known color: Dark Magenta. HEX triplet: AF, 0A and A0. RGB value is (175,10,160). Sum of RGB (Red+Green+Blue) = 175+10+160=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0AA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0AA0 is #50F55F. Grayscale: #4C4C4C. Windows color (decimal): -5305696 or 10488495. OLE color: 10488495.
HSL color Cylindrical-coordinate representation of color #AF0AA0: hue angle of 305.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0AA0 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 160 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.31 |
| HSL | 305.45º | 0.89% | 0.36% | - |
| HSV(B) | 305.45º | 0.94% | 0.69% | - |
| XYZ | 24.13 | 11.87 | 34.28 | - |
| YUV | 76.44 | 175.16 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 160 | 0 | 0.94 | 0.09 | 0.31 | 305.45 | 0.89 | 0.36 |
| Hex | AF | A | A0 | 0 | 5E | 9 | 1F | 131 | 59 | 24 |
| Octal | 257 | 12 | 240 | 0 | 136 | 11 | 37 | 461 | 131 | 44 |
| Binary | 10101111 | 1010 | 10100000 | 0 | 1011110 | 1001 | 11111 | 100110001 | 1011001 | 100100 |
Color Harmonies of #AF0AA0
Complementary color
Monochromatic Colors of #AF0AA0
Black with #AF0AA0
Text Example
Text Example
White with #AF0AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0AA0; }
p { color: rgb(175,10,160); }
H1.HeaderClassName
{
color: #AF0AA0;
}
.AnyTagClassName
{
color: #AF0AA0;
}
</style>
background-color css
<style>
a { background-color: #AF0AA0; }
a { background-color: rgb(175,10,160); }
div.DivClassName
{
background-color: #AF0AA0;
}
.BgClassName
{
background-color: #AF0AA0;
}
</style>
border-color css
<style>
span { border-color: #AF0AA0; }
span { border-color: rgb(175,10,160); }
td.TdClassName
{
border-color: #AF0AA0;
}
.TagClassName
{
border-color: #AF0AA0;
}
</style>