Shades of Mountbatten Pink #A2778B
Tints of Mountbatten Pink #A2778B
RGB
CMYK
RGB Variations
Color information
#A2778B (or 0xA2778B) is known color: Mountbatten Pink. HEX triplet: A2, 77 and 8B. RGB value is (162,119,139). Sum of RGB (Red+Green+Blue) = 162+119+139=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A2778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2778B is #5D8874. Grayscale: #868686. Windows color (decimal): -6129781 or 9140130. OLE color: 9140130.
HSL color Cylindrical-coordinate representation of color #A2778B: hue angle of 332.09º degrees, saturation: 0.19, 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 #A2778B is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 119 | 139 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.36 |
| HSL | 332.09º | 0.19% | 0.55% | - |
| HSV(B) | 332.09º | 0.27% | 0.64% | - |
| XYZ | 26.16 | 22.74 | 27.44 | - |
| YUV | 134.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 139 | 0 | 0.27 | 0.14 | 0.36 | 332.09 | 0.19 | 0.55 |
| Hex | A2 | 77 | 8B | 0 | 1B | E | 24 | 14C | 13 | 37 |
| Octal | 242 | 167 | 213 | 0 | 33 | 16 | 44 | 514 | 23 | 67 |
| Binary | 10100010 | 1110111 | 10001011 | 0 | 11011 | 1110 | 100100 | 101001100 | 10011 | 110111 |
Color Harmonies of #A2778B
Complementary color
Monochromatic Colors of #A2778B
Black with #A2778B
Text Example
Text Example
White with #A2778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2778B; }
p { color: rgb(162,119,139); }
H1.HeaderClassName
{
color: #A2778B;
}
.AnyTagClassName
{
color: #A2778B;
}
</style>
background-color css
<style>
a { background-color: #A2778B; }
a { background-color: rgb(162,119,139); }
div.DivClassName
{
background-color: #A2778B;
}
.BgClassName
{
background-color: #A2778B;
}
</style>
border-color css
<style>
span { border-color: #A2778B; }
span { border-color: rgb(162,119,139); }
td.TdClassName
{
border-color: #A2778B;
}
.TagClassName
{
border-color: #A2778B;
}
</style>