Shades of Mountbatten Pink #A96B8D
Tints of Mountbatten Pink #A96B8D
RGB
CMYK
RGB Variations
Color information
#A96B8D (or 0xA96B8D) is known color: Mountbatten Pink. HEX triplet: A9, 6B and 8D. RGB value is (169,107,141). Sum of RGB (Red+Green+Blue) = 169+107+141=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96B8D is #569472. Grayscale: #818181. Windows color (decimal): -5674099 or 9268137. OLE color: 9268137.
HSL color Cylindrical-coordinate representation of color #A96B8D: hue angle of 327.1º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96B8D is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 107 | 141 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.34 |
| HSL | 327.1º | 0.26% | 0.54% | - |
| HSV(B) | 327.1º | 0.37% | 0.66% | - |
| XYZ | 26.43 | 20.87 | 27.84 | - |
| YUV | 129.41 | 134.54 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 107 | 141 | 0 | 0.37 | 0.17 | 0.34 | 327.1 | 0.26 | 0.54 |
| Hex | A9 | 6B | 8D | 0 | 25 | 11 | 22 | 147 | 1A | 36 |
| Octal | 251 | 153 | 215 | 0 | 45 | 21 | 42 | 507 | 32 | 66 |
| Binary | 10101001 | 1101011 | 10001101 | 0 | 100101 | 10001 | 100010 | 101000111 | 11010 | 110110 |
Color Harmonies of #A96B8D
Complementary color
Monochromatic Colors of #A96B8D
Black with #A96B8D
Text Example
Text Example
White with #A96B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96B8D; }
p { color: rgb(169,107,141); }
H1.HeaderClassName
{
color: #A96B8D;
}
.AnyTagClassName
{
color: #A96B8D;
}
</style>
background-color css
<style>
a { background-color: #A96B8D; }
a { background-color: rgb(169,107,141); }
div.DivClassName
{
background-color: #A96B8D;
}
.BgClassName
{
background-color: #A96B8D;
}
</style>
border-color css
<style>
span { border-color: #A96B8D; }
span { border-color: rgb(169,107,141); }
td.TdClassName
{
border-color: #A96B8D;
}
.TagClassName
{
border-color: #A96B8D;
}
</style>