Shades of Mountbatten Pink #A76A8F
Tints of Mountbatten Pink #A76A8F
RGB
CMYK
RGB Variations
Color information
#A76A8F (or 0xA76A8F) is known color: Mountbatten Pink. HEX triplet: A7, 6A and 8F. RGB value is (167,106,143). Sum of RGB (Red+Green+Blue) = 167+106+143=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76A8F is #589570. Grayscale: #808080. Windows color (decimal): -5805425 or 9398951. OLE color: 9398951.
HSL color Cylindrical-coordinate representation of color #A76A8F: hue angle of 323.61º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A76A8F is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 106 | 143 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.35 |
| HSL | 323.61º | 0.26% | 0.54% | - |
| HSV(B) | 323.61º | 0.37% | 0.65% | - |
| XYZ | 26.05 | 20.51 | 28.57 | - |
| YUV | 128.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 106 | 143 | 0 | 0.37 | 0.14 | 0.35 | 323.61 | 0.26 | 0.54 |
| Hex | A7 | 6A | 8F | 0 | 25 | E | 23 | 144 | 1A | 36 |
| Octal | 247 | 152 | 217 | 0 | 45 | 16 | 43 | 504 | 32 | 66 |
| Binary | 10100111 | 1101010 | 10001111 | 0 | 100101 | 1110 | 100011 | 101000100 | 11010 | 110110 |
Color Harmonies of #A76A8F
Complementary color
Monochromatic Colors of #A76A8F
Black with #A76A8F
Text Example
Text Example
White with #A76A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76A8F; }
p { color: rgb(167,106,143); }
H1.HeaderClassName
{
color: #A76A8F;
}
.AnyTagClassName
{
color: #A76A8F;
}
</style>
background-color css
<style>
a { background-color: #A76A8F; }
a { background-color: rgb(167,106,143); }
div.DivClassName
{
background-color: #A76A8F;
}
.BgClassName
{
background-color: #A76A8F;
}
</style>
border-color css
<style>
span { border-color: #A76A8F; }
span { border-color: rgb(167,106,143); }
td.TdClassName
{
border-color: #A76A8F;
}
.TagClassName
{
border-color: #A76A8F;
}
</style>