Shades of Mountbatten Pink #AA6C8D
Tints of Mountbatten Pink #AA6C8D
RGB
CMYK
RGB Variations
Color information
#AA6C8D (or 0xAA6C8D) is known color: Mountbatten Pink. HEX triplet: AA, 6C and 8D. RGB value is (170,108,141). Sum of RGB (Red+Green+Blue) = 170+108+141=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6C8D is #559372. Grayscale: #828282. Windows color (decimal): -5608307 or 9268394. OLE color: 9268394.
HSL color Cylindrical-coordinate representation of color #AA6C8D: hue angle of 328.06º degrees, saturation: 0.27, 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 #AA6C8D is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 141 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.33 |
| HSL | 328.06º | 0.27% | 0.55% | - |
| HSV(B) | 328.06º | 0.36% | 0.67% | - |
| XYZ | 26.75 | 21.19 | 27.88 | - |
| YUV | 130.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 141 | 0 | 0.36 | 0.17 | 0.33 | 328.06 | 0.27 | 0.55 |
| Hex | AA | 6C | 8D | 0 | 24 | 11 | 21 | 148 | 1B | 37 |
| Octal | 252 | 154 | 215 | 0 | 44 | 21 | 41 | 510 | 33 | 67 |
| Binary | 10101010 | 1101100 | 10001101 | 0 | 100100 | 10001 | 100001 | 101001000 | 11011 | 110111 |
Color Harmonies of #AA6C8D
Complementary color
Monochromatic Colors of #AA6C8D
Black with #AA6C8D
Text Example
Text Example
White with #AA6C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C8D; }
p { color: rgb(170,108,141); }
H1.HeaderClassName
{
color: #AA6C8D;
}
.AnyTagClassName
{
color: #AA6C8D;
}
</style>
background-color css
<style>
a { background-color: #AA6C8D; }
a { background-color: rgb(170,108,141); }
div.DivClassName
{
background-color: #AA6C8D;
}
.BgClassName
{
background-color: #AA6C8D;
}
</style>
border-color css
<style>
span { border-color: #AA6C8D; }
span { border-color: rgb(170,108,141); }
td.TdClassName
{
border-color: #AA6C8D;
}
.TagClassName
{
border-color: #AA6C8D;
}
</style>