Shades of Deep Magenta #AF0EBA
Tints of Deep Magenta #AF0EBA
RGB
CMYK
RGB Variations
Color information
#AF0EBA (or 0xAF0EBA) is known color: Deep Magenta. HEX triplet: AF, 0E and BA. RGB value is (175,14,186). Sum of RGB (Red+Green+Blue) = 175+14+186=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF0EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0EBA is #50F145. Grayscale: #515151. Windows color (decimal): -5304646 or 12193455. OLE color: 12193455.
HSL color Cylindrical-coordinate representation of color #AF0EBA: hue angle of 296.16º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0EBA is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 14 | 186 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.27 |
| HSL | 296.16º | 0.86% | 0.39% | - |
| HSV(B) | 296.16º | 0.92% | 0.73% | - |
| XYZ | 26.7 | 12.97 | 47.55 | - |
| YUV | 81.75 | 186.84 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 186 | 0.06 | 0.92 | 0 | 0.27 | 296.16 | 0.86 | 0.39 |
| Hex | AF | E | BA | 6 | 5C | 0 | 1B | 128 | 56 | 27 |
| Octal | 257 | 16 | 272 | 6 | 134 | 0 | 33 | 450 | 126 | 47 |
| Binary | 10101111 | 1110 | 10111010 | 110 | 1011100 | 0 | 11011 | 100101000 | 1010110 | 100111 |
Color Harmonies of #AF0EBA
Complementary color
Monochromatic Colors of #AF0EBA
Black with #AF0EBA
Text Example
Text Example
White with #AF0EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0EBA; }
p { color: rgb(175,14,186); }
H1.HeaderClassName
{
color: #AF0EBA;
}
.AnyTagClassName
{
color: #AF0EBA;
}
</style>
background-color css
<style>
a { background-color: #AF0EBA; }
a { background-color: rgb(175,14,186); }
div.DivClassName
{
background-color: #AF0EBA;
}
.BgClassName
{
background-color: #AF0EBA;
}
</style>
border-color css
<style>
span { border-color: #AF0EBA; }
span { border-color: rgb(175,14,186); }
td.TdClassName
{
border-color: #AF0EBA;
}
.TagClassName
{
border-color: #AF0EBA;
}
</style>