Shades of Mountbatten Pink #A96E8D
Tints of Mountbatten Pink #A96E8D
RGB
CMYK
RGB Variations
Color information
#A96E8D (or 0xA96E8D) is known color: Mountbatten Pink. HEX triplet: A9, 6E and 8D. RGB value is (169,110,141). Sum of RGB (Red+Green+Blue) = 169+110+141=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96E8D is #569172. Grayscale: #838383. Windows color (decimal): -5673331 or 9268905. OLE color: 9268905.
HSL color Cylindrical-coordinate representation of color #A96E8D: hue angle of 328.47º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A96E8D is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 141 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.34 |
| HSL | 328.47º | 0.26% | 0.55% | - |
| HSV(B) | 328.47º | 0.35% | 0.66% | - |
| XYZ | 26.75 | 21.51 | 27.94 | - |
| YUV | 131.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 141 | 0 | 0.35 | 0.17 | 0.34 | 328.47 | 0.26 | 0.55 |
| Hex | A9 | 6E | 8D | 0 | 23 | 11 | 22 | 148 | 1A | 37 |
| Octal | 251 | 156 | 215 | 0 | 43 | 21 | 42 | 510 | 32 | 67 |
| Binary | 10101001 | 1101110 | 10001101 | 0 | 100011 | 10001 | 100010 | 101001000 | 11010 | 110111 |
Color Harmonies of #A96E8D
Complementary color
Monochromatic Colors of #A96E8D
Black with #A96E8D
Text Example
Text Example
White with #A96E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E8D; }
p { color: rgb(169,110,141); }
H1.HeaderClassName
{
color: #A96E8D;
}
.AnyTagClassName
{
color: #A96E8D;
}
</style>
background-color css
<style>
a { background-color: #A96E8D; }
a { background-color: rgb(169,110,141); }
div.DivClassName
{
background-color: #A96E8D;
}
.BgClassName
{
background-color: #A96E8D;
}
</style>
border-color css
<style>
span { border-color: #A96E8D; }
span { border-color: rgb(169,110,141); }
td.TdClassName
{
border-color: #A96E8D;
}
.TagClassName
{
border-color: #A96E8D;
}
</style>