Shades of Mountbatten Pink #A7688F
Tints of Mountbatten Pink #A7688F
RGB
CMYK
RGB Variations
Color information
#A7688F (or 0xA7688F) is known color: Mountbatten Pink. HEX triplet: A7, 68 and 8F. RGB value is (167,104,143). Sum of RGB (Red+Green+Blue) = 167+104+143=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A7688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7688F is #589770. Grayscale: #7F7F7F. Windows color (decimal): -5805937 or 9398439. OLE color: 9398439.
HSL color Cylindrical-coordinate representation of color #A7688F: hue angle of 322.86º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7688F is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 104 | 143 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.35 |
| HSL | 322.86º | 0.26% | 0.53% | - |
| HSV(B) | 322.86º | 0.38% | 0.65% | - |
| XYZ | 25.84 | 20.1 | 28.5 | - |
| YUV | 127.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 143 | 0 | 0.38 | 0.14 | 0.35 | 322.86 | 0.26 | 0.53 |
| Hex | A7 | 68 | 8F | 0 | 26 | E | 23 | 143 | 1A | 35 |
| Octal | 247 | 150 | 217 | 0 | 46 | 16 | 43 | 503 | 32 | 65 |
| Binary | 10100111 | 1101000 | 10001111 | 0 | 100110 | 1110 | 100011 | 101000011 | 11010 | 110101 |
Color Harmonies of #A7688F
Complementary color
Monochromatic Colors of #A7688F
Black with #A7688F
Text Example
Text Example
White with #A7688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7688F; }
p { color: rgb(167,104,143); }
H1.HeaderClassName
{
color: #A7688F;
}
.AnyTagClassName
{
color: #A7688F;
}
</style>
background-color css
<style>
a { background-color: #A7688F; }
a { background-color: rgb(167,104,143); }
div.DivClassName
{
background-color: #A7688F;
}
.BgClassName
{
background-color: #A7688F;
}
</style>
border-color css
<style>
span { border-color: #A7688F; }
span { border-color: rgb(167,104,143); }
td.TdClassName
{
border-color: #A7688F;
}
.TagClassName
{
border-color: #A7688F;
}
</style>