Shades of Mountbatten Pink #AA6E8F
Tints of Mountbatten Pink #AA6E8F
RGB
CMYK
RGB Variations
Color information
#AA6E8F (or 0xAA6E8F) is known color: Mountbatten Pink. HEX triplet: AA, 6E and 8F. RGB value is (170,110,143). Sum of RGB (Red+Green+Blue) = 170+110+143=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6E8F is #559170. Grayscale: #838383. Windows color (decimal): -5607793 or 9399978. OLE color: 9399978.
HSL color Cylindrical-coordinate representation of color #AA6E8F: hue angle of 327º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA6E8F is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 143 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.33 |
| HSL | 327º | 0.26% | 0.55% | - |
| HSV(B) | 327º | 0.35% | 0.67% | - |
| XYZ | 27.11 | 21.68 | 28.74 | - |
| YUV | 131.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 143 | 0 | 0.35 | 0.16 | 0.33 | 327 | 0.26 | 0.55 |
| Hex | AA | 6E | 8F | 0 | 23 | 10 | 21 | 147 | 1A | 37 |
| Octal | 252 | 156 | 217 | 0 | 43 | 20 | 41 | 507 | 32 | 67 |
| Binary | 10101010 | 1101110 | 10001111 | 0 | 100011 | 10000 | 100001 | 101000111 | 11010 | 110111 |
Color Harmonies of #AA6E8F
Complementary color
Monochromatic Colors of #AA6E8F
Black with #AA6E8F
Text Example
Text Example
White with #AA6E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E8F; }
p { color: rgb(170,110,143); }
H1.HeaderClassName
{
color: #AA6E8F;
}
.AnyTagClassName
{
color: #AA6E8F;
}
</style>
background-color css
<style>
a { background-color: #AA6E8F; }
a { background-color: rgb(170,110,143); }
div.DivClassName
{
background-color: #AA6E8F;
}
.BgClassName
{
background-color: #AA6E8F;
}
</style>
border-color css
<style>
span { border-color: #AA6E8F; }
span { border-color: rgb(170,110,143); }
td.TdClassName
{
border-color: #AA6E8F;
}
.TagClassName
{
border-color: #AA6E8F;
}
</style>