Shades of Deep Magenta #AE00B0
Tints of Deep Magenta #AE00B0
RGB
CMYK
RGB Variations
Color information
#AE00B0 (or 0xAE00B0) is known color: Deep Magenta. HEX triplet: AE, 00 and B0. RGB value is (174,0,176). Sum of RGB (Red+Green+Blue) = 174+0+176=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #AE00B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE00B0 is #51FF4F. Grayscale: #474747. Windows color (decimal): -5373776 or 11534510. OLE color: 11534510.
HSL color Cylindrical-coordinate representation of color #AE00B0: hue angle of 299.32º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE00B0 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 0 | 176 | - |
| CMYK | 0.01 | 1 | 0 | 0.31 |
| HSL | 299.32º | 1% | 0.35% | - |
| HSV(B) | 299.32º | 1% | 0.69% | - |
| XYZ | 25.29 | 12.13 | 42.08 | - |
| YUV | 72.09 | 186.65 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 176 | 0.01 | 1 | 0 | 0.31 | 299.32 | 1 | 0.35 |
| Hex | AE | 0 | B0 | 1 | 64 | 0 | 1F | 12B | 64 | 23 |
| Octal | 256 | 0 | 260 | 1 | 144 | 0 | 37 | 453 | 144 | 43 |
| Binary | 10101110 | 0 | 10110000 | 1 | 1100100 | 0 | 11111 | 100101011 | 1100100 | 100011 |
Color Harmonies of #AE00B0
Complementary color
Monochromatic Colors of #AE00B0
Black with #AE00B0
Text Example
Text Example
White with #AE00B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE00B0; }
p { color: rgb(174,0,176); }
H1.HeaderClassName
{
color: #AE00B0;
}
.AnyTagClassName
{
color: #AE00B0;
}
</style>
background-color css
<style>
a { background-color: #AE00B0; }
a { background-color: rgb(174,0,176); }
div.DivClassName
{
background-color: #AE00B0;
}
.BgClassName
{
background-color: #AE00B0;
}
</style>
border-color css
<style>
span { border-color: #AE00B0; }
span { border-color: rgb(174,0,176); }
td.TdClassName
{
border-color: #AE00B0;
}
.TagClassName
{
border-color: #AE00B0;
}
</style>