Shades of Mountbatten Pink #AA6693
Tints of Mountbatten Pink #AA6693
RGB
CMYK
RGB Variations
Color information
#AA6693 (or 0xAA6693) is known color: Mountbatten Pink. HEX triplet: AA, 66 and 93. RGB value is (170,102,147). Sum of RGB (Red+Green+Blue) = 170+102+147=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6693 is #55996C. Grayscale: #7F7F7F. Windows color (decimal): -5609837 or 9660074. OLE color: 9660074.
HSL color Cylindrical-coordinate representation of color #AA6693: hue angle of 320.29º 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 #AA6693 is Cyan = 0, Magento = 0.4, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 147 | - |
| CMYK | 0 | 0.4 | 0.14 | 0.33 |
| HSL | 320.29º | 0.29% | 0.53% | - |
| HSV(B) | 320.29º | 0.4% | 0.67% | - |
| XYZ | 26.6 | 20.16 | 30.09 | - |
| YUV | 127.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 147 | 0 | 0.4 | 0.14 | 0.33 | 320.29 | 0.29 | 0.53 |
| Hex | AA | 66 | 93 | 0 | 28 | E | 21 | 140 | 1D | 35 |
| Octal | 252 | 146 | 223 | 0 | 50 | 16 | 41 | 500 | 35 | 65 |
| Binary | 10101010 | 1100110 | 10010011 | 0 | 101000 | 1110 | 100001 | 101000000 | 11101 | 110101 |
Color Harmonies of #AA6693
Complementary color
Monochromatic Colors of #AA6693
Black with #AA6693
Text Example
Text Example
White with #AA6693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6693; }
p { color: rgb(170,102,147); }
H1.HeaderClassName
{
color: #AA6693;
}
.AnyTagClassName
{
color: #AA6693;
}
</style>
background-color css
<style>
a { background-color: #AA6693; }
a { background-color: rgb(170,102,147); }
div.DivClassName
{
background-color: #AA6693;
}
.BgClassName
{
background-color: #AA6693;
}
</style>
border-color css
<style>
span { border-color: #AA6693; }
span { border-color: rgb(170,102,147); }
td.TdClassName
{
border-color: #AA6693;
}
.TagClassName
{
border-color: #AA6693;
}
</style>