Shades of Mountbatten Pink #A0708C
Tints of Mountbatten Pink #A0708C
RGB
CMYK
RGB Variations
Color information
#A0708C (or 0xA0708C) is known color: Mountbatten Pink. HEX triplet: A0, 70 and 8C. RGB value is (160,112,140). Sum of RGB (Red+Green+Blue) = 160+112+140=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A0708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0708C is #5F8F73. Grayscale: #818181. Windows color (decimal): -6262644 or 9203872. OLE color: 9203872.
HSL color Cylindrical-coordinate representation of color #A0708C: hue angle of 325º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0708C is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 140 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.37 |
| HSL | 325º | 0.2% | 0.53% | - |
| HSV(B) | 325º | 0.3% | 0.63% | - |
| XYZ | 25.03 | 20.96 | 27.54 | - |
| YUV | 129.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 140 | 0 | 0.30 | 0.12 | 0.37 | 325 | 0.2 | 0.53 |
| Hex | A0 | 70 | 8C | 0 | 1E | C | 25 | 145 | 14 | 35 |
| Octal | 240 | 160 | 214 | 0 | 36 | 14 | 45 | 505 | 24 | 65 |
| Binary | 10100000 | 1110000 | 10001100 | 0 | 11110 | 1100 | 100101 | 101000101 | 10100 | 110101 |
Color Harmonies of #A0708C
Complementary color
Monochromatic Colors of #A0708C
Black with #A0708C
Text Example
Text Example
White with #A0708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0708C; }
p { color: rgb(160,112,140); }
H1.HeaderClassName
{
color: #A0708C;
}
.AnyTagClassName
{
color: #A0708C;
}
</style>
background-color css
<style>
a { background-color: #A0708C; }
a { background-color: rgb(160,112,140); }
div.DivClassName
{
background-color: #A0708C;
}
.BgClassName
{
background-color: #A0708C;
}
</style>
border-color css
<style>
span { border-color: #A0708C; }
span { border-color: rgb(160,112,140); }
td.TdClassName
{
border-color: #A0708C;
}
.TagClassName
{
border-color: #A0708C;
}
</style>