Shades of Dark Magenta #AE059B
Tints of Dark Magenta #AE059B
RGB
CMYK
RGB Variations
Color information
#AE059B (or 0xAE059B) is known color: Dark Magenta. HEX triplet: AE, 05 and 9B. RGB value is (174,5,155). Sum of RGB (Red+Green+Blue) = 174+5+155=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE059B is #51FA64. Grayscale: #484848. Windows color (decimal): -5372517 or 10159534. OLE color: 10159534.
HSL color Cylindrical-coordinate representation of color #AE059B: hue angle of 306.75º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE059B is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 5 | 155 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.32 |
| HSL | 306.75º | 0.94% | 0.35% | - |
| HSV(B) | 306.75º | 0.97% | 0.68% | - |
| XYZ | 23.43 | 11.47 | 31.99 | - |
| YUV | 72.63 | 174.49 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 5 | 155 | 0 | 0.97 | 0.11 | 0.32 | 306.75 | 0.94 | 0.35 |
| Hex | AE | 5 | 9B | 0 | 61 | B | 20 | 133 | 5E | 23 |
| Octal | 256 | 5 | 233 | 0 | 141 | 13 | 40 | 463 | 136 | 43 |
| Binary | 10101110 | 101 | 10011011 | 0 | 1100001 | 1011 | 100000 | 100110011 | 1011110 | 100011 |
Color Harmonies of #AE059B
Complementary color
Monochromatic Colors of #AE059B
Black with #AE059B
Text Example
Text Example
White with #AE059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE059B; }
p { color: rgb(174,5,155); }
H1.HeaderClassName
{
color: #AE059B;
}
.AnyTagClassName
{
color: #AE059B;
}
</style>
background-color css
<style>
a { background-color: #AE059B; }
a { background-color: rgb(174,5,155); }
div.DivClassName
{
background-color: #AE059B;
}
.BgClassName
{
background-color: #AE059B;
}
</style>
border-color css
<style>
span { border-color: #AE059B; }
span { border-color: rgb(174,5,155); }
td.TdClassName
{
border-color: #AE059B;
}
.TagClassName
{
border-color: #AE059B;
}
</style>