Shades of Mountbatten Pink #AA6893
Tints of Mountbatten Pink #AA6893
RGB
CMYK
RGB Variations
Color information
#AA6893 (or 0xAA6893) is known color: Mountbatten Pink. HEX triplet: AA, 68 and 93. RGB value is (170,104,147). Sum of RGB (Red+Green+Blue) = 170+104+147=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6893 is #55976C. Grayscale: #808080. Windows color (decimal): -5609325 or 9660586. OLE color: 9660586.
HSL color Cylindrical-coordinate representation of color #AA6893: hue angle of 320.91º 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 #AA6893 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 147 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.33 |
| HSL | 320.91º | 0.28% | 0.54% | - |
| HSV(B) | 320.91º | 0.39% | 0.67% | - |
| XYZ | 26.79 | 20.55 | 30.16 | - |
| YUV | 128.64 | 138.37 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 147 | 0 | 0.39 | 0.14 | 0.33 | 320.91 | 0.28 | 0.54 |
| Hex | AA | 68 | 93 | 0 | 27 | E | 21 | 141 | 1C | 36 |
| Octal | 252 | 150 | 223 | 0 | 47 | 16 | 41 | 501 | 34 | 66 |
| Binary | 10101010 | 1101000 | 10010011 | 0 | 100111 | 1110 | 100001 | 101000001 | 11100 | 110110 |
Color Harmonies of #AA6893
Complementary color
Monochromatic Colors of #AA6893
Black with #AA6893
Text Example
Text Example
White with #AA6893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6893; }
p { color: rgb(170,104,147); }
H1.HeaderClassName
{
color: #AA6893;
}
.AnyTagClassName
{
color: #AA6893;
}
</style>
background-color css
<style>
a { background-color: #AA6893; }
a { background-color: rgb(170,104,147); }
div.DivClassName
{
background-color: #AA6893;
}
.BgClassName
{
background-color: #AA6893;
}
</style>
border-color css
<style>
span { border-color: #AA6893; }
span { border-color: rgb(170,104,147); }
td.TdClassName
{
border-color: #AA6893;
}
.TagClassName
{
border-color: #AA6893;
}
</style>