Shades of Deep Magenta #AF0EA8
Tints of Deep Magenta #AF0EA8
RGB
CMYK
RGB Variations
Color information
#AF0EA8 (or 0xAF0EA8) is known color: Deep Magenta. HEX triplet: AF, 0E and A8. RGB value is (175,14,168). Sum of RGB (Red+Green+Blue) = 175+14+168=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0EA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0EA8 is #50F157. Grayscale: #4F4F4F. Windows color (decimal): -5304664 or 11013807. OLE color: 11013807.
HSL color Cylindrical-coordinate representation of color #AF0EA8: hue angle of 302.61º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0EA8 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 14 | 168 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.31 |
| HSL | 302.61º | 0.85% | 0.37% | - |
| HSV(B) | 302.61º | 0.92% | 0.69% | - |
| XYZ | 24.9 | 12.26 | 38.1 | - |
| YUV | 79.7 | 177.84 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 168 | 0 | 0.92 | 0.04 | 0.31 | 302.61 | 0.85 | 0.37 |
| Hex | AF | E | A8 | 0 | 5C | 4 | 1F | 12F | 55 | 25 |
| Octal | 257 | 16 | 250 | 0 | 134 | 4 | 37 | 457 | 125 | 45 |
| Binary | 10101111 | 1110 | 10101000 | 0 | 1011100 | 100 | 11111 | 100101111 | 1010101 | 100101 |
Color Harmonies of #AF0EA8
Complementary color
Monochromatic Colors of #AF0EA8
Black with #AF0EA8
Text Example
Text Example
White with #AF0EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0EA8; }
p { color: rgb(175,14,168); }
H1.HeaderClassName
{
color: #AF0EA8;
}
.AnyTagClassName
{
color: #AF0EA8;
}
</style>
background-color css
<style>
a { background-color: #AF0EA8; }
a { background-color: rgb(175,14,168); }
div.DivClassName
{
background-color: #AF0EA8;
}
.BgClassName
{
background-color: #AF0EA8;
}
</style>
border-color css
<style>
span { border-color: #AF0EA8; }
span { border-color: rgb(175,14,168); }
td.TdClassName
{
border-color: #AF0EA8;
}
.TagClassName
{
border-color: #AF0EA8;
}
</style>