Shades of Mountbatten Pink #A7758F
Tints of Mountbatten Pink #A7758F
RGB
CMYK
RGB Variations
Color information
#A7758F (or 0xA7758F) is known color: Mountbatten Pink. HEX triplet: A7, 75 and 8F. RGB value is (167,117,143). Sum of RGB (Red+Green+Blue) = 167+117+143=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 167 - color contains mainly: red. Hex color #A7758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7758F is #588A70. Grayscale: #868686. Windows color (decimal): -5802609 or 9401767. OLE color: 9401767.
HSL color Cylindrical-coordinate representation of color #A7758F: hue angle of 328.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7758F is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 117 | 143 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.35 |
| HSL | 328.8º | 0.22% | 0.56% | - |
| HSV(B) | 328.8º | 0.3% | 0.65% | - |
| XYZ | 27.26 | 22.92 | 28.97 | - |
| YUV | 134.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 117 | 143 | 0 | 0.30 | 0.14 | 0.35 | 328.8 | 0.22 | 0.56 |
| Hex | A7 | 75 | 8F | 0 | 1E | E | 23 | 149 | 16 | 38 |
| Octal | 247 | 165 | 217 | 0 | 36 | 16 | 43 | 511 | 26 | 70 |
| Binary | 10100111 | 1110101 | 10001111 | 0 | 11110 | 1110 | 100011 | 101001001 | 10110 | 111000 |
Color Harmonies of #A7758F
Complementary color
Monochromatic Colors of #A7758F
Black with #A7758F
Text Example
Text Example
White with #A7758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7758F; }
p { color: rgb(167,117,143); }
H1.HeaderClassName
{
color: #A7758F;
}
.AnyTagClassName
{
color: #A7758F;
}
</style>
background-color css
<style>
a { background-color: #A7758F; }
a { background-color: rgb(167,117,143); }
div.DivClassName
{
background-color: #A7758F;
}
.BgClassName
{
background-color: #A7758F;
}
</style>
border-color css
<style>
span { border-color: #A7758F; }
span { border-color: rgb(167,117,143); }
td.TdClassName
{
border-color: #A7758F;
}
.TagClassName
{
border-color: #A7758F;
}
</style>