Shades of Mountbatten Pink #AA6892
Tints of Mountbatten Pink #AA6892
RGB
CMYK
RGB Variations
Color information
#AA6892 (or 0xAA6892) is known color: Mountbatten Pink. HEX triplet: AA, 68 and 92. RGB value is (170,104,146). Sum of RGB (Red+Green+Blue) = 170+104+146=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6892 is #55976D. Grayscale: #808080. Windows color (decimal): -5609326 or 9595050. OLE color: 9595050.
HSL color Cylindrical-coordinate representation of color #AA6892: hue angle of 321.82º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA6892 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 146 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.33 |
| HSL | 321.82º | 0.28% | 0.54% | - |
| HSV(B) | 321.82º | 0.39% | 0.67% | - |
| XYZ | 26.72 | 20.52 | 29.75 | - |
| YUV | 128.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 146 | 0 | 0.39 | 0.14 | 0.33 | 321.82 | 0.28 | 0.54 |
| Hex | AA | 68 | 92 | 0 | 27 | E | 21 | 142 | 1C | 36 |
| Octal | 252 | 150 | 222 | 0 | 47 | 16 | 41 | 502 | 34 | 66 |
| Binary | 10101010 | 1101000 | 10010010 | 0 | 100111 | 1110 | 100001 | 101000010 | 11100 | 110110 |
Color Harmonies of #AA6892
Complementary color
Monochromatic Colors of #AA6892
Black with #AA6892
Text Example
Text Example
White with #AA6892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6892; }
p { color: rgb(170,104,146); }
H1.HeaderClassName
{
color: #AA6892;
}
.AnyTagClassName
{
color: #AA6892;
}
</style>
background-color css
<style>
a { background-color: #AA6892; }
a { background-color: rgb(170,104,146); }
div.DivClassName
{
background-color: #AA6892;
}
.BgClassName
{
background-color: #AA6892;
}
</style>
border-color css
<style>
span { border-color: #AA6892; }
span { border-color: rgb(170,104,146); }
td.TdClassName
{
border-color: #AA6892;
}
.TagClassName
{
border-color: #AA6892;
}
</style>