Shades of Dark Magenta #AF0AA6
Tints of Dark Magenta #AF0AA6
RGB
CMYK
RGB Variations
Color information
#AF0AA6 (or 0xAF0AA6) is known color: Dark Magenta. HEX triplet: AF, 0A and A6. RGB value is (175,10,166). Sum of RGB (Red+Green+Blue) = 175+10+166=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 166 (65.23% from 255 or 47.29% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0AA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0AA6 is #50F559. Grayscale: #4C4C4C. Windows color (decimal): -5305690 or 10881711. OLE color: 10881711.
HSL color Cylindrical-coordinate representation of color #AF0AA6: hue angle of 303.27º 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 #AF0AA6 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 166 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.31 |
| HSL | 303.27º | 0.89% | 0.36% | - |
| HSV(B) | 303.27º | 0.94% | 0.69% | - |
| XYZ | 24.67 | 12.08 | 37.11 | - |
| YUV | 77.12 | 178.16 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 166 | 0 | 0.94 | 0.05 | 0.31 | 303.27 | 0.89 | 0.36 |
| Hex | AF | A | A6 | 0 | 5E | 5 | 1F | 12F | 59 | 24 |
| Octal | 257 | 12 | 246 | 0 | 136 | 5 | 37 | 457 | 131 | 44 |
| Binary | 10101111 | 1010 | 10100110 | 0 | 1011110 | 101 | 11111 | 100101111 | 1011001 | 100100 |
Color Harmonies of #AF0AA6
Complementary color
Monochromatic Colors of #AF0AA6
Black with #AF0AA6
Text Example
Text Example
White with #AF0AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0AA6; }
p { color: rgb(175,10,166); }
H1.HeaderClassName
{
color: #AF0AA6;
}
.AnyTagClassName
{
color: #AF0AA6;
}
</style>
background-color css
<style>
a { background-color: #AF0AA6; }
a { background-color: rgb(175,10,166); }
div.DivClassName
{
background-color: #AF0AA6;
}
.BgClassName
{
background-color: #AF0AA6;
}
</style>
border-color css
<style>
span { border-color: #AF0AA6; }
span { border-color: rgb(175,10,166); }
td.TdClassName
{
border-color: #AF0AA6;
}
.TagClassName
{
border-color: #AF0AA6;
}
</style>