Shades of Mountbatten Pink #AE6491
Tints of Mountbatten Pink #AE6491
RGB
CMYK
RGB Variations
Color information
#AE6491 (or 0xAE6491) is known color: Mountbatten Pink. HEX triplet: AE, 64 and 91. RGB value is (174,100,145). Sum of RGB (Red+Green+Blue) = 174+100+145=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6491 is #519B6E. Grayscale: #7F7F7F. Windows color (decimal): -5348207 or 9528494. OLE color: 9528494.
HSL color Cylindrical-coordinate representation of color #AE6491: hue angle of 323.51º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE6491 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 145 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.32 |
| HSL | 323.51º | 0.31% | 0.54% | - |
| HSV(B) | 323.51º | 0.43% | 0.68% | - |
| XYZ | 27.12 | 20.16 | 29.25 | - |
| YUV | 127.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 145 | 0 | 0.43 | 0.17 | 0.32 | 323.51 | 0.31 | 0.54 |
| Hex | AE | 64 | 91 | 0 | 2B | 11 | 20 | 144 | 1F | 36 |
| Octal | 256 | 144 | 221 | 0 | 53 | 21 | 40 | 504 | 37 | 66 |
| Binary | 10101110 | 1100100 | 10010001 | 0 | 101011 | 10001 | 100000 | 101000100 | 11111 | 110110 |
Color Harmonies of #AE6491
Complementary color
Monochromatic Colors of #AE6491
Black with #AE6491
Text Example
Text Example
White with #AE6491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6491; }
p { color: rgb(174,100,145); }
H1.HeaderClassName
{
color: #AE6491;
}
.AnyTagClassName
{
color: #AE6491;
}
</style>
background-color css
<style>
a { background-color: #AE6491; }
a { background-color: rgb(174,100,145); }
div.DivClassName
{
background-color: #AE6491;
}
.BgClassName
{
background-color: #AE6491;
}
</style>
border-color css
<style>
span { border-color: #AE6491; }
span { border-color: rgb(174,100,145); }
td.TdClassName
{
border-color: #AE6491;
}
.TagClassName
{
border-color: #AE6491;
}
</style>