Shades of Mountbatten Pink #A1708B
Tints of Mountbatten Pink #A1708B
RGB
CMYK
RGB Variations
Color information
#A1708B (or 0xA1708B) is known color: Mountbatten Pink. HEX triplet: A1, 70 and 8B. RGB value is (161,112,139). Sum of RGB (Red+Green+Blue) = 161+112+139=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A1708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1708B is #5E8F74. Grayscale: #818181. Windows color (decimal): -6197109 or 9138337. OLE color: 9138337.
HSL color Cylindrical-coordinate representation of color #A1708B: hue angle of 326.94º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1708B is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 139 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.37 |
| HSL | 326.94º | 0.21% | 0.54% | - |
| HSV(B) | 326.94º | 0.3% | 0.63% | - |
| XYZ | 25.15 | 21.03 | 27.16 | - |
| YUV | 129.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 139 | 0 | 0.30 | 0.14 | 0.37 | 326.94 | 0.21 | 0.54 |
| Hex | A1 | 70 | 8B | 0 | 1E | E | 25 | 147 | 15 | 36 |
| Octal | 241 | 160 | 213 | 0 | 36 | 16 | 45 | 507 | 25 | 66 |
| Binary | 10100001 | 1110000 | 10001011 | 0 | 11110 | 1110 | 100101 | 101000111 | 10101 | 110110 |
Color Harmonies of #A1708B
Complementary color
Monochromatic Colors of #A1708B
Black with #A1708B
Text Example
Text Example
White with #A1708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1708B; }
p { color: rgb(161,112,139); }
H1.HeaderClassName
{
color: #A1708B;
}
.AnyTagClassName
{
color: #A1708B;
}
</style>
background-color css
<style>
a { background-color: #A1708B; }
a { background-color: rgb(161,112,139); }
div.DivClassName
{
background-color: #A1708B;
}
.BgClassName
{
background-color: #A1708B;
}
</style>
border-color css
<style>
span { border-color: #A1708B; }
span { border-color: rgb(161,112,139); }
td.TdClassName
{
border-color: #A1708B;
}
.TagClassName
{
border-color: #A1708B;
}
</style>