Shades of Dark Magenta #AE01A2
Tints of Dark Magenta #AE01A2
RGB
CMYK
RGB Variations
Color information
#AE01A2 (or 0xAE01A2) is known color: Dark Magenta. HEX triplet: AE, 01 and A2. RGB value is (174,1,162). Sum of RGB (Red+Green+Blue) = 174+1+162=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE01A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE01A2 is #51FE5D. Grayscale: #464646. Windows color (decimal): -5373534 or 10617262. OLE color: 10617262.
HSL color Cylindrical-coordinate representation of color #AE01A2: hue angle of 304.16º 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 #AE01A2 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 162 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.32 |
| HSL | 304.16º | 0.99% | 0.34% | - |
| HSV(B) | 304.16º | 0.99% | 0.68% | - |
| XYZ | 23.99 | 11.63 | 35.16 | - |
| YUV | 71.08 | 179.31 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 162 | 0 | 0.99 | 0.07 | 0.32 | 304.16 | 0.99 | 0.34 |
| Hex | AE | 1 | A2 | 0 | 63 | 7 | 20 | 130 | 63 | 22 |
| Octal | 256 | 1 | 242 | 0 | 143 | 7 | 40 | 460 | 143 | 42 |
| Binary | 10101110 | 1 | 10100010 | 0 | 1100011 | 111 | 100000 | 100110000 | 1100011 | 100010 |
Color Harmonies of #AE01A2
Complementary color
Monochromatic Colors of #AE01A2
Black with #AE01A2
Text Example
Text Example
White with #AE01A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE01A2; }
p { color: rgb(174,1,162); }
H1.HeaderClassName
{
color: #AE01A2;
}
.AnyTagClassName
{
color: #AE01A2;
}
</style>
background-color css
<style>
a { background-color: #AE01A2; }
a { background-color: rgb(174,1,162); }
div.DivClassName
{
background-color: #AE01A2;
}
.BgClassName
{
background-color: #AE01A2;
}
</style>
border-color css
<style>
span { border-color: #AE01A2; }
span { border-color: rgb(174,1,162); }
td.TdClassName
{
border-color: #AE01A2;
}
.TagClassName
{
border-color: #AE01A2;
}
</style>