Shades of Mountbatten Pink #A47A8C
Tints of Mountbatten Pink #A47A8C
RGB
CMYK
RGB Variations
Color information
#A47A8C (or 0xA47A8C) is known color: Mountbatten Pink. HEX triplet: A4, 7A and 8C. RGB value is (164,122,140). Sum of RGB (Red+Green+Blue) = 164+122+140=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47A8C is #5B8573. Grayscale: #888888. Windows color (decimal): -5997940 or 9206436. OLE color: 9206436.
HSL color Cylindrical-coordinate representation of color #A47A8C: hue angle of 334.29º 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 #A47A8C is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 140 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.36 |
| HSL | 334.29º | 0.19% | 0.56% | - |
| HSV(B) | 334.29º | 0.26% | 0.64% | - |
| XYZ | 27 | 23.71 | 27.96 | - |
| YUV | 136.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 140 | 0 | 0.26 | 0.15 | 0.36 | 334.29 | 0.19 | 0.56 |
| Hex | A4 | 7A | 8C | 0 | 1A | F | 24 | 14E | 13 | 38 |
| Octal | 244 | 172 | 214 | 0 | 32 | 17 | 44 | 516 | 23 | 70 |
| Binary | 10100100 | 1111010 | 10001100 | 0 | 11010 | 1111 | 100100 | 101001110 | 10011 | 111000 |
Color Harmonies of #A47A8C
Complementary color
Monochromatic Colors of #A47A8C
Black with #A47A8C
Text Example
Text Example
White with #A47A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A8C; }
p { color: rgb(164,122,140); }
H1.HeaderClassName
{
color: #A47A8C;
}
.AnyTagClassName
{
color: #A47A8C;
}
</style>
background-color css
<style>
a { background-color: #A47A8C; }
a { background-color: rgb(164,122,140); }
div.DivClassName
{
background-color: #A47A8C;
}
.BgClassName
{
background-color: #A47A8C;
}
</style>
border-color css
<style>
span { border-color: #A47A8C; }
span { border-color: rgb(164,122,140); }
td.TdClassName
{
border-color: #A47A8C;
}
.TagClassName
{
border-color: #A47A8C;
}
</style>