Shades of Mountbatten Pink #AA728F
Tints of Mountbatten Pink #AA728F
RGB
CMYK
RGB Variations
Color information
#AA728F (or 0xAA728F) is known color: Mountbatten Pink. HEX triplet: AA, 72 and 8F. RGB value is (170,114,143). Sum of RGB (Red+Green+Blue) = 170+114+143=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA728F is #558D70. Grayscale: #858585. Windows color (decimal): -5606769 or 9401002. OLE color: 9401002.
HSL color Cylindrical-coordinate representation of color #AA728F: hue angle of 328.93º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA728F is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 143 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.33 |
| HSL | 328.93º | 0.25% | 0.56% | - |
| HSV(B) | 328.93º | 0.33% | 0.67% | - |
| XYZ | 27.55 | 22.56 | 28.89 | - |
| YUV | 134.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 143 | 0 | 0.33 | 0.16 | 0.33 | 328.93 | 0.25 | 0.56 |
| Hex | AA | 72 | 8F | 0 | 21 | 10 | 21 | 149 | 19 | 38 |
| Octal | 252 | 162 | 217 | 0 | 41 | 20 | 41 | 511 | 31 | 70 |
| Binary | 10101010 | 1110010 | 10001111 | 0 | 100001 | 10000 | 100001 | 101001001 | 11001 | 111000 |
Color Harmonies of #AA728F
Complementary color
Monochromatic Colors of #AA728F
Black with #AA728F
Text Example
Text Example
White with #AA728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA728F; }
p { color: rgb(170,114,143); }
H1.HeaderClassName
{
color: #AA728F;
}
.AnyTagClassName
{
color: #AA728F;
}
</style>
background-color css
<style>
a { background-color: #AA728F; }
a { background-color: rgb(170,114,143); }
div.DivClassName
{
background-color: #AA728F;
}
.BgClassName
{
background-color: #AA728F;
}
</style>
border-color css
<style>
span { border-color: #AA728F; }
span { border-color: rgb(170,114,143); }
td.TdClassName
{
border-color: #AA728F;
}
.TagClassName
{
border-color: #AA728F;
}
</style>