Shades of Dark Magenta #AE01A5
Tints of Dark Magenta #AE01A5
RGB
CMYK
RGB Variations
Color information
#AE01A5 (or 0xAE01A5) is known color: Dark Magenta. HEX triplet: AE, 01 and A5. RGB value is (174,1,165). Sum of RGB (Red+Green+Blue) = 174+1+165=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 165 (64.84% from 255 or 48.53% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE01A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE01A5 is #51FE5A. Grayscale: #464646. Windows color (decimal): -5373531 or 10813870. OLE color: 10813870.
HSL color Cylindrical-coordinate representation of color #AE01A5: hue angle of 303.12º 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 #AE01A5 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 165 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.32 |
| HSL | 303.12º | 0.99% | 0.34% | - |
| HSV(B) | 303.12º | 0.99% | 0.68% | - |
| XYZ | 24.26 | 11.74 | 36.58 | - |
| YUV | 71.42 | 180.81 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 165 | 0 | 0.99 | 0.05 | 0.32 | 303.12 | 0.99 | 0.34 |
| Hex | AE | 1 | A5 | 0 | 63 | 5 | 20 | 12F | 63 | 22 |
| Octal | 256 | 1 | 245 | 0 | 143 | 5 | 40 | 457 | 143 | 42 |
| Binary | 10101110 | 1 | 10100101 | 0 | 1100011 | 101 | 100000 | 100101111 | 1100011 | 100010 |
Color Harmonies of #AE01A5
Complementary color
Monochromatic Colors of #AE01A5
Black with #AE01A5
Text Example
Text Example
White with #AE01A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE01A5; }
p { color: rgb(174,1,165); }
H1.HeaderClassName
{
color: #AE01A5;
}
.AnyTagClassName
{
color: #AE01A5;
}
</style>
background-color css
<style>
a { background-color: #AE01A5; }
a { background-color: rgb(174,1,165); }
div.DivClassName
{
background-color: #AE01A5;
}
.BgClassName
{
background-color: #AE01A5;
}
</style>
border-color css
<style>
span { border-color: #AE01A5; }
span { border-color: rgb(174,1,165); }
td.TdClassName
{
border-color: #AE01A5;
}
.TagClassName
{
border-color: #AE01A5;
}
</style>