Shades of Mountbatten Pink #A46E8D
Tints of Mountbatten Pink #A46E8D
RGB
CMYK
RGB Variations
Color information
#A46E8D (or 0xA46E8D) is known color: Mountbatten Pink. HEX triplet: A4, 6E and 8D. RGB value is (164,110,141). Sum of RGB (Red+Green+Blue) = 164+110+141=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46E8D is #5B9172. Grayscale: #818181. Windows color (decimal): -6001011 or 9268900. OLE color: 9268900.
HSL color Cylindrical-coordinate representation of color #A46E8D: hue angle of 325.56º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A46E8D is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 110 | 141 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.36 |
| HSL | 325.56º | 0.23% | 0.54% | - |
| HSV(B) | 325.56º | 0.33% | 0.64% | - |
| XYZ | 25.69 | 20.97 | 27.89 | - |
| YUV | 129.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 141 | 0 | 0.33 | 0.14 | 0.36 | 325.56 | 0.23 | 0.54 |
| Hex | A4 | 6E | 8D | 0 | 21 | E | 24 | 146 | 17 | 36 |
| Octal | 244 | 156 | 215 | 0 | 41 | 16 | 44 | 506 | 27 | 66 |
| Binary | 10100100 | 1101110 | 10001101 | 0 | 100001 | 1110 | 100100 | 101000110 | 10111 | 110110 |
Color Harmonies of #A46E8D
Complementary color
Monochromatic Colors of #A46E8D
Black with #A46E8D
Text Example
Text Example
White with #A46E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46E8D; }
p { color: rgb(164,110,141); }
H1.HeaderClassName
{
color: #A46E8D;
}
.AnyTagClassName
{
color: #A46E8D;
}
</style>
background-color css
<style>
a { background-color: #A46E8D; }
a { background-color: rgb(164,110,141); }
div.DivClassName
{
background-color: #A46E8D;
}
.BgClassName
{
background-color: #A46E8D;
}
</style>
border-color css
<style>
span { border-color: #A46E8D; }
span { border-color: rgb(164,110,141); }
td.TdClassName
{
border-color: #A46E8D;
}
.TagClassName
{
border-color: #A46E8D;
}
</style>