Shades of Mountbatten Pink #A9758E
Tints of Mountbatten Pink #A9758E
RGB
CMYK
RGB Variations
Color information
#A9758E (or 0xA9758E) is known color: Mountbatten Pink. HEX triplet: A9, 75 and 8E. RGB value is (169,117,142). Sum of RGB (Red+Green+Blue) = 169+117+142=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 169 - color contains mainly: red. Hex color #A9758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9758E is #568A71. Grayscale: #878787. Windows color (decimal): -5671538 or 9336233. OLE color: 9336233.
HSL color Cylindrical-coordinate representation of color #A9758E: hue angle of 331.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9758E is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 117 | 142 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.34 |
| HSL | 331.15º | 0.23% | 0.56% | - |
| HSV(B) | 331.15º | 0.31% | 0.66% | - |
| XYZ | 27.61 | 23.11 | 28.6 | - |
| YUV | 135.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 142 | 0 | 0.31 | 0.16 | 0.34 | 331.15 | 0.23 | 0.56 |
| Hex | A9 | 75 | 8E | 0 | 1F | 10 | 22 | 14B | 17 | 38 |
| Octal | 251 | 165 | 216 | 0 | 37 | 20 | 42 | 513 | 27 | 70 |
| Binary | 10101001 | 1110101 | 10001110 | 0 | 11111 | 10000 | 100010 | 101001011 | 10111 | 111000 |
Color Harmonies of #A9758E
Complementary color
Monochromatic Colors of #A9758E
Black with #A9758E
Text Example
Text Example
White with #A9758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9758E; }
p { color: rgb(169,117,142); }
H1.HeaderClassName
{
color: #A9758E;
}
.AnyTagClassName
{
color: #A9758E;
}
</style>
background-color css
<style>
a { background-color: #A9758E; }
a { background-color: rgb(169,117,142); }
div.DivClassName
{
background-color: #A9758E;
}
.BgClassName
{
background-color: #A9758E;
}
</style>
border-color css
<style>
span { border-color: #A9758E; }
span { border-color: rgb(169,117,142); }
td.TdClassName
{
border-color: #A9758E;
}
.TagClassName
{
border-color: #A9758E;
}
</style>