Shades of Deep Magenta #AF0AAF
Tints of Deep Magenta #AF0AAF
RGB
CMYK
RGB Variations
Color information
#AF0AAF (or 0xAF0AAF) is known color: Deep Magenta. HEX triplet: AF, 0A and AF. RGB value is (175,10,175). Sum of RGB (Red+Green+Blue) = 175+10+175=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF0AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0AAF is #50F550. Grayscale: #4D4D4D. Windows color (decimal): -5305681 or 11471535. OLE color: 11471535.
HSL color Cylindrical-coordinate representation of color #AF0AAF: hue angle of 300º 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 #AF0AAF is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 175 | - |
| CMYK | 0 | 0.94 | 0 | 0.31 |
| HSL | 300º | 0.89% | 0.36% | - |
| HSV(B) | 300º | 0.94% | 0.69% | - |
| XYZ | 25.53 | 12.43 | 41.61 | - |
| YUV | 78.15 | 182.66 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 175 | 0 | 0.94 | 0 | 0.31 | 300 | 0.89 | 0.36 |
| Hex | AF | A | AF | 0 | 5E | 0 | 1F | 12C | 59 | 24 |
| Octal | 257 | 12 | 257 | 0 | 136 | 0 | 37 | 454 | 131 | 44 |
| Binary | 10101111 | 1010 | 10101111 | 0 | 1011110 | 0 | 11111 | 100101100 | 1011001 | 100100 |
Color Harmonies of #AF0AAF
Complementary color
Monochromatic Colors of #AF0AAF
Black with #AF0AAF
Text Example
Text Example
White with #AF0AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0AAF; }
p { color: rgb(175,10,175); }
H1.HeaderClassName
{
color: #AF0AAF;
}
.AnyTagClassName
{
color: #AF0AAF;
}
</style>
background-color css
<style>
a { background-color: #AF0AAF; }
a { background-color: rgb(175,10,175); }
div.DivClassName
{
background-color: #AF0AAF;
}
.BgClassName
{
background-color: #AF0AAF;
}
</style>
border-color css
<style>
span { border-color: #AF0AAF; }
span { border-color: rgb(175,10,175); }
td.TdClassName
{
border-color: #AF0AAF;
}
.TagClassName
{
border-color: #AF0AAF;
}
</style>