Shades of Mountbatten Pink #A9688E
Tints of Mountbatten Pink #A9688E
RGB
CMYK
RGB Variations
Color information
#A9688E (or 0xA9688E) is known color: Mountbatten Pink. HEX triplet: A9, 68 and 8E. RGB value is (169,104,142). Sum of RGB (Red+Green+Blue) = 169+104+142=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A9688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9688E is #569771. Grayscale: #7F7F7F. Windows color (decimal): -5674866 or 9332905. OLE color: 9332905.
HSL color Cylindrical-coordinate representation of color #A9688E: hue angle of 324.92º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9688E is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 142 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.34 |
| HSL | 324.92º | 0.27% | 0.54% | - |
| HSV(B) | 324.92º | 0.38% | 0.66% | - |
| XYZ | 26.19 | 20.29 | 28.13 | - |
| YUV | 127.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 142 | 0 | 0.38 | 0.16 | 0.34 | 324.92 | 0.27 | 0.54 |
| Hex | A9 | 68 | 8E | 0 | 26 | 10 | 22 | 145 | 1B | 36 |
| Octal | 251 | 150 | 216 | 0 | 46 | 20 | 42 | 505 | 33 | 66 |
| Binary | 10101001 | 1101000 | 10001110 | 0 | 100110 | 10000 | 100010 | 101000101 | 11011 | 110110 |
Color Harmonies of #A9688E
Complementary color
Monochromatic Colors of #A9688E
Black with #A9688E
Text Example
Text Example
White with #A9688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9688E; }
p { color: rgb(169,104,142); }
H1.HeaderClassName
{
color: #A9688E;
}
.AnyTagClassName
{
color: #A9688E;
}
</style>
background-color css
<style>
a { background-color: #A9688E; }
a { background-color: rgb(169,104,142); }
div.DivClassName
{
background-color: #A9688E;
}
.BgClassName
{
background-color: #A9688E;
}
</style>
border-color css
<style>
span { border-color: #A9688E; }
span { border-color: rgb(169,104,142); }
td.TdClassName
{
border-color: #A9688E;
}
.TagClassName
{
border-color: #A9688E;
}
</style>