Shades of Deep Magenta #AF01AE
Tints of Deep Magenta #AF01AE
RGB
CMYK
RGB Variations
Color information
#AF01AE (or 0xAF01AE) is known color: Deep Magenta. HEX triplet: AF, 01 and AE. RGB value is (175,1,174). Sum of RGB (Red+Green+Blue) = 175+1+174=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF01AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF01AE is #50FE51. Grayscale: #484848. Windows color (decimal): -5307986 or 11403695. OLE color: 11403695.
HSL color Cylindrical-coordinate representation of color #AF01AE: hue angle of 300.34º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF01AE is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 174 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.31 |
| HSL | 300.34º | 0.99% | 0.35% | - |
| HSV(B) | 300.34º | 0.99% | 0.69% | - |
| XYZ | 25.33 | 12.19 | 41.06 | - |
| YUV | 72.75 | 185.15 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 174 | 0 | 0.99 | 0.01 | 0.31 | 300.34 | 0.99 | 0.35 |
| Hex | AF | 1 | AE | 0 | 63 | 1 | 1F | 12C | 63 | 23 |
| Octal | 257 | 1 | 256 | 0 | 143 | 1 | 37 | 454 | 143 | 43 |
| Binary | 10101111 | 1 | 10101110 | 0 | 1100011 | 1 | 11111 | 100101100 | 1100011 | 100011 |
Color Harmonies of #AF01AE
Complementary color
Monochromatic Colors of #AF01AE
Black with #AF01AE
Text Example
Text Example
White with #AF01AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01AE; }
p { color: rgb(175,1,174); }
H1.HeaderClassName
{
color: #AF01AE;
}
.AnyTagClassName
{
color: #AF01AE;
}
</style>
background-color css
<style>
a { background-color: #AF01AE; }
a { background-color: rgb(175,1,174); }
div.DivClassName
{
background-color: #AF01AE;
}
.BgClassName
{
background-color: #AF01AE;
}
</style>
border-color css
<style>
span { border-color: #AF01AE; }
span { border-color: rgb(175,1,174); }
td.TdClassName
{
border-color: #AF01AE;
}
.TagClassName
{
border-color: #AF01AE;
}
</style>