Shades of Mountbatten Pink #AA6490
Tints of Mountbatten Pink #AA6490
RGB
CMYK
RGB Variations
Color information
#AA6490 (or 0xAA6490) is known color: Mountbatten Pink. HEX triplet: AA, 64 and 90. RGB value is (170,100,144). Sum of RGB (Red+Green+Blue) = 170+100+144=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6490 is #559B6F. Grayscale: #7D7D7D. Windows color (decimal): -5610352 or 9462954. OLE color: 9462954.
HSL color Cylindrical-coordinate representation of color #AA6490: hue angle of 322.29º 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 #AA6490 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 144 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.33 |
| HSL | 322.29º | 0.29% | 0.53% | - |
| HSV(B) | 322.29º | 0.41% | 0.67% | - |
| XYZ | 26.17 | 19.67 | 28.8 | - |
| YUV | 125.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 144 | 0 | 0.41 | 0.15 | 0.33 | 322.29 | 0.29 | 0.53 |
| Hex | AA | 64 | 90 | 0 | 29 | F | 21 | 142 | 1D | 35 |
| Octal | 252 | 144 | 220 | 0 | 51 | 17 | 41 | 502 | 35 | 65 |
| Binary | 10101010 | 1100100 | 10010000 | 0 | 101001 | 1111 | 100001 | 101000010 | 11101 | 110101 |
Color Harmonies of #AA6490
Complementary color
Monochromatic Colors of #AA6490
Black with #AA6490
Text Example
Text Example
White with #AA6490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6490; }
p { color: rgb(170,100,144); }
H1.HeaderClassName
{
color: #AA6490;
}
.AnyTagClassName
{
color: #AA6490;
}
</style>
background-color css
<style>
a { background-color: #AA6490; }
a { background-color: rgb(170,100,144); }
div.DivClassName
{
background-color: #AA6490;
}
.BgClassName
{
background-color: #AA6490;
}
</style>
border-color css
<style>
span { border-color: #AA6490; }
span { border-color: rgb(170,100,144); }
td.TdClassName
{
border-color: #AA6490;
}
.TagClassName
{
border-color: #AA6490;
}
</style>