Shades of Mountbatten Pink #AA6590
Tints of Mountbatten Pink #AA6590
RGB
CMYK
RGB Variations
Color information
#AA6590 (or 0xAA6590) is known color: Mountbatten Pink. HEX triplet: AA, 65 and 90. RGB value is (170,101,144). Sum of RGB (Red+Green+Blue) = 170+101+144=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6590 is #559A6F. Grayscale: #7E7E7E. Windows color (decimal): -5610096 or 9463210. OLE color: 9463210.
HSL color Cylindrical-coordinate representation of color #AA6590: hue angle of 322.61º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6590 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 144 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.33 |
| HSL | 322.61º | 0.29% | 0.53% | - |
| HSV(B) | 322.61º | 0.41% | 0.67% | - |
| XYZ | 26.27 | 19.87 | 28.84 | - |
| YUV | 126.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 144 | 0 | 0.41 | 0.15 | 0.33 | 322.61 | 0.29 | 0.53 |
| Hex | AA | 65 | 90 | 0 | 29 | F | 21 | 143 | 1D | 35 |
| Octal | 252 | 145 | 220 | 0 | 51 | 17 | 41 | 503 | 35 | 65 |
| Binary | 10101010 | 1100101 | 10010000 | 0 | 101001 | 1111 | 100001 | 101000011 | 11101 | 110101 |
Color Harmonies of #AA6590
Complementary color
Monochromatic Colors of #AA6590
Black with #AA6590
Text Example
Text Example
White with #AA6590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6590; }
p { color: rgb(170,101,144); }
H1.HeaderClassName
{
color: #AA6590;
}
.AnyTagClassName
{
color: #AA6590;
}
</style>
background-color css
<style>
a { background-color: #AA6590; }
a { background-color: rgb(170,101,144); }
div.DivClassName
{
background-color: #AA6590;
}
.BgClassName
{
background-color: #AA6590;
}
</style>
border-color css
<style>
span { border-color: #AA6590; }
span { border-color: rgb(170,101,144); }
td.TdClassName
{
border-color: #AA6590;
}
.TagClassName
{
border-color: #AA6590;
}
</style>