Shades of Mountbatten Pink #AA6993
Tints of Mountbatten Pink #AA6993
RGB
CMYK
RGB Variations
Color information
#AA6993 (or 0xAA6993) is known color: Mountbatten Pink. HEX triplet: AA, 69 and 93. RGB value is (170,105,147). Sum of RGB (Red+Green+Blue) = 170+105+147=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6993 is #55966C. Grayscale: #818181. Windows color (decimal): -5609069 or 9660842. OLE color: 9660842.
HSL color Cylindrical-coordinate representation of color #AA6993: hue angle of 321.23º 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 #AA6993 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 147 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.33 |
| HSL | 321.23º | 0.28% | 0.54% | - |
| HSV(B) | 321.23º | 0.38% | 0.67% | - |
| XYZ | 26.9 | 20.76 | 30.19 | - |
| YUV | 129.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 147 | 0 | 0.38 | 0.14 | 0.33 | 321.23 | 0.28 | 0.54 |
| Hex | AA | 69 | 93 | 0 | 26 | E | 21 | 141 | 1C | 36 |
| Octal | 252 | 151 | 223 | 0 | 46 | 16 | 41 | 501 | 34 | 66 |
| Binary | 10101010 | 1101001 | 10010011 | 0 | 100110 | 1110 | 100001 | 101000001 | 11100 | 110110 |
Color Harmonies of #AA6993
Complementary color
Monochromatic Colors of #AA6993
Black with #AA6993
Text Example
Text Example
White with #AA6993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6993; }
p { color: rgb(170,105,147); }
H1.HeaderClassName
{
color: #AA6993;
}
.AnyTagClassName
{
color: #AA6993;
}
</style>
background-color css
<style>
a { background-color: #AA6993; }
a { background-color: rgb(170,105,147); }
div.DivClassName
{
background-color: #AA6993;
}
.BgClassName
{
background-color: #AA6993;
}
</style>
border-color css
<style>
span { border-color: #AA6993; }
span { border-color: rgb(170,105,147); }
td.TdClassName
{
border-color: #AA6993;
}
.TagClassName
{
border-color: #AA6993;
}
</style>