Shades of Deep Magenta #AF0EAF
Tints of Deep Magenta #AF0EAF
RGB
CMYK
RGB Variations
Color information
#AF0EAF (or 0xAF0EAF) is known color: Deep Magenta. HEX triplet: AF, 0E and AF. RGB value is (175,14,175). Sum of RGB (Red+Green+Blue) = 175+14+175=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF0EAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0EAF is #50F150. Grayscale: #505050. Windows color (decimal): -5304657 or 11472559. OLE color: 11472559.
HSL color Cylindrical-coordinate representation of color #AF0EAF: hue angle of 300º 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 #AF0EAF is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 14 | 175 | - |
| CMYK | 0 | 0.92 | 0 | 0.31 |
| HSL | 300º | 0.85% | 0.37% | - |
| HSV(B) | 300º | 0.92% | 0.69% | - |
| XYZ | 25.57 | 12.52 | 41.63 | - |
| YUV | 80.49 | 181.34 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 175 | 0 | 0.92 | 0 | 0.31 | 300 | 0.85 | 0.37 |
| Hex | AF | E | AF | 0 | 5C | 0 | 1F | 12C | 55 | 25 |
| Octal | 257 | 16 | 257 | 0 | 134 | 0 | 37 | 454 | 125 | 45 |
| Binary | 10101111 | 1110 | 10101111 | 0 | 1011100 | 0 | 11111 | 100101100 | 1010101 | 100101 |
Color Harmonies of #AF0EAF
Complementary color
Monochromatic Colors of #AF0EAF
Black with #AF0EAF
Text Example
Text Example
White with #AF0EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0EAF; }
p { color: rgb(175,14,175); }
H1.HeaderClassName
{
color: #AF0EAF;
}
.AnyTagClassName
{
color: #AF0EAF;
}
</style>
background-color css
<style>
a { background-color: #AF0EAF; }
a { background-color: rgb(175,14,175); }
div.DivClassName
{
background-color: #AF0EAF;
}
.BgClassName
{
background-color: #AF0EAF;
}
</style>
border-color css
<style>
span { border-color: #AF0EAF; }
span { border-color: rgb(175,14,175); }
td.TdClassName
{
border-color: #AF0EAF;
}
.TagClassName
{
border-color: #AF0EAF;
}
</style>