Shades of Mountbatten Pink #A8708F
Tints of Mountbatten Pink #A8708F
RGB
CMYK
RGB Variations
Color information
#A8708F (or 0xA8708F) is known color: Mountbatten Pink. HEX triplet: A8, 70 and 8F. RGB value is (168,112,143). Sum of RGB (Red+Green+Blue) = 168+112+143=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A8708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8708F is #578F70. Grayscale: #848484. Windows color (decimal): -5738353 or 9400488. OLE color: 9400488.
HSL color Cylindrical-coordinate representation of color #A8708F: hue angle of 326.79º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8708F is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 143 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.34 |
| HSL | 326.79º | 0.24% | 0.55% | - |
| HSV(B) | 326.79º | 0.33% | 0.66% | - |
| XYZ | 26.9 | 21.9 | 28.8 | - |
| YUV | 132.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 143 | 0 | 0.33 | 0.15 | 0.34 | 326.79 | 0.24 | 0.55 |
| Hex | A8 | 70 | 8F | 0 | 21 | F | 22 | 147 | 18 | 37 |
| Octal | 250 | 160 | 217 | 0 | 41 | 17 | 42 | 507 | 30 | 67 |
| Binary | 10101000 | 1110000 | 10001111 | 0 | 100001 | 1111 | 100010 | 101000111 | 11000 | 110111 |
Color Harmonies of #A8708F
Complementary color
Monochromatic Colors of #A8708F
Black with #A8708F
Text Example
Text Example
White with #A8708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8708F; }
p { color: rgb(168,112,143); }
H1.HeaderClassName
{
color: #A8708F;
}
.AnyTagClassName
{
color: #A8708F;
}
</style>
background-color css
<style>
a { background-color: #A8708F; }
a { background-color: rgb(168,112,143); }
div.DivClassName
{
background-color: #A8708F;
}
.BgClassName
{
background-color: #A8708F;
}
</style>
border-color css
<style>
span { border-color: #A8708F; }
span { border-color: rgb(168,112,143); }
td.TdClassName
{
border-color: #A8708F;
}
.TagClassName
{
border-color: #A8708F;
}
</style>