Shades of Dark Magenta #AF0AA4
Tints of Dark Magenta #AF0AA4
RGB
CMYK
RGB Variations
Color information
#AF0AA4 (or 0xAF0AA4) is known color: Dark Magenta. HEX triplet: AF, 0A and A4. RGB value is (175,10,164). Sum of RGB (Red+Green+Blue) = 175+10+164=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 164 (64.45% from 255 or 46.99% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0AA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0AA4 is #50F55B. Grayscale: #4C4C4C. Windows color (decimal): -5305692 or 10750639. OLE color: 10750639.
HSL color Cylindrical-coordinate representation of color #AF0AA4: hue angle of 304º 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 #AF0AA4 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 164 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.31 |
| HSL | 304º | 0.89% | 0.36% | - |
| HSV(B) | 304º | 0.94% | 0.69% | - |
| XYZ | 24.49 | 12.01 | 36.15 | - |
| YUV | 76.89 | 177.16 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 164 | 0 | 0.94 | 0.06 | 0.31 | 304 | 0.89 | 0.36 |
| Hex | AF | A | A4 | 0 | 5E | 6 | 1F | 130 | 59 | 24 |
| Octal | 257 | 12 | 244 | 0 | 136 | 6 | 37 | 460 | 131 | 44 |
| Binary | 10101111 | 1010 | 10100100 | 0 | 1011110 | 110 | 11111 | 100110000 | 1011001 | 100100 |
Color Harmonies of #AF0AA4
Complementary color
Monochromatic Colors of #AF0AA4
Black with #AF0AA4
Text Example
Text Example
White with #AF0AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0AA4; }
p { color: rgb(175,10,164); }
H1.HeaderClassName
{
color: #AF0AA4;
}
.AnyTagClassName
{
color: #AF0AA4;
}
</style>
background-color css
<style>
a { background-color: #AF0AA4; }
a { background-color: rgb(175,10,164); }
div.DivClassName
{
background-color: #AF0AA4;
}
.BgClassName
{
background-color: #AF0AA4;
}
</style>
border-color css
<style>
span { border-color: #AF0AA4; }
span { border-color: rgb(175,10,164); }
td.TdClassName
{
border-color: #AF0AA4;
}
.TagClassName
{
border-color: #AF0AA4;
}
</style>