Shades of Mountbatten Pink #AA6593
Tints of Mountbatten Pink #AA6593
RGB
CMYK
RGB Variations
Color information
#AA6593 (or 0xAA6593) is known color: Mountbatten Pink. HEX triplet: AA, 65 and 93. RGB value is (170,101,147). Sum of RGB (Red+Green+Blue) = 170+101+147=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6593 is #559A6C. Grayscale: #7E7E7E. Windows color (decimal): -5610093 or 9659818. OLE color: 9659818.
HSL color Cylindrical-coordinate representation of color #AA6593: hue angle of 320º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6593 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 147 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.33 |
| HSL | 320º | 0.29% | 0.53% | - |
| HSV(B) | 320º | 0.41% | 0.67% | - |
| XYZ | 26.5 | 19.96 | 30.06 | - |
| YUV | 126.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 147 | 0 | 0.41 | 0.14 | 0.33 | 320 | 0.29 | 0.53 |
| Hex | AA | 65 | 93 | 0 | 29 | E | 21 | 140 | 1D | 35 |
| Octal | 252 | 145 | 223 | 0 | 51 | 16 | 41 | 500 | 35 | 65 |
| Binary | 10101010 | 1100101 | 10010011 | 0 | 101001 | 1110 | 100001 | 101000000 | 11101 | 110101 |
Color Harmonies of #AA6593
Complementary color
Monochromatic Colors of #AA6593
Black with #AA6593
Text Example
Text Example
White with #AA6593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6593; }
p { color: rgb(170,101,147); }
H1.HeaderClassName
{
color: #AA6593;
}
.AnyTagClassName
{
color: #AA6593;
}
</style>
background-color css
<style>
a { background-color: #AA6593; }
a { background-color: rgb(170,101,147); }
div.DivClassName
{
background-color: #AA6593;
}
.BgClassName
{
background-color: #AA6593;
}
</style>
border-color css
<style>
span { border-color: #AA6593; }
span { border-color: rgb(170,101,147); }
td.TdClassName
{
border-color: #AA6593;
}
.TagClassName
{
border-color: #AA6593;
}
</style>