Shades of Mountbatten Pink #A46E8A
Tints of Mountbatten Pink #A46E8A
RGB
CMYK
RGB Variations
Color information
#A46E8A (or 0xA46E8A) is known color: Mountbatten Pink. HEX triplet: A4, 6E and 8A. RGB value is (164,110,138). Sum of RGB (Red+Green+Blue) = 164+110+138=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46E8A is #5B9175. Grayscale: #818181. Windows color (decimal): -6001014 or 9072292. OLE color: 9072292.
HSL color Cylindrical-coordinate representation of color #A46E8A: hue angle of 328.89º 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 #A46E8A is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 110 | 138 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.36 |
| HSL | 328.89º | 0.23% | 0.54% | - |
| HSV(B) | 328.89º | 0.33% | 0.64% | - |
| XYZ | 25.47 | 20.88 | 26.73 | - |
| YUV | 129.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 138 | 0 | 0.33 | 0.16 | 0.36 | 328.89 | 0.23 | 0.54 |
| Hex | A4 | 6E | 8A | 0 | 21 | 10 | 24 | 149 | 17 | 36 |
| Octal | 244 | 156 | 212 | 0 | 41 | 20 | 44 | 511 | 27 | 66 |
| Binary | 10100100 | 1101110 | 10001010 | 0 | 100001 | 10000 | 100100 | 101001001 | 10111 | 110110 |
Color Harmonies of #A46E8A
Complementary color
Monochromatic Colors of #A46E8A
Black with #A46E8A
Text Example
Text Example
White with #A46E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46E8A; }
p { color: rgb(164,110,138); }
H1.HeaderClassName
{
color: #A46E8A;
}
.AnyTagClassName
{
color: #A46E8A;
}
</style>
background-color css
<style>
a { background-color: #A46E8A; }
a { background-color: rgb(164,110,138); }
div.DivClassName
{
background-color: #A46E8A;
}
.BgClassName
{
background-color: #A46E8A;
}
</style>
border-color css
<style>
span { border-color: #A46E8A; }
span { border-color: rgb(164,110,138); }
td.TdClassName
{
border-color: #A46E8A;
}
.TagClassName
{
border-color: #A46E8A;
}
</style>