Shades of Mountbatten Pink #A4778D
Tints of Mountbatten Pink #A4778D
RGB
CMYK
RGB Variations
Color information
#A4778D (or 0xA4778D) is known color: Mountbatten Pink. HEX triplet: A4, 77 and 8D. RGB value is (164,119,141). Sum of RGB (Red+Green+Blue) = 164+119+141=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A4778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4778D is #5B8872. Grayscale: #868686. Windows color (decimal): -5998707 or 9271204. OLE color: 9271204.
HSL color Cylindrical-coordinate representation of color #A4778D: hue angle of 330.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4778D is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 119 | 141 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.36 |
| HSL | 330.67º | 0.2% | 0.55% | - |
| HSV(B) | 330.67º | 0.27% | 0.64% | - |
| XYZ | 26.71 | 23.01 | 28.23 | - |
| YUV | 134.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 141 | 0 | 0.27 | 0.14 | 0.36 | 330.67 | 0.2 | 0.55 |
| Hex | A4 | 77 | 8D | 0 | 1B | E | 24 | 14B | 14 | 37 |
| Octal | 244 | 167 | 215 | 0 | 33 | 16 | 44 | 513 | 24 | 67 |
| Binary | 10100100 | 1110111 | 10001101 | 0 | 11011 | 1110 | 100100 | 101001011 | 10100 | 110111 |
Color Harmonies of #A4778D
Complementary color
Monochromatic Colors of #A4778D
Black with #A4778D
Text Example
Text Example
White with #A4778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4778D; }
p { color: rgb(164,119,141); }
H1.HeaderClassName
{
color: #A4778D;
}
.AnyTagClassName
{
color: #A4778D;
}
</style>
background-color css
<style>
a { background-color: #A4778D; }
a { background-color: rgb(164,119,141); }
div.DivClassName
{
background-color: #A4778D;
}
.BgClassName
{
background-color: #A4778D;
}
</style>
border-color css
<style>
span { border-color: #A4778D; }
span { border-color: rgb(164,119,141); }
td.TdClassName
{
border-color: #A4778D;
}
.TagClassName
{
border-color: #A4778D;
}
</style>