Shades of Mountbatten Pink #A3778B
Tints of Mountbatten Pink #A3778B
RGB
CMYK
RGB Variations
Color information
#A3778B (or 0xA3778B) is known color: Mountbatten Pink. HEX triplet: A3, 77 and 8B. RGB value is (163,119,139). Sum of RGB (Red+Green+Blue) = 163+119+139=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 163 - color contains mainly: red. Hex color #A3778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3778B is #5C8874. Grayscale: #868686. Windows color (decimal): -6064245 or 9140131. OLE color: 9140131.
HSL color Cylindrical-coordinate representation of color #A3778B: hue angle of 332.73º 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 #A3778B is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 119 | 139 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.36 |
| HSL | 332.73º | 0.19% | 0.55% | - |
| HSV(B) | 332.73º | 0.27% | 0.64% | - |
| XYZ | 26.36 | 22.84 | 27.45 | - |
| YUV | 134.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 139 | 0 | 0.27 | 0.15 | 0.36 | 332.73 | 0.19 | 0.55 |
| Hex | A3 | 77 | 8B | 0 | 1B | F | 24 | 14D | 13 | 37 |
| Octal | 243 | 167 | 213 | 0 | 33 | 17 | 44 | 515 | 23 | 67 |
| Binary | 10100011 | 1110111 | 10001011 | 0 | 11011 | 1111 | 100100 | 101001101 | 10011 | 110111 |
Color Harmonies of #A3778B
Complementary color
Monochromatic Colors of #A3778B
Black with #A3778B
Text Example
Text Example
White with #A3778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3778B; }
p { color: rgb(163,119,139); }
H1.HeaderClassName
{
color: #A3778B;
}
.AnyTagClassName
{
color: #A3778B;
}
</style>
background-color css
<style>
a { background-color: #A3778B; }
a { background-color: rgb(163,119,139); }
div.DivClassName
{
background-color: #A3778B;
}
.BgClassName
{
background-color: #A3778B;
}
</style>
border-color css
<style>
span { border-color: #A3778B; }
span { border-color: rgb(163,119,139); }
td.TdClassName
{
border-color: #A3778B;
}
.TagClassName
{
border-color: #A3778B;
}
</style>