Shades of Dark Magenta #AE0093
Tints of Dark Magenta #AE0093
RGB
CMYK
RGB Variations
Color information
#AE0093 (or 0xAE0093) is known color: Dark Magenta. HEX triplet: AE, 00 and 93. RGB value is (174,0,147). Sum of RGB (Red+Green+Blue) = 174+0+147=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0093 is #51FF6C. Grayscale: #444444. Windows color (decimal): -5373805 or 9633966. OLE color: 9633966.
HSL color Cylindrical-coordinate representation of color #AE0093: hue angle of 309.31º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE0093 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.16 | 0.32 |
| HSL | 309.31º | 1% | 0.34% | - |
| HSV(B) | 309.31º | 1% | 0.68% | - |
| XYZ | 22.72 | 11.11 | 28.55 | - |
| YUV | 68.78 | 172.15 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 147 | 0 | 1 | 0.16 | 0.32 | 309.31 | 1 | 0.34 |
| Hex | AE | 0 | 93 | 0 | 64 | 10 | 20 | 135 | 64 | 22 |
| Octal | 256 | 0 | 223 | 0 | 144 | 20 | 40 | 465 | 144 | 42 |
| Binary | 10101110 | 0 | 10010011 | 0 | 1100100 | 10000 | 100000 | 100110101 | 1100100 | 100010 |
Color Harmonies of #AE0093
Complementary color
Monochromatic Colors of #AE0093
Black with #AE0093
Text Example
Text Example
White with #AE0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0093; }
p { color: rgb(174,0,147); }
H1.HeaderClassName
{
color: #AE0093;
}
.AnyTagClassName
{
color: #AE0093;
}
</style>
background-color css
<style>
a { background-color: #AE0093; }
a { background-color: rgb(174,0,147); }
div.DivClassName
{
background-color: #AE0093;
}
.BgClassName
{
background-color: #AE0093;
}
</style>
border-color css
<style>
span { border-color: #AE0093; }
span { border-color: rgb(174,0,147); }
td.TdClassName
{
border-color: #AE0093;
}
.TagClassName
{
border-color: #AE0093;
}
</style>