Shades of Mountbatten Pink #AA6B8E
Tints of Mountbatten Pink #AA6B8E
RGB
CMYK
RGB Variations
Color information
#AA6B8E (or 0xAA6B8E) is known color: Mountbatten Pink. HEX triplet: AA, 6B and 8E. RGB value is (170,107,142). Sum of RGB (Red+Green+Blue) = 170+107+142=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6B8E is #559471. Grayscale: #818181. Windows color (decimal): -5608562 or 9333674. OLE color: 9333674.
HSL color Cylindrical-coordinate representation of color #AA6B8E: hue angle of 326.67º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA6B8E is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 142 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.33 |
| HSL | 326.67º | 0.27% | 0.54% | - |
| HSV(B) | 326.67º | 0.37% | 0.67% | - |
| XYZ | 26.72 | 21.01 | 28.24 | - |
| YUV | 129.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 142 | 0 | 0.37 | 0.16 | 0.33 | 326.67 | 0.27 | 0.54 |
| Hex | AA | 6B | 8E | 0 | 25 | 10 | 21 | 147 | 1B | 36 |
| Octal | 252 | 153 | 216 | 0 | 45 | 20 | 41 | 507 | 33 | 66 |
| Binary | 10101010 | 1101011 | 10001110 | 0 | 100101 | 10000 | 100001 | 101000111 | 11011 | 110110 |
Color Harmonies of #AA6B8E
Complementary color
Monochromatic Colors of #AA6B8E
Black with #AA6B8E
Text Example
Text Example
White with #AA6B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B8E; }
p { color: rgb(170,107,142); }
H1.HeaderClassName
{
color: #AA6B8E;
}
.AnyTagClassName
{
color: #AA6B8E;
}
</style>
background-color css
<style>
a { background-color: #AA6B8E; }
a { background-color: rgb(170,107,142); }
div.DivClassName
{
background-color: #AA6B8E;
}
.BgClassName
{
background-color: #AA6B8E;
}
</style>
border-color css
<style>
span { border-color: #AA6B8E; }
span { border-color: rgb(170,107,142); }
td.TdClassName
{
border-color: #AA6B8E;
}
.TagClassName
{
border-color: #AA6B8E;
}
</style>