Shades of Mountbatten Pink #A9708E
Tints of Mountbatten Pink #A9708E
RGB
CMYK
RGB Variations
Color information
#A9708E (or 0xA9708E) is known color: Mountbatten Pink. HEX triplet: A9, 70 and 8E. RGB value is (169,112,142). Sum of RGB (Red+Green+Blue) = 169+112+142=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A9708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9708E is #568F71. Grayscale: #848484. Windows color (decimal): -5672818 or 9334953. OLE color: 9334953.
HSL color Cylindrical-coordinate representation of color #A9708E: hue angle of 328.42º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9708E is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 112 | 142 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.34 |
| HSL | 328.42º | 0.25% | 0.55% | - |
| HSV(B) | 328.42º | 0.34% | 0.66% | - |
| XYZ | 27.04 | 21.98 | 28.41 | - |
| YUV | 132.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 142 | 0 | 0.34 | 0.16 | 0.34 | 328.42 | 0.25 | 0.55 |
| Hex | A9 | 70 | 8E | 0 | 22 | 10 | 22 | 148 | 19 | 37 |
| Octal | 251 | 160 | 216 | 0 | 42 | 20 | 42 | 510 | 31 | 67 |
| Binary | 10101001 | 1110000 | 10001110 | 0 | 100010 | 10000 | 100010 | 101001000 | 11001 | 110111 |
Color Harmonies of #A9708E
Complementary color
Monochromatic Colors of #A9708E
Black with #A9708E
Text Example
Text Example
White with #A9708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9708E; }
p { color: rgb(169,112,142); }
H1.HeaderClassName
{
color: #A9708E;
}
.AnyTagClassName
{
color: #A9708E;
}
</style>
background-color css
<style>
a { background-color: #A9708E; }
a { background-color: rgb(169,112,142); }
div.DivClassName
{
background-color: #A9708E;
}
.BgClassName
{
background-color: #A9708E;
}
</style>
border-color css
<style>
span { border-color: #A9708E; }
span { border-color: rgb(169,112,142); }
td.TdClassName
{
border-color: #A9708E;
}
.TagClassName
{
border-color: #A9708E;
}
</style>