Shades of Mountbatten Pink #A3778D
Tints of Mountbatten Pink #A3778D
RGB
CMYK
RGB Variations
Color information
#A3778D (or 0xA3778D) is known color: Mountbatten Pink. HEX triplet: A3, 77 and 8D. RGB value is (163,119,141). Sum of RGB (Red+Green+Blue) = 163+119+141=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A3778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3778D is #5C8872. Grayscale: #868686. Windows color (decimal): -6064243 or 9271203. OLE color: 9271203.
HSL color Cylindrical-coordinate representation of color #A3778D: hue angle of 330º 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 #A3778D is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 119 | 141 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.36 |
| HSL | 330º | 0.19% | 0.55% | - |
| HSV(B) | 330º | 0.27% | 0.64% | - |
| XYZ | 26.51 | 22.9 | 28.22 | - |
| YUV | 134.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 141 | 0 | 0.27 | 0.13 | 0.36 | 330 | 0.19 | 0.55 |
| Hex | A3 | 77 | 8D | 0 | 1B | D | 24 | 14A | 13 | 37 |
| Octal | 243 | 167 | 215 | 0 | 33 | 15 | 44 | 512 | 23 | 67 |
| Binary | 10100011 | 1110111 | 10001101 | 0 | 11011 | 1101 | 100100 | 101001010 | 10011 | 110111 |
Color Harmonies of #A3778D
Complementary color
Monochromatic Colors of #A3778D
Black with #A3778D
Text Example
Text Example
White with #A3778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3778D; }
p { color: rgb(163,119,141); }
H1.HeaderClassName
{
color: #A3778D;
}
.AnyTagClassName
{
color: #A3778D;
}
</style>
background-color css
<style>
a { background-color: #A3778D; }
a { background-color: rgb(163,119,141); }
div.DivClassName
{
background-color: #A3778D;
}
.BgClassName
{
background-color: #A3778D;
}
</style>
border-color css
<style>
span { border-color: #A3778D; }
span { border-color: rgb(163,119,141); }
td.TdClassName
{
border-color: #A3778D;
}
.TagClassName
{
border-color: #A3778D;
}
</style>