Shades of Deep Magenta #AE01BA
Tints of Deep Magenta #AE01BA
RGB
CMYK
RGB Variations
Color information
#AE01BA (or 0xAE01BA) is known color: Deep Magenta. HEX triplet: AE, 01 and BA. RGB value is (174,1,186). Sum of RGB (Red+Green+Blue) = 174+1+186=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE01BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE01BA is #51FE45. Grayscale: #494949. Windows color (decimal): -5373510 or 12190126. OLE color: 12190126.
HSL color Cylindrical-coordinate representation of color #AE01BA: hue angle of 296.11º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE01BA is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 1 | 186 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.27 |
| HSL | 296.11º | 0.99% | 0.37% | - |
| HSV(B) | 296.11º | 0.99% | 0.73% | - |
| XYZ | 26.33 | 12.57 | 47.49 | - |
| YUV | 73.82 | 191.31 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 186 | 0.06 | 0.99 | 0 | 0.27 | 296.11 | 0.99 | 0.37 |
| Hex | AE | 1 | BA | 6 | 63 | 0 | 1B | 128 | 63 | 25 |
| Octal | 256 | 1 | 272 | 6 | 143 | 0 | 33 | 450 | 143 | 45 |
| Binary | 10101110 | 1 | 10111010 | 110 | 1100011 | 0 | 11011 | 100101000 | 1100011 | 100101 |
Color Harmonies of #AE01BA
Complementary color
Monochromatic Colors of #AE01BA
Black with #AE01BA
Text Example
Text Example
White with #AE01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE01BA; }
p { color: rgb(174,1,186); }
H1.HeaderClassName
{
color: #AE01BA;
}
.AnyTagClassName
{
color: #AE01BA;
}
</style>
background-color css
<style>
a { background-color: #AE01BA; }
a { background-color: rgb(174,1,186); }
div.DivClassName
{
background-color: #AE01BA;
}
.BgClassName
{
background-color: #AE01BA;
}
</style>
border-color css
<style>
span { border-color: #AE01BA; }
span { border-color: rgb(174,1,186); }
td.TdClassName
{
border-color: #AE01BA;
}
.TagClassName
{
border-color: #AE01BA;
}
</style>