Shades of Deep Magenta #AF0EBE
Tints of Deep Magenta #AF0EBE
RGB
CMYK
RGB Variations
Color information
#AF0EBE (or 0xAF0EBE) is known color: Deep Magenta. HEX triplet: AF, 0E and BE. RGB value is (175,14,190). Sum of RGB (Red+Green+Blue) = 175+14+190=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF0EBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0EBE is #50F141. Grayscale: #515151. Windows color (decimal): -5304642 or 12455599. OLE color: 12455599.
HSL color Cylindrical-coordinate representation of color #AF0EBE: hue angle of 294.89º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0EBE is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 14 | 190 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.25 |
| HSL | 294.89º | 0.86% | 0.4% | - |
| HSV(B) | 294.89º | 0.93% | 0.75% | - |
| XYZ | 27.13 | 13.15 | 49.82 | - |
| YUV | 82.2 | 188.84 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 190 | 0.08 | 0.93 | 0 | 0.25 | 294.89 | 0.86 | 0.4 |
| Hex | AF | E | BE | 8 | 5D | 0 | 19 | 127 | 56 | 28 |
| Octal | 257 | 16 | 276 | 10 | 135 | 0 | 31 | 447 | 126 | 50 |
| Binary | 10101111 | 1110 | 10111110 | 1000 | 1011101 | 0 | 11001 | 100100111 | 1010110 | 101000 |
Color Harmonies of #AF0EBE
Complementary color
Monochromatic Colors of #AF0EBE
Black with #AF0EBE
Text Example
Text Example
White with #AF0EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0EBE; }
p { color: rgb(175,14,190); }
H1.HeaderClassName
{
color: #AF0EBE;
}
.AnyTagClassName
{
color: #AF0EBE;
}
</style>
background-color css
<style>
a { background-color: #AF0EBE; }
a { background-color: rgb(175,14,190); }
div.DivClassName
{
background-color: #AF0EBE;
}
.BgClassName
{
background-color: #AF0EBE;
}
</style>
border-color css
<style>
span { border-color: #AF0EBE; }
span { border-color: rgb(175,14,190); }
td.TdClassName
{
border-color: #AF0EBE;
}
.TagClassName
{
border-color: #AF0EBE;
}
</style>