Shades of Mountbatten Pink #A2758C
Tints of Mountbatten Pink #A2758C
RGB
CMYK
RGB Variations
Color information
#A2758C (or 0xA2758C) is known color: Mountbatten Pink. HEX triplet: A2, 75 and 8C. RGB value is (162,117,140). Sum of RGB (Red+Green+Blue) = 162+117+140=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A2758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2758C is #5D8A73. Grayscale: #858585. Windows color (decimal): -6130292 or 9205154. OLE color: 9205154.
HSL color Cylindrical-coordinate representation of color #A2758C: hue angle of 329.33º 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 #A2758C is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 140 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.36 |
| HSL | 329.33º | 0.19% | 0.55% | - |
| HSV(B) | 329.33º | 0.28% | 0.64% | - |
| XYZ | 26 | 22.3 | 27.74 | - |
| YUV | 133.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 140 | 0 | 0.28 | 0.14 | 0.36 | 329.33 | 0.19 | 0.55 |
| Hex | A2 | 75 | 8C | 0 | 1C | E | 24 | 149 | 13 | 37 |
| Octal | 242 | 165 | 214 | 0 | 34 | 16 | 44 | 511 | 23 | 67 |
| Binary | 10100010 | 1110101 | 10001100 | 0 | 11100 | 1110 | 100100 | 101001001 | 10011 | 110111 |
Color Harmonies of #A2758C
Complementary color
Monochromatic Colors of #A2758C
Black with #A2758C
Text Example
Text Example
White with #A2758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2758C; }
p { color: rgb(162,117,140); }
H1.HeaderClassName
{
color: #A2758C;
}
.AnyTagClassName
{
color: #A2758C;
}
</style>
background-color css
<style>
a { background-color: #A2758C; }
a { background-color: rgb(162,117,140); }
div.DivClassName
{
background-color: #A2758C;
}
.BgClassName
{
background-color: #A2758C;
}
</style>
border-color css
<style>
span { border-color: #A2758C; }
span { border-color: rgb(162,117,140); }
td.TdClassName
{
border-color: #A2758C;
}
.TagClassName
{
border-color: #A2758C;
}
</style>