Shades of Dark Magenta #AE089D
Tints of Dark Magenta #AE089D
RGB
CMYK
RGB Variations
Color information
#AE089D (or 0xAE089D) is known color: Dark Magenta. HEX triplet: AE, 08 and 9D. RGB value is (174,8,157). Sum of RGB (Red+Green+Blue) = 174+8+157=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE089D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE089D is #51F762. Grayscale: #4A4A4A. Windows color (decimal): -5371747 or 10291374. OLE color: 10291374.
HSL color Cylindrical-coordinate representation of color #AE089D: hue angle of 306.14º degrees, saturation: 0.91, 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 #AE089D is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 8 | 157 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.32 |
| HSL | 306.14º | 0.91% | 0.36% | - |
| HSV(B) | 306.14º | 0.95% | 0.68% | - |
| XYZ | 23.63 | 11.61 | 32.89 | - |
| YUV | 74.62 | 174.5 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 8 | 157 | 0 | 0.95 | 0.10 | 0.32 | 306.14 | 0.91 | 0.36 |
| Hex | AE | 8 | 9D | 0 | 5F | A | 20 | 132 | 5B | 24 |
| Octal | 256 | 10 | 235 | 0 | 137 | 12 | 40 | 462 | 133 | 44 |
| Binary | 10101110 | 1000 | 10011101 | 0 | 1011111 | 1010 | 100000 | 100110010 | 1011011 | 100100 |
Color Harmonies of #AE089D
Complementary color
Monochromatic Colors of #AE089D
Black with #AE089D
Text Example
Text Example
White with #AE089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE089D; }
p { color: rgb(174,8,157); }
H1.HeaderClassName
{
color: #AE089D;
}
.AnyTagClassName
{
color: #AE089D;
}
</style>
background-color css
<style>
a { background-color: #AE089D; }
a { background-color: rgb(174,8,157); }
div.DivClassName
{
background-color: #AE089D;
}
.BgClassName
{
background-color: #AE089D;
}
</style>
border-color css
<style>
span { border-color: #AE089D; }
span { border-color: rgb(174,8,157); }
td.TdClassName
{
border-color: #AE089D;
}
.TagClassName
{
border-color: #AE089D;
}
</style>