Shades of Mountbatten Pink #A76591
Tints of Mountbatten Pink #A76591
RGB
CMYK
RGB Variations
Color information
#A76591 (or 0xA76591) is known color: Mountbatten Pink. HEX triplet: A7, 65 and 91. RGB value is (167,101,145). Sum of RGB (Red+Green+Blue) = 167+101+145=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A76591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76591 is #589A6E. Grayscale: #7D7D7D. Windows color (decimal): -5806703 or 9528743. OLE color: 9528743.
HSL color Cylindrical-coordinate representation of color #A76591: hue angle of 320º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A76591 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 101 | 145 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.35 |
| HSL | 320º | 0.27% | 0.53% | - |
| HSV(B) | 320º | 0.4% | 0.65% | - |
| XYZ | 25.7 | 19.57 | 29.21 | - |
| YUV | 125.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 145 | 0 | 0.40 | 0.13 | 0.35 | 320 | 0.27 | 0.53 |
| Hex | A7 | 65 | 91 | 0 | 28 | D | 23 | 140 | 1B | 35 |
| Octal | 247 | 145 | 221 | 0 | 50 | 15 | 43 | 500 | 33 | 65 |
| Binary | 10100111 | 1100101 | 10010001 | 0 | 101000 | 1101 | 100011 | 101000000 | 11011 | 110101 |
Color Harmonies of #A76591
Complementary color
Monochromatic Colors of #A76591
Black with #A76591
Text Example
Text Example
White with #A76591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76591; }
p { color: rgb(167,101,145); }
H1.HeaderClassName
{
color: #A76591;
}
.AnyTagClassName
{
color: #A76591;
}
</style>
background-color css
<style>
a { background-color: #A76591; }
a { background-color: rgb(167,101,145); }
div.DivClassName
{
background-color: #A76591;
}
.BgClassName
{
background-color: #A76591;
}
</style>
border-color css
<style>
span { border-color: #A76591; }
span { border-color: rgb(167,101,145); }
td.TdClassName
{
border-color: #A76591;
}
.TagClassName
{
border-color: #A76591;
}
</style>