Shades of Dark Magenta #AE019D
Tints of Dark Magenta #AE019D
RGB
CMYK
RGB Variations
Color information
#AE019D (or 0xAE019D) is known color: Dark Magenta. HEX triplet: AE, 01 and 9D. RGB value is (174,1,157). Sum of RGB (Red+Green+Blue) = 174+1+157=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE019D is #51FE62. Grayscale: #464646. Windows color (decimal): -5373539 or 10289582. OLE color: 10289582.
HSL color Cylindrical-coordinate representation of color #AE019D: hue angle of 305.9º 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 #AE019D is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 157 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.32 |
| HSL | 305.9º | 0.99% | 0.34% | - |
| HSV(B) | 305.9º | 0.99% | 0.68% | - |
| XYZ | 23.55 | 11.45 | 32.87 | - |
| YUV | 70.51 | 176.81 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 157 | 0 | 0.99 | 0.10 | 0.32 | 305.9 | 0.99 | 0.34 |
| Hex | AE | 1 | 9D | 0 | 63 | A | 20 | 132 | 63 | 22 |
| Octal | 256 | 1 | 235 | 0 | 143 | 12 | 40 | 462 | 143 | 42 |
| Binary | 10101110 | 1 | 10011101 | 0 | 1100011 | 1010 | 100000 | 100110010 | 1100011 | 100010 |
Color Harmonies of #AE019D
Complementary color
Monochromatic Colors of #AE019D
Black with #AE019D
Text Example
Text Example
White with #AE019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE019D; }
p { color: rgb(174,1,157); }
H1.HeaderClassName
{
color: #AE019D;
}
.AnyTagClassName
{
color: #AE019D;
}
</style>
background-color css
<style>
a { background-color: #AE019D; }
a { background-color: rgb(174,1,157); }
div.DivClassName
{
background-color: #AE019D;
}
.BgClassName
{
background-color: #AE019D;
}
</style>
border-color css
<style>
span { border-color: #AE019D; }
span { border-color: rgb(174,1,157); }
td.TdClassName
{
border-color: #AE019D;
}
.TagClassName
{
border-color: #AE019D;
}
</style>