Shades of Mountbatten Pink #A2838E
Tints of Mountbatten Pink #A2838E
RGB
CMYK
RGB Variations
Color information
#A2838E (or 0xA2838E) is known color: Mountbatten Pink. HEX triplet: A2, 83 and 8E. RGB value is (162,131,142). Sum of RGB (Red+Green+Blue) = 162+131+142=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A2838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2838E is #5D7C71. Grayscale: #8D8D8D. Windows color (decimal): -6126706 or 9339810. OLE color: 9339810.
HSL color Cylindrical-coordinate representation of color #A2838E: hue angle of 338.71º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2838E is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 131 | 142 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.36 |
| HSL | 338.71º | 0.14% | 0.57% | - |
| HSV(B) | 338.71º | 0.19% | 0.64% | - |
| XYZ | 27.9 | 25.87 | 29.11 | - |
| YUV | 141.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 142 | 0 | 0.19 | 0.12 | 0.36 | 338.71 | 0.14 | 0.57 |
| Hex | A2 | 83 | 8E | 0 | 13 | C | 24 | 153 | E | 39 |
| Octal | 242 | 203 | 216 | 0 | 23 | 14 | 44 | 523 | 16 | 71 |
| Binary | 10100010 | 10000011 | 10001110 | 0 | 10011 | 1100 | 100100 | 101010011 | 1110 | 111001 |
Color Harmonies of #A2838E
Complementary color
Monochromatic Colors of #A2838E
Black with #A2838E
Text Example
Text Example
White with #A2838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2838E; }
p { color: rgb(162,131,142); }
H1.HeaderClassName
{
color: #A2838E;
}
.AnyTagClassName
{
color: #A2838E;
}
</style>
background-color css
<style>
a { background-color: #A2838E; }
a { background-color: rgb(162,131,142); }
div.DivClassName
{
background-color: #A2838E;
}
.BgClassName
{
background-color: #A2838E;
}
</style>
border-color css
<style>
span { border-color: #A2838E; }
span { border-color: rgb(162,131,142); }
td.TdClassName
{
border-color: #A2838E;
}
.TagClassName
{
border-color: #A2838E;
}
</style>