Shades of Mountbatten Pink #A2758D
Tints of Mountbatten Pink #A2758D
RGB
CMYK
RGB Variations
Color information
#A2758D (or 0xA2758D) is known color: Mountbatten Pink. HEX triplet: A2, 75 and 8D. RGB value is (162,117,141). Sum of RGB (Red+Green+Blue) = 162+117+141=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A2758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2758D is #5D8A72. Grayscale: #858585. Windows color (decimal): -6130291 or 9270690. OLE color: 9270690.
HSL color Cylindrical-coordinate representation of color #A2758D: hue angle of 328º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2758D is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 141 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.36 |
| HSL | 328º | 0.19% | 0.55% | - |
| HSV(B) | 328º | 0.28% | 0.64% | - |
| XYZ | 26.07 | 22.33 | 28.13 | - |
| YUV | 133.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 141 | 0 | 0.28 | 0.13 | 0.36 | 328 | 0.19 | 0.55 |
| Hex | A2 | 75 | 8D | 0 | 1C | D | 24 | 148 | 13 | 37 |
| Octal | 242 | 165 | 215 | 0 | 34 | 15 | 44 | 510 | 23 | 67 |
| Binary | 10100010 | 1110101 | 10001101 | 0 | 11100 | 1101 | 100100 | 101001000 | 10011 | 110111 |
Color Harmonies of #A2758D
Complementary color
Monochromatic Colors of #A2758D
Black with #A2758D
Text Example
Text Example
White with #A2758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2758D; }
p { color: rgb(162,117,141); }
H1.HeaderClassName
{
color: #A2758D;
}
.AnyTagClassName
{
color: #A2758D;
}
</style>
background-color css
<style>
a { background-color: #A2758D; }
a { background-color: rgb(162,117,141); }
div.DivClassName
{
background-color: #A2758D;
}
.BgClassName
{
background-color: #A2758D;
}
</style>
border-color css
<style>
span { border-color: #A2758D; }
span { border-color: rgb(162,117,141); }
td.TdClassName
{
border-color: #A2758D;
}
.TagClassName
{
border-color: #A2758D;
}
</style>