Shades of Mountbatten Pink #AA6D8F
Tints of Mountbatten Pink #AA6D8F
RGB
CMYK
RGB Variations
Color information
#AA6D8F (or 0xAA6D8F) is known color: Mountbatten Pink. HEX triplet: AA, 6D and 8F. RGB value is (170,109,143). Sum of RGB (Red+Green+Blue) = 170+109+143=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6D8F is #559270. Grayscale: #838383. Windows color (decimal): -5608049 or 9399722. OLE color: 9399722.
HSL color Cylindrical-coordinate representation of color #AA6D8F: hue angle of 326.56º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA6D8F is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 143 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.33 |
| HSL | 326.56º | 0.26% | 0.55% | - |
| HSV(B) | 326.56º | 0.36% | 0.67% | - |
| XYZ | 27 | 21.47 | 28.71 | - |
| YUV | 131.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 143 | 0 | 0.36 | 0.16 | 0.33 | 326.56 | 0.26 | 0.55 |
| Hex | AA | 6D | 8F | 0 | 24 | 10 | 21 | 147 | 1A | 37 |
| Octal | 252 | 155 | 217 | 0 | 44 | 20 | 41 | 507 | 32 | 67 |
| Binary | 10101010 | 1101101 | 10001111 | 0 | 100100 | 10000 | 100001 | 101000111 | 11010 | 110111 |
Color Harmonies of #AA6D8F
Complementary color
Monochromatic Colors of #AA6D8F
Black with #AA6D8F
Text Example
Text Example
White with #AA6D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D8F; }
p { color: rgb(170,109,143); }
H1.HeaderClassName
{
color: #AA6D8F;
}
.AnyTagClassName
{
color: #AA6D8F;
}
</style>
background-color css
<style>
a { background-color: #AA6D8F; }
a { background-color: rgb(170,109,143); }
div.DivClassName
{
background-color: #AA6D8F;
}
.BgClassName
{
background-color: #AA6D8F;
}
</style>
border-color css
<style>
span { border-color: #AA6D8F; }
span { border-color: rgb(170,109,143); }
td.TdClassName
{
border-color: #AA6D8F;
}
.TagClassName
{
border-color: #AA6D8F;
}
</style>