Shades of Mountbatten Pink #A47A8B
Tints of Mountbatten Pink #A47A8B
RGB
CMYK
RGB Variations
Color information
#A47A8B (or 0xA47A8B) is known color: Mountbatten Pink. HEX triplet: A4, 7A and 8B. RGB value is (164,122,139). Sum of RGB (Red+Green+Blue) = 164+122+139=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47A8B is #5B8574. Grayscale: #888888. Windows color (decimal): -5997941 or 9140900. OLE color: 9140900.
HSL color Cylindrical-coordinate representation of color #A47A8B: hue angle of 335.71º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A47A8B is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 139 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.36 |
| HSL | 335.71º | 0.19% | 0.56% | - |
| HSV(B) | 335.71º | 0.26% | 0.64% | - |
| XYZ | 26.93 | 23.68 | 27.58 | - |
| YUV | 136.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 139 | 0 | 0.26 | 0.15 | 0.36 | 335.71 | 0.19 | 0.56 |
| Hex | A4 | 7A | 8B | 0 | 1A | F | 24 | 150 | 13 | 38 |
| Octal | 244 | 172 | 213 | 0 | 32 | 17 | 44 | 520 | 23 | 70 |
| Binary | 10100100 | 1111010 | 10001011 | 0 | 11010 | 1111 | 100100 | 101010000 | 10011 | 111000 |
Color Harmonies of #A47A8B
Complementary color
Monochromatic Colors of #A47A8B
Black with #A47A8B
Text Example
Text Example
White with #A47A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A8B; }
p { color: rgb(164,122,139); }
H1.HeaderClassName
{
color: #A47A8B;
}
.AnyTagClassName
{
color: #A47A8B;
}
</style>
background-color css
<style>
a { background-color: #A47A8B; }
a { background-color: rgb(164,122,139); }
div.DivClassName
{
background-color: #A47A8B;
}
.BgClassName
{
background-color: #A47A8B;
}
</style>
border-color css
<style>
span { border-color: #A47A8B; }
span { border-color: rgb(164,122,139); }
td.TdClassName
{
border-color: #A47A8B;
}
.TagClassName
{
border-color: #A47A8B;
}
</style>