Shades of Deep Magenta #AE00AB
Tints of Deep Magenta #AE00AB
RGB
CMYK
RGB Variations
Color information
#AE00AB (or 0xAE00AB) is known color: Deep Magenta. HEX triplet: AE, 00 and AB. RGB value is (174,0,171). Sum of RGB (Red+Green+Blue) = 174+0+171=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE00AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE00AB is #51FF54. Grayscale: #474747. Windows color (decimal): -5373781 or 11206830. OLE color: 11206830.
HSL color Cylindrical-coordinate representation of color #AE00AB: hue angle of 301.03º 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 #AE00AB is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.02 | 0.32 |
| HSL | 301.03º | 1% | 0.34% | - |
| HSV(B) | 301.03º | 1% | 0.68% | - |
| XYZ | 24.81 | 11.94 | 39.53 | - |
| YUV | 71.52 | 184.15 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 171 | 0 | 1 | 0.02 | 0.32 | 301.03 | 1 | 0.34 |
| Hex | AE | 0 | AB | 0 | 64 | 2 | 20 | 12D | 64 | 22 |
| Octal | 256 | 0 | 253 | 0 | 144 | 2 | 40 | 455 | 144 | 42 |
| Binary | 10101110 | 0 | 10101011 | 0 | 1100100 | 10 | 100000 | 100101101 | 1100100 | 100010 |
Color Harmonies of #AE00AB
Complementary color
Monochromatic Colors of #AE00AB
Black with #AE00AB
Text Example
Text Example
White with #AE00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE00AB; }
p { color: rgb(174,0,171); }
H1.HeaderClassName
{
color: #AE00AB;
}
.AnyTagClassName
{
color: #AE00AB;
}
</style>
background-color css
<style>
a { background-color: #AE00AB; }
a { background-color: rgb(174,0,171); }
div.DivClassName
{
background-color: #AE00AB;
}
.BgClassName
{
background-color: #AE00AB;
}
</style>
border-color css
<style>
span { border-color: #AE00AB; }
span { border-color: rgb(174,0,171); }
td.TdClassName
{
border-color: #AE00AB;
}
.TagClassName
{
border-color: #AE00AB;
}
</style>