Shades of Dark Magenta #AE019B
Tints of Dark Magenta #AE019B
RGB
CMYK
RGB Variations
Color information
#AE019B (or 0xAE019B) is known color: Dark Magenta. HEX triplet: AE, 01 and 9B. RGB value is (174,1,155). Sum of RGB (Red+Green+Blue) = 174+1+155=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE019B is #51FE64. Grayscale: #454545. Windows color (decimal): -5373541 or 10158510. OLE color: 10158510.
HSL color Cylindrical-coordinate representation of color #AE019B: hue angle of 306.59º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE019B is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 155 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.32 |
| HSL | 306.59º | 0.99% | 0.34% | - |
| HSV(B) | 306.59º | 0.99% | 0.68% | - |
| XYZ | 23.38 | 11.39 | 31.98 | - |
| YUV | 70.28 | 175.81 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 155 | 0 | 0.99 | 0.11 | 0.32 | 306.59 | 0.99 | 0.34 |
| Hex | AE | 1 | 9B | 0 | 63 | B | 20 | 133 | 63 | 22 |
| Octal | 256 | 1 | 233 | 0 | 143 | 13 | 40 | 463 | 143 | 42 |
| Binary | 10101110 | 1 | 10011011 | 0 | 1100011 | 1011 | 100000 | 100110011 | 1100011 | 100010 |
Color Harmonies of #AE019B
Complementary color
Monochromatic Colors of #AE019B
Black with #AE019B
Text Example
Text Example
White with #AE019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE019B; }
p { color: rgb(174,1,155); }
H1.HeaderClassName
{
color: #AE019B;
}
.AnyTagClassName
{
color: #AE019B;
}
</style>
background-color css
<style>
a { background-color: #AE019B; }
a { background-color: rgb(174,1,155); }
div.DivClassName
{
background-color: #AE019B;
}
.BgClassName
{
background-color: #AE019B;
}
</style>
border-color css
<style>
span { border-color: #AE019B; }
span { border-color: rgb(174,1,155); }
td.TdClassName
{
border-color: #AE019B;
}
.TagClassName
{
border-color: #AE019B;
}
</style>