Shades of Mountbatten Pink #AA6790
Tints of Mountbatten Pink #AA6790
RGB
CMYK
RGB Variations
Color information
#AA6790 (or 0xAA6790) is known color: Mountbatten Pink. HEX triplet: AA, 67 and 90. RGB value is (170,103,144). Sum of RGB (Red+Green+Blue) = 170+103+144=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6790 is #55986F. Grayscale: #7F7F7F. Windows color (decimal): -5609584 or 9463722. OLE color: 9463722.
HSL color Cylindrical-coordinate representation of color #AA6790: hue angle of 323.28º 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 #AA6790 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 144 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.33 |
| HSL | 323.28º | 0.28% | 0.54% | - |
| HSV(B) | 323.28º | 0.39% | 0.67% | - |
| XYZ | 26.46 | 20.26 | 28.9 | - |
| YUV | 127.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 144 | 0 | 0.39 | 0.15 | 0.33 | 323.28 | 0.28 | 0.54 |
| Hex | AA | 67 | 90 | 0 | 27 | F | 21 | 143 | 1C | 36 |
| Octal | 252 | 147 | 220 | 0 | 47 | 17 | 41 | 503 | 34 | 66 |
| Binary | 10101010 | 1100111 | 10010000 | 0 | 100111 | 1111 | 100001 | 101000011 | 11100 | 110110 |
Color Harmonies of #AA6790
Complementary color
Monochromatic Colors of #AA6790
Black with #AA6790
Text Example
Text Example
White with #AA6790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6790; }
p { color: rgb(170,103,144); }
H1.HeaderClassName
{
color: #AA6790;
}
.AnyTagClassName
{
color: #AA6790;
}
</style>
background-color css
<style>
a { background-color: #AA6790; }
a { background-color: rgb(170,103,144); }
div.DivClassName
{
background-color: #AA6790;
}
.BgClassName
{
background-color: #AA6790;
}
</style>
border-color css
<style>
span { border-color: #AA6790; }
span { border-color: rgb(170,103,144); }
td.TdClassName
{
border-color: #AA6790;
}
.TagClassName
{
border-color: #AA6790;
}
</style>