Shades of Mountbatten Pink #A2708B
Tints of Mountbatten Pink #A2708B
RGB
CMYK
RGB Variations
Color information
#A2708B (or 0xA2708B) is known color: Mountbatten Pink. HEX triplet: A2, 70 and 8B. RGB value is (162,112,139). Sum of RGB (Red+Green+Blue) = 162+112+139=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A2708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2708B is #5D8F74. Grayscale: #818181. Windows color (decimal): -6131573 or 9138338. OLE color: 9138338.
HSL color Cylindrical-coordinate representation of color #A2708B: hue angle of 327.6º 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 #A2708B is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 112 | 139 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.36 |
| HSL | 327.6º | 0.21% | 0.54% | - |
| HSV(B) | 327.6º | 0.31% | 0.64% | - |
| XYZ | 25.35 | 21.13 | 27.17 | - |
| YUV | 130.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 139 | 0 | 0.31 | 0.14 | 0.36 | 327.6 | 0.21 | 0.54 |
| Hex | A2 | 70 | 8B | 0 | 1F | E | 24 | 148 | 15 | 36 |
| Octal | 242 | 160 | 213 | 0 | 37 | 16 | 44 | 510 | 25 | 66 |
| Binary | 10100010 | 1110000 | 10001011 | 0 | 11111 | 1110 | 100100 | 101001000 | 10101 | 110110 |
Color Harmonies of #A2708B
Complementary color
Monochromatic Colors of #A2708B
Black with #A2708B
Text Example
Text Example
White with #A2708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2708B; }
p { color: rgb(162,112,139); }
H1.HeaderClassName
{
color: #A2708B;
}
.AnyTagClassName
{
color: #A2708B;
}
</style>
background-color css
<style>
a { background-color: #A2708B; }
a { background-color: rgb(162,112,139); }
div.DivClassName
{
background-color: #A2708B;
}
.BgClassName
{
background-color: #A2708B;
}
</style>
border-color css
<style>
span { border-color: #A2708B; }
span { border-color: rgb(162,112,139); }
td.TdClassName
{
border-color: #A2708B;
}
.TagClassName
{
border-color: #A2708B;
}
</style>