Shades of Dark Magenta #AE09A0
Tints of Dark Magenta #AE09A0
RGB
CMYK
RGB Variations
Color information
#AE09A0 (or 0xAE09A0) is known color: Dark Magenta. HEX triplet: AE, 09 and A0. RGB value is (174,9,160). Sum of RGB (Red+Green+Blue) = 174+9+160=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE09A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE09A0 is #51F65F. Grayscale: #4B4B4B. Windows color (decimal): -5371488 or 10488238. OLE color: 10488238.
HSL color Cylindrical-coordinate representation of color #AE09A0: hue angle of 305.09º 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 #AE09A0 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 9 | 160 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.32 |
| HSL | 305.09º | 0.9% | 0.36% | - |
| HSV(B) | 305.09º | 0.95% | 0.68% | - |
| XYZ | 23.9 | 11.73 | 34.26 | - |
| YUV | 75.55 | 175.66 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 9 | 160 | 0 | 0.95 | 0.08 | 0.32 | 305.09 | 0.9 | 0.36 |
| Hex | AE | 9 | A0 | 0 | 5F | 8 | 20 | 131 | 5A | 24 |
| Octal | 256 | 11 | 240 | 0 | 137 | 10 | 40 | 461 | 132 | 44 |
| Binary | 10101110 | 1001 | 10100000 | 0 | 1011111 | 1000 | 100000 | 100110001 | 1011010 | 100100 |
Color Harmonies of #AE09A0
Complementary color
Monochromatic Colors of #AE09A0
Black with #AE09A0
Text Example
Text Example
White with #AE09A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE09A0; }
p { color: rgb(174,9,160); }
H1.HeaderClassName
{
color: #AE09A0;
}
.AnyTagClassName
{
color: #AE09A0;
}
</style>
background-color css
<style>
a { background-color: #AE09A0; }
a { background-color: rgb(174,9,160); }
div.DivClassName
{
background-color: #AE09A0;
}
.BgClassName
{
background-color: #AE09A0;
}
</style>
border-color css
<style>
span { border-color: #AE09A0; }
span { border-color: rgb(174,9,160); }
td.TdClassName
{
border-color: #AE09A0;
}
.TagClassName
{
border-color: #AE09A0;
}
</style>