Shades of Mountbatten Pink #AA6D90
Tints of Mountbatten Pink #AA6D90
RGB
CMYK
RGB Variations
Color information
#AA6D90 (or 0xAA6D90) is known color: Mountbatten Pink. HEX triplet: AA, 6D and 90. RGB value is (170,109,144). Sum of RGB (Red+Green+Blue) = 170+109+144=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6D90 is #55926F. Grayscale: #838383. Windows color (decimal): -5608048 or 9465258. OLE color: 9465258.
HSL color Cylindrical-coordinate representation of color #AA6D90: hue angle of 325.57º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA6D90 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 144 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.33 |
| HSL | 325.57º | 0.26% | 0.55% | - |
| HSV(B) | 325.57º | 0.36% | 0.67% | - |
| XYZ | 27.08 | 21.5 | 29.11 | - |
| YUV | 131.23 | 135.21 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 144 | 0 | 0.36 | 0.15 | 0.33 | 325.57 | 0.26 | 0.55 |
| Hex | AA | 6D | 90 | 0 | 24 | F | 21 | 146 | 1A | 37 |
| Octal | 252 | 155 | 220 | 0 | 44 | 17 | 41 | 506 | 32 | 67 |
| Binary | 10101010 | 1101101 | 10010000 | 0 | 100100 | 1111 | 100001 | 101000110 | 11010 | 110111 |
Color Harmonies of #AA6D90
Complementary color
Monochromatic Colors of #AA6D90
Black with #AA6D90
Text Example
Text Example
White with #AA6D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D90; }
p { color: rgb(170,109,144); }
H1.HeaderClassName
{
color: #AA6D90;
}
.AnyTagClassName
{
color: #AA6D90;
}
</style>
background-color css
<style>
a { background-color: #AA6D90; }
a { background-color: rgb(170,109,144); }
div.DivClassName
{
background-color: #AA6D90;
}
.BgClassName
{
background-color: #AA6D90;
}
</style>
border-color css
<style>
span { border-color: #AA6D90; }
span { border-color: rgb(170,109,144); }
td.TdClassName
{
border-color: #AA6D90;
}
.TagClassName
{
border-color: #AA6D90;
}
</style>