Shades of Mountbatten Pink #AA6692
Tints of Mountbatten Pink #AA6692
RGB
CMYK
RGB Variations
Color information
#AA6692 (or 0xAA6692) is known color: Mountbatten Pink. HEX triplet: AA, 66 and 92. RGB value is (170,102,146). Sum of RGB (Red+Green+Blue) = 170+102+146=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6692 is #55996D. Grayscale: #7F7F7F. Windows color (decimal): -5609838 or 9594538. OLE color: 9594538.
HSL color Cylindrical-coordinate representation of color #AA6692: hue angle of 321.18º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6692 is Cyan = 0, Magento = 0.4, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 146 | - |
| CMYK | 0 | 0.4 | 0.14 | 0.33 |
| HSL | 321.18º | 0.29% | 0.53% | - |
| HSV(B) | 321.18º | 0.4% | 0.67% | - |
| XYZ | 26.52 | 20.12 | 29.68 | - |
| YUV | 127.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 146 | 0 | 0.4 | 0.14 | 0.33 | 321.18 | 0.29 | 0.53 |
| Hex | AA | 66 | 92 | 0 | 28 | E | 21 | 141 | 1D | 35 |
| Octal | 252 | 146 | 222 | 0 | 50 | 16 | 41 | 501 | 35 | 65 |
| Binary | 10101010 | 1100110 | 10010010 | 0 | 101000 | 1110 | 100001 | 101000001 | 11101 | 110101 |
Color Harmonies of #AA6692
Complementary color
Monochromatic Colors of #AA6692
Black with #AA6692
Text Example
Text Example
White with #AA6692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6692; }
p { color: rgb(170,102,146); }
H1.HeaderClassName
{
color: #AA6692;
}
.AnyTagClassName
{
color: #AA6692;
}
</style>
background-color css
<style>
a { background-color: #AA6692; }
a { background-color: rgb(170,102,146); }
div.DivClassName
{
background-color: #AA6692;
}
.BgClassName
{
background-color: #AA6692;
}
</style>
border-color css
<style>
span { border-color: #AA6692; }
span { border-color: rgb(170,102,146); }
td.TdClassName
{
border-color: #AA6692;
}
.TagClassName
{
border-color: #AA6692;
}
</style>