Shades of Deep Magenta #AF0AAE
Tints of Deep Magenta #AF0AAE
RGB
CMYK
RGB Variations
Color information
#AF0AAE (or 0xAF0AAE) is known color: Deep Magenta. HEX triplet: AF, 0A and AE. RGB value is (175,10,174). Sum of RGB (Red+Green+Blue) = 175+10+174=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0AAE is #50F551. Grayscale: #4D4D4D. Windows color (decimal): -5305682 or 11405999. OLE color: 11405999.
HSL color Cylindrical-coordinate representation of color #AF0AAE: hue angle of 300.36º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0AAE is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 174 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.31 |
| HSL | 300.36º | 0.89% | 0.36% | - |
| HSV(B) | 300.36º | 0.94% | 0.69% | - |
| XYZ | 25.43 | 12.39 | 41.1 | - |
| YUV | 78.03 | 182.16 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 174 | 0 | 0.94 | 0.01 | 0.31 | 300.36 | 0.89 | 0.36 |
| Hex | AF | A | AE | 0 | 5E | 1 | 1F | 12C | 59 | 24 |
| Octal | 257 | 12 | 256 | 0 | 136 | 1 | 37 | 454 | 131 | 44 |
| Binary | 10101111 | 1010 | 10101110 | 0 | 1011110 | 1 | 11111 | 100101100 | 1011001 | 100100 |
Color Harmonies of #AF0AAE
Complementary color
Monochromatic Colors of #AF0AAE
Black with #AF0AAE
Text Example
Text Example
White with #AF0AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0AAE; }
p { color: rgb(175,10,174); }
H1.HeaderClassName
{
color: #AF0AAE;
}
.AnyTagClassName
{
color: #AF0AAE;
}
</style>
background-color css
<style>
a { background-color: #AF0AAE; }
a { background-color: rgb(175,10,174); }
div.DivClassName
{
background-color: #AF0AAE;
}
.BgClassName
{
background-color: #AF0AAE;
}
</style>
border-color css
<style>
span { border-color: #AF0AAE; }
span { border-color: rgb(175,10,174); }
td.TdClassName
{
border-color: #AF0AAE;
}
.TagClassName
{
border-color: #AF0AAE;
}
</style>