Shades of Deep Magenta #AE05B1
Tints of Deep Magenta #AE05B1
RGB
CMYK
RGB Variations
Color information
#AE05B1 (or 0xAE05B1) is known color: Deep Magenta. HEX triplet: AE, 05 and B1. RGB value is (174,5,177). Sum of RGB (Red+Green+Blue) = 174+5+177=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE05B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE05B1 is #51FA4E. Grayscale: #4A4A4A. Windows color (decimal): -5372495 or 11601326. OLE color: 11601326.
HSL color Cylindrical-coordinate representation of color #AE05B1: hue angle of 298.95º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE05B1 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 5 | 177 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.31 |
| HSL | 298.95º | 0.95% | 0.36% | - |
| HSV(B) | 298.95º | 0.97% | 0.69% | - |
| XYZ | 25.45 | 12.28 | 42.62 | - |
| YUV | 75.14 | 185.49 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 5 | 177 | 0.02 | 0.97 | 0 | 0.31 | 298.95 | 0.95 | 0.36 |
| Hex | AE | 5 | B1 | 2 | 61 | 0 | 1F | 12B | 5F | 24 |
| Octal | 256 | 5 | 261 | 2 | 141 | 0 | 37 | 453 | 137 | 44 |
| Binary | 10101110 | 101 | 10110001 | 10 | 1100001 | 0 | 11111 | 100101011 | 1011111 | 100100 |
Color Harmonies of #AE05B1
Complementary color
Monochromatic Colors of #AE05B1
Black with #AE05B1
Text Example
Text Example
White with #AE05B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE05B1; }
p { color: rgb(174,5,177); }
H1.HeaderClassName
{
color: #AE05B1;
}
.AnyTagClassName
{
color: #AE05B1;
}
</style>
background-color css
<style>
a { background-color: #AE05B1; }
a { background-color: rgb(174,5,177); }
div.DivClassName
{
background-color: #AE05B1;
}
.BgClassName
{
background-color: #AE05B1;
}
</style>
border-color css
<style>
span { border-color: #AE05B1; }
span { border-color: rgb(174,5,177); }
td.TdClassName
{
border-color: #AE05B1;
}
.TagClassName
{
border-color: #AE05B1;
}
</style>