Shades of Mountbatten Pink #A2838F
Tints of Mountbatten Pink #A2838F
RGB
CMYK
RGB Variations
Color information
#A2838F (or 0xA2838F) is known color: Mountbatten Pink. HEX triplet: A2, 83 and 8F. RGB value is (162,131,143). Sum of RGB (Red+Green+Blue) = 162+131+143=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A2838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2838F is #5D7C70. Grayscale: #8D8D8D. Windows color (decimal): -6126705 or 9405346. OLE color: 9405346.
HSL color Cylindrical-coordinate representation of color #A2838F: hue angle of 336.77º 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 #A2838F is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 131 | 143 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.36 |
| HSL | 336.77º | 0.14% | 0.57% | - |
| HSV(B) | 336.77º | 0.19% | 0.64% | - |
| XYZ | 27.97 | 25.9 | 29.51 | - |
| YUV | 141.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 143 | 0 | 0.19 | 0.12 | 0.36 | 336.77 | 0.14 | 0.57 |
| Hex | A2 | 83 | 8F | 0 | 13 | C | 24 | 151 | E | 39 |
| Octal | 242 | 203 | 217 | 0 | 23 | 14 | 44 | 521 | 16 | 71 |
| Binary | 10100010 | 10000011 | 10001111 | 0 | 10011 | 1100 | 100100 | 101010001 | 1110 | 111001 |
Color Harmonies of #A2838F
Complementary color
Monochromatic Colors of #A2838F
Black with #A2838F
Text Example
Text Example
White with #A2838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2838F; }
p { color: rgb(162,131,143); }
H1.HeaderClassName
{
color: #A2838F;
}
.AnyTagClassName
{
color: #A2838F;
}
</style>
background-color css
<style>
a { background-color: #A2838F; }
a { background-color: rgb(162,131,143); }
div.DivClassName
{
background-color: #A2838F;
}
.BgClassName
{
background-color: #A2838F;
}
</style>
border-color css
<style>
span { border-color: #A2838F; }
span { border-color: rgb(162,131,143); }
td.TdClassName
{
border-color: #A2838F;
}
.TagClassName
{
border-color: #A2838F;
}
</style>