Shades of Mountbatten Pink #AA698D
Tints of Mountbatten Pink #AA698D
RGB
CMYK
RGB Variations
Color information
#AA698D (or 0xAA698D) is known color: Mountbatten Pink. HEX triplet: AA, 69 and 8D. RGB value is (170,105,141). Sum of RGB (Red+Green+Blue) = 170+105+141=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA698D is #559672. Grayscale: #808080. Windows color (decimal): -5609075 or 9267626. OLE color: 9267626.
HSL color Cylindrical-coordinate representation of color #AA698D: hue angle of 326.77º degrees, saturation: 0.28, 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 #AA698D is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 141 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.33 |
| HSL | 326.77º | 0.28% | 0.54% | - |
| HSV(B) | 326.77º | 0.38% | 0.67% | - |
| XYZ | 26.44 | 20.57 | 27.78 | - |
| YUV | 128.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 141 | 0 | 0.38 | 0.17 | 0.33 | 326.77 | 0.28 | 0.54 |
| Hex | AA | 69 | 8D | 0 | 26 | 11 | 21 | 147 | 1C | 36 |
| Octal | 252 | 151 | 215 | 0 | 46 | 21 | 41 | 507 | 34 | 66 |
| Binary | 10101010 | 1101001 | 10001101 | 0 | 100110 | 10001 | 100001 | 101000111 | 11100 | 110110 |
Color Harmonies of #AA698D
Complementary color
Monochromatic Colors of #AA698D
Black with #AA698D
Text Example
Text Example
White with #AA698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA698D; }
p { color: rgb(170,105,141); }
H1.HeaderClassName
{
color: #AA698D;
}
.AnyTagClassName
{
color: #AA698D;
}
</style>
background-color css
<style>
a { background-color: #AA698D; }
a { background-color: rgb(170,105,141); }
div.DivClassName
{
background-color: #AA698D;
}
.BgClassName
{
background-color: #AA698D;
}
</style>
border-color css
<style>
span { border-color: #AA698D; }
span { border-color: rgb(170,105,141); }
td.TdClassName
{
border-color: #AA698D;
}
.TagClassName
{
border-color: #AA698D;
}
</style>