Shades of Mountbatten Pink #A0708A
Tints of Mountbatten Pink #A0708A
RGB
CMYK
RGB Variations
Color information
#A0708A (or 0xA0708A) is known color: Mountbatten Pink. HEX triplet: A0, 70 and 8A. RGB value is (160,112,138). Sum of RGB (Red+Green+Blue) = 160+112+138=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A0708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0708A is #5F8F75. Grayscale: #818181. Windows color (decimal): -6262646 or 9072800. OLE color: 9072800.
HSL color Cylindrical-coordinate representation of color #A0708A: hue angle of 327.5º 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 #A0708A is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 138 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.37 |
| HSL | 327.5º | 0.2% | 0.53% | - |
| HSV(B) | 327.5º | 0.3% | 0.63% | - |
| XYZ | 24.88 | 20.9 | 26.77 | - |
| YUV | 129.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 138 | 0 | 0.30 | 0.14 | 0.37 | 327.5 | 0.2 | 0.53 |
| Hex | A0 | 70 | 8A | 0 | 1E | E | 25 | 148 | 14 | 35 |
| Octal | 240 | 160 | 212 | 0 | 36 | 16 | 45 | 510 | 24 | 65 |
| Binary | 10100000 | 1110000 | 10001010 | 0 | 11110 | 1110 | 100101 | 101001000 | 10100 | 110101 |
Color Harmonies of #A0708A
Complementary color
Monochromatic Colors of #A0708A
Black with #A0708A
Text Example
Text Example
White with #A0708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0708A; }
p { color: rgb(160,112,138); }
H1.HeaderClassName
{
color: #A0708A;
}
.AnyTagClassName
{
color: #A0708A;
}
</style>
background-color css
<style>
a { background-color: #A0708A; }
a { background-color: rgb(160,112,138); }
div.DivClassName
{
background-color: #A0708A;
}
.BgClassName
{
background-color: #A0708A;
}
</style>
border-color css
<style>
span { border-color: #A0708A; }
span { border-color: rgb(160,112,138); }
td.TdClassName
{
border-color: #A0708A;
}
.TagClassName
{
border-color: #A0708A;
}
</style>