Shades of Dark Magenta #AE099D
Tints of Dark Magenta #AE099D
RGB
CMYK
RGB Variations
Color information
#AE099D (or 0xAE099D) is known color: Dark Magenta. HEX triplet: AE, 09 and 9D. RGB value is (174,9,157). Sum of RGB (Red+Green+Blue) = 174+9+157=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE099D is #51F662. Grayscale: #4A4A4A. Windows color (decimal): -5371491 or 10291630. OLE color: 10291630.
HSL color Cylindrical-coordinate representation of color #AE099D: hue angle of 306.18º 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 #AE099D is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 9 | 157 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.32 |
| HSL | 306.18º | 0.9% | 0.36% | - |
| HSV(B) | 306.18º | 0.95% | 0.68% | - |
| XYZ | 23.64 | 11.63 | 32.9 | - |
| YUV | 75.21 | 174.16 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 9 | 157 | 0 | 0.95 | 0.10 | 0.32 | 306.18 | 0.9 | 0.36 |
| Hex | AE | 9 | 9D | 0 | 5F | A | 20 | 132 | 5A | 24 |
| Octal | 256 | 11 | 235 | 0 | 137 | 12 | 40 | 462 | 132 | 44 |
| Binary | 10101110 | 1001 | 10011101 | 0 | 1011111 | 1010 | 100000 | 100110010 | 1011010 | 100100 |
Color Harmonies of #AE099D
Complementary color
Monochromatic Colors of #AE099D
Black with #AE099D
Text Example
Text Example
White with #AE099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE099D; }
p { color: rgb(174,9,157); }
H1.HeaderClassName
{
color: #AE099D;
}
.AnyTagClassName
{
color: #AE099D;
}
</style>
background-color css
<style>
a { background-color: #AE099D; }
a { background-color: rgb(174,9,157); }
div.DivClassName
{
background-color: #AE099D;
}
.BgClassName
{
background-color: #AE099D;
}
</style>
border-color css
<style>
span { border-color: #AE099D; }
span { border-color: rgb(174,9,157); }
td.TdClassName
{
border-color: #AE099D;
}
.TagClassName
{
border-color: #AE099D;
}
</style>