Shades of Dark Magenta #AE0191
Tints of Dark Magenta #AE0191
RGB
CMYK
RGB Variations
Color information
#AE0191 (or 0xAE0191) is known color: Dark Magenta. HEX triplet: AE, 01 and 91. RGB value is (174,1,145). Sum of RGB (Red+Green+Blue) = 174+1+145=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0191 is #51FE6E. Grayscale: #444444. Windows color (decimal): -5373551 or 9503150. OLE color: 9503150.
HSL color Cylindrical-coordinate representation of color #AE0191: hue angle of 310.06º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0191 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 145 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.32 |
| HSL | 310.06º | 0.99% | 0.34% | - |
| HSV(B) | 310.06º | 0.99% | 0.68% | - |
| XYZ | 22.58 | 11.06 | 27.73 | - |
| YUV | 69.14 | 170.81 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 145 | 0 | 0.99 | 0.17 | 0.32 | 310.06 | 0.99 | 0.34 |
| Hex | AE | 1 | 91 | 0 | 63 | 11 | 20 | 136 | 63 | 22 |
| Octal | 256 | 1 | 221 | 0 | 143 | 21 | 40 | 466 | 143 | 42 |
| Binary | 10101110 | 1 | 10010001 | 0 | 1100011 | 10001 | 100000 | 100110110 | 1100011 | 100010 |
Color Harmonies of #AE0191
Complementary color
Monochromatic Colors of #AE0191
Black with #AE0191
Text Example
Text Example
White with #AE0191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0191; }
p { color: rgb(174,1,145); }
H1.HeaderClassName
{
color: #AE0191;
}
.AnyTagClassName
{
color: #AE0191;
}
</style>
background-color css
<style>
a { background-color: #AE0191; }
a { background-color: rgb(174,1,145); }
div.DivClassName
{
background-color: #AE0191;
}
.BgClassName
{
background-color: #AE0191;
}
</style>
border-color css
<style>
span { border-color: #AE0191; }
span { border-color: rgb(174,1,145); }
td.TdClassName
{
border-color: #AE0191;
}
.TagClassName
{
border-color: #AE0191;
}
</style>