Shades of Mountbatten Pink #A2708D
Tints of Mountbatten Pink #A2708D
RGB
CMYK
RGB Variations
Color information
#A2708D (or 0xA2708D) is known color: Mountbatten Pink. HEX triplet: A2, 70 and 8D. RGB value is (162,112,141). Sum of RGB (Red+Green+Blue) = 162+112+141=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A2708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2708D is #5D8F72. Grayscale: #828282. Windows color (decimal): -6131571 or 9269410. OLE color: 9269410.
HSL color Cylindrical-coordinate representation of color #A2708D: hue angle of 325.2º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2708D is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 112 | 141 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.36 |
| HSL | 325.2º | 0.21% | 0.54% | - |
| HSV(B) | 325.2º | 0.31% | 0.64% | - |
| XYZ | 25.5 | 21.19 | 27.95 | - |
| YUV | 130.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 141 | 0 | 0.31 | 0.13 | 0.36 | 325.2 | 0.21 | 0.54 |
| Hex | A2 | 70 | 8D | 0 | 1F | D | 24 | 145 | 15 | 36 |
| Octal | 242 | 160 | 215 | 0 | 37 | 15 | 44 | 505 | 25 | 66 |
| Binary | 10100010 | 1110000 | 10001101 | 0 | 11111 | 1101 | 100100 | 101000101 | 10101 | 110110 |
Color Harmonies of #A2708D
Complementary color
Monochromatic Colors of #A2708D
Black with #A2708D
Text Example
Text Example
White with #A2708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2708D; }
p { color: rgb(162,112,141); }
H1.HeaderClassName
{
color: #A2708D;
}
.AnyTagClassName
{
color: #A2708D;
}
</style>
background-color css
<style>
a { background-color: #A2708D; }
a { background-color: rgb(162,112,141); }
div.DivClassName
{
background-color: #A2708D;
}
.BgClassName
{
background-color: #A2708D;
}
</style>
border-color css
<style>
span { border-color: #A2708D; }
span { border-color: rgb(162,112,141); }
td.TdClassName
{
border-color: #A2708D;
}
.TagClassName
{
border-color: #A2708D;
}
</style>