Shades of Deep Magenta #AF0AAB
Tints of Deep Magenta #AF0AAB
RGB
CMYK
RGB Variations
Color information
#AF0AAB (or 0xAF0AAB) is known color: Deep Magenta. HEX triplet: AF, 0A and AB. RGB value is (175,10,171). Sum of RGB (Red+Green+Blue) = 175+10+171=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0AAB is #50F554. Grayscale: #4D4D4D. Windows color (decimal): -5305685 or 11209391. OLE color: 11209391.
HSL color Cylindrical-coordinate representation of color #AF0AAB: hue angle of 301.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 #AF0AAB is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 171 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.31 |
| HSL | 301.45º | 0.89% | 0.36% | - |
| HSV(B) | 301.45º | 0.94% | 0.69% | - |
| XYZ | 25.14 | 12.27 | 39.57 | - |
| YUV | 77.69 | 180.66 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 171 | 0 | 0.94 | 0.02 | 0.31 | 301.45 | 0.89 | 0.36 |
| Hex | AF | A | AB | 0 | 5E | 2 | 1F | 12D | 59 | 24 |
| Octal | 257 | 12 | 253 | 0 | 136 | 2 | 37 | 455 | 131 | 44 |
| Binary | 10101111 | 1010 | 10101011 | 0 | 1011110 | 10 | 11111 | 100101101 | 1011001 | 100100 |
Color Harmonies of #AF0AAB
Complementary color
Monochromatic Colors of #AF0AAB
Black with #AF0AAB
Text Example
Text Example
White with #AF0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0AAB; }
p { color: rgb(175,10,171); }
H1.HeaderClassName
{
color: #AF0AAB;
}
.AnyTagClassName
{
color: #AF0AAB;
}
</style>
background-color css
<style>
a { background-color: #AF0AAB; }
a { background-color: rgb(175,10,171); }
div.DivClassName
{
background-color: #AF0AAB;
}
.BgClassName
{
background-color: #AF0AAB;
}
</style>
border-color css
<style>
span { border-color: #AF0AAB; }
span { border-color: rgb(175,10,171); }
td.TdClassName
{
border-color: #AF0AAB;
}
.TagClassName
{
border-color: #AF0AAB;
}
</style>