Shades of Mountbatten Pink #A2728E
Tints of Mountbatten Pink #A2728E
RGB
CMYK
RGB Variations
Color information
#A2728E (or 0xA2728E) is known color: Mountbatten Pink. HEX triplet: A2, 72 and 8E. RGB value is (162,114,142). Sum of RGB (Red+Green+Blue) = 162+114+142=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A2728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2728E is #5D8D71. Grayscale: #838383. Windows color (decimal): -6131058 or 9335458. OLE color: 9335458.
HSL color Cylindrical-coordinate representation of color #A2728E: hue angle of 325º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2728E is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 114 | 142 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.36 |
| HSL | 325º | 0.21% | 0.54% | - |
| HSV(B) | 325º | 0.3% | 0.64% | - |
| XYZ | 25.8 | 21.67 | 28.41 | - |
| YUV | 131.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 142 | 0 | 0.30 | 0.12 | 0.36 | 325 | 0.21 | 0.54 |
| Hex | A2 | 72 | 8E | 0 | 1E | C | 24 | 145 | 15 | 36 |
| Octal | 242 | 162 | 216 | 0 | 36 | 14 | 44 | 505 | 25 | 66 |
| Binary | 10100010 | 1110010 | 10001110 | 0 | 11110 | 1100 | 100100 | 101000101 | 10101 | 110110 |
Color Harmonies of #A2728E
Complementary color
Monochromatic Colors of #A2728E
Black with #A2728E
Text Example
Text Example
White with #A2728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2728E; }
p { color: rgb(162,114,142); }
H1.HeaderClassName
{
color: #A2728E;
}
.AnyTagClassName
{
color: #A2728E;
}
</style>
background-color css
<style>
a { background-color: #A2728E; }
a { background-color: rgb(162,114,142); }
div.DivClassName
{
background-color: #A2728E;
}
.BgClassName
{
background-color: #A2728E;
}
</style>
border-color css
<style>
span { border-color: #A2728E; }
span { border-color: rgb(162,114,142); }
td.TdClassName
{
border-color: #A2728E;
}
.TagClassName
{
border-color: #A2728E;
}
</style>