Shades of Dark Magenta #AE09A1
Tints of Dark Magenta #AE09A1
RGB
CMYK
RGB Variations
Color information
#AE09A1 (or 0xAE09A1) is known color: Dark Magenta. HEX triplet: AE, 09 and A1. RGB value is (174,9,161). Sum of RGB (Red+Green+Blue) = 174+9+161=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 161 (63.28% from 255 or 46.80% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE09A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE09A1 is #51F65E. Grayscale: #4B4B4B. Windows color (decimal): -5371487 or 10553774. OLE color: 10553774.
HSL color Cylindrical-coordinate representation of color #AE09A1: hue angle of 304.73º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE09A1 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 9 | 161 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.32 |
| HSL | 304.73º | 0.9% | 0.36% | - |
| HSV(B) | 304.73º | 0.95% | 0.68% | - |
| XYZ | 23.99 | 11.77 | 34.73 | - |
| YUV | 75.66 | 176.16 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 9 | 161 | 0 | 0.95 | 0.07 | 0.32 | 304.73 | 0.9 | 0.36 |
| Hex | AE | 9 | A1 | 0 | 5F | 7 | 20 | 131 | 5A | 24 |
| Octal | 256 | 11 | 241 | 0 | 137 | 7 | 40 | 461 | 132 | 44 |
| Binary | 10101110 | 1001 | 10100001 | 0 | 1011111 | 111 | 100000 | 100110001 | 1011010 | 100100 |
Color Harmonies of #AE09A1
Complementary color
Monochromatic Colors of #AE09A1
Black with #AE09A1
Text Example
Text Example
White with #AE09A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE09A1; }
p { color: rgb(174,9,161); }
H1.HeaderClassName
{
color: #AE09A1;
}
.AnyTagClassName
{
color: #AE09A1;
}
</style>
background-color css
<style>
a { background-color: #AE09A1; }
a { background-color: rgb(174,9,161); }
div.DivClassName
{
background-color: #AE09A1;
}
.BgClassName
{
background-color: #AE09A1;
}
</style>
border-color css
<style>
span { border-color: #AE09A1; }
span { border-color: rgb(174,9,161); }
td.TdClassName
{
border-color: #AE09A1;
}
.TagClassName
{
border-color: #AE09A1;
}
</style>