Shades of Deep Magenta #AF0FAE
Tints of Deep Magenta #AF0FAE
RGB
CMYK
RGB Variations
Color information
#AF0FAE (or 0xAF0FAE) is known color: Deep Magenta. HEX triplet: AF, 0F and AE. RGB value is (175,15,174). Sum of RGB (Red+Green+Blue) = 175+15+174=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0FAE is #50F051. Grayscale: #505050. Windows color (decimal): -5304402 or 11407279. OLE color: 11407279.
HSL color Cylindrical-coordinate representation of color #AF0FAE: hue angle of 300.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0FAE is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 174 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.31 |
| HSL | 300.38º | 0.84% | 0.37% | - |
| HSV(B) | 300.38º | 0.91% | 0.69% | - |
| XYZ | 25.49 | 12.51 | 41.12 | - |
| YUV | 80.97 | 180.51 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 174 | 0 | 0.91 | 0.01 | 0.31 | 300.38 | 0.84 | 0.37 |
| Hex | AF | F | AE | 0 | 5B | 1 | 1F | 12C | 54 | 25 |
| Octal | 257 | 17 | 256 | 0 | 133 | 1 | 37 | 454 | 124 | 45 |
| Binary | 10101111 | 1111 | 10101110 | 0 | 1011011 | 1 | 11111 | 100101100 | 1010100 | 100101 |
Color Harmonies of #AF0FAE
Complementary color
Monochromatic Colors of #AF0FAE
Black with #AF0FAE
Text Example
Text Example
White with #AF0FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FAE; }
p { color: rgb(175,15,174); }
H1.HeaderClassName
{
color: #AF0FAE;
}
.AnyTagClassName
{
color: #AF0FAE;
}
</style>
background-color css
<style>
a { background-color: #AF0FAE; }
a { background-color: rgb(175,15,174); }
div.DivClassName
{
background-color: #AF0FAE;
}
.BgClassName
{
background-color: #AF0FAE;
}
</style>
border-color css
<style>
span { border-color: #AF0FAE; }
span { border-color: rgb(175,15,174); }
td.TdClassName
{
border-color: #AF0FAE;
}
.TagClassName
{
border-color: #AF0FAE;
}
</style>