Shades of Mountbatten Pink #AA6A8F
Tints of Mountbatten Pink #AA6A8F
RGB
CMYK
RGB Variations
Color information
#AA6A8F (or 0xAA6A8F) is known color: Mountbatten Pink. HEX triplet: AA, 6A and 8F. RGB value is (170,106,143). Sum of RGB (Red+Green+Blue) = 170+106+143=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6A8F is #559570. Grayscale: #818181. Windows color (decimal): -5608817 or 9398954. OLE color: 9398954.
HSL color Cylindrical-coordinate representation of color #AA6A8F: hue angle of 325.31º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6A8F is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 143 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.33 |
| HSL | 325.31º | 0.27% | 0.54% | - |
| HSV(B) | 325.31º | 0.38% | 0.67% | - |
| XYZ | 26.69 | 20.84 | 28.6 | - |
| YUV | 129.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 143 | 0 | 0.38 | 0.16 | 0.33 | 325.31 | 0.27 | 0.54 |
| Hex | AA | 6A | 8F | 0 | 26 | 10 | 21 | 145 | 1B | 36 |
| Octal | 252 | 152 | 217 | 0 | 46 | 20 | 41 | 505 | 33 | 66 |
| Binary | 10101010 | 1101010 | 10001111 | 0 | 100110 | 10000 | 100001 | 101000101 | 11011 | 110110 |
Color Harmonies of #AA6A8F
Complementary color
Monochromatic Colors of #AA6A8F
Black with #AA6A8F
Text Example
Text Example
White with #AA6A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A8F; }
p { color: rgb(170,106,143); }
H1.HeaderClassName
{
color: #AA6A8F;
}
.AnyTagClassName
{
color: #AA6A8F;
}
</style>
background-color css
<style>
a { background-color: #AA6A8F; }
a { background-color: rgb(170,106,143); }
div.DivClassName
{
background-color: #AA6A8F;
}
.BgClassName
{
background-color: #AA6A8F;
}
</style>
border-color css
<style>
span { border-color: #AA6A8F; }
span { border-color: rgb(170,106,143); }
td.TdClassName
{
border-color: #AA6A8F;
}
.TagClassName
{
border-color: #AA6A8F;
}
</style>