Shades of Deep Magenta #AF0BAE
Tints of Deep Magenta #AF0BAE
RGB
CMYK
RGB Variations
Color information
#AF0BAE (or 0xAF0BAE) is known color: Deep Magenta. HEX triplet: AF, 0B and AE. RGB value is (175,11,174). Sum of RGB (Red+Green+Blue) = 175+11+174=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0BAE is #50F451. Grayscale: #4E4E4E. Windows color (decimal): -5305426 or 11406255. OLE color: 11406255.
HSL color Cylindrical-coordinate representation of color #AF0BAE: hue angle of 300.37º degrees, saturation: 0.88, 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 #AF0BAE is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 174 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.31 |
| HSL | 300.37º | 0.88% | 0.36% | - |
| HSV(B) | 300.37º | 0.94% | 0.69% | - |
| XYZ | 25.44 | 12.41 | 41.1 | - |
| YUV | 78.62 | 181.83 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 174 | 0 | 0.94 | 0.01 | 0.31 | 300.37 | 0.88 | 0.36 |
| Hex | AF | B | AE | 0 | 5E | 1 | 1F | 12C | 58 | 24 |
| Octal | 257 | 13 | 256 | 0 | 136 | 1 | 37 | 454 | 130 | 44 |
| Binary | 10101111 | 1011 | 10101110 | 0 | 1011110 | 1 | 11111 | 100101100 | 1011000 | 100100 |
Color Harmonies of #AF0BAE
Complementary color
Monochromatic Colors of #AF0BAE
Black with #AF0BAE
Text Example
Text Example
White with #AF0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BAE; }
p { color: rgb(175,11,174); }
H1.HeaderClassName
{
color: #AF0BAE;
}
.AnyTagClassName
{
color: #AF0BAE;
}
</style>
background-color css
<style>
a { background-color: #AF0BAE; }
a { background-color: rgb(175,11,174); }
div.DivClassName
{
background-color: #AF0BAE;
}
.BgClassName
{
background-color: #AF0BAE;
}
</style>
border-color css
<style>
span { border-color: #AF0BAE; }
span { border-color: rgb(175,11,174); }
td.TdClassName
{
border-color: #AF0BAE;
}
.TagClassName
{
border-color: #AF0BAE;
}
</style>