Shades of Mountbatten Pink #A2738E
Tints of Mountbatten Pink #A2738E
RGB
CMYK
RGB Variations
Color information
#A2738E (or 0xA2738E) is known color: Mountbatten Pink. HEX triplet: A2, 73 and 8E. RGB value is (162,115,142). Sum of RGB (Red+Green+Blue) = 162+115+142=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A2738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2738E is #5D8C71. Grayscale: #848484. Windows color (decimal): -6130802 or 9335714. OLE color: 9335714.
HSL color Cylindrical-coordinate representation of color #A2738E: hue angle of 325.53º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2738E is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 115 | 142 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.36 |
| HSL | 325.53º | 0.2% | 0.54% | - |
| HSV(B) | 325.53º | 0.29% | 0.64% | - |
| XYZ | 25.91 | 21.9 | 28.45 | - |
| YUV | 132.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 142 | 0 | 0.29 | 0.12 | 0.36 | 325.53 | 0.2 | 0.54 |
| Hex | A2 | 73 | 8E | 0 | 1D | C | 24 | 146 | 14 | 36 |
| Octal | 242 | 163 | 216 | 0 | 35 | 14 | 44 | 506 | 24 | 66 |
| Binary | 10100010 | 1110011 | 10001110 | 0 | 11101 | 1100 | 100100 | 101000110 | 10100 | 110110 |
Color Harmonies of #A2738E
Complementary color
Monochromatic Colors of #A2738E
Black with #A2738E
Text Example
Text Example
White with #A2738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2738E; }
p { color: rgb(162,115,142); }
H1.HeaderClassName
{
color: #A2738E;
}
.AnyTagClassName
{
color: #A2738E;
}
</style>
background-color css
<style>
a { background-color: #A2738E; }
a { background-color: rgb(162,115,142); }
div.DivClassName
{
background-color: #A2738E;
}
.BgClassName
{
background-color: #A2738E;
}
</style>
border-color css
<style>
span { border-color: #A2738E; }
span { border-color: rgb(162,115,142); }
td.TdClassName
{
border-color: #A2738E;
}
.TagClassName
{
border-color: #A2738E;
}
</style>