Shades of Mountbatten Pink #A26B91
Tints of Mountbatten Pink #A26B91
RGB
CMYK
RGB Variations
Color information
#A26B91 (or 0xA26B91) is known color: Mountbatten Pink. HEX triplet: A2, 6B and 91. RGB value is (162,107,145). Sum of RGB (Red+Green+Blue) = 162+107+145=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26B91 is #5D946E. Grayscale: #7F7F7F. Windows color (decimal): -6132847 or 9530274. OLE color: 9530274.
HSL color Cylindrical-coordinate representation of color #A26B91: hue angle of 318.55º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A26B91 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 107 | 145 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.36 |
| HSL | 318.55º | 0.23% | 0.53% | - |
| HSV(B) | 318.55º | 0.34% | 0.64% | - |
| XYZ | 25.27 | 20.24 | 29.36 | - |
| YUV | 127.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 145 | 0 | 0.34 | 0.10 | 0.36 | 318.55 | 0.23 | 0.53 |
| Hex | A2 | 6B | 91 | 0 | 22 | A | 24 | 13F | 17 | 35 |
| Octal | 242 | 153 | 221 | 0 | 42 | 12 | 44 | 477 | 27 | 65 |
| Binary | 10100010 | 1101011 | 10010001 | 0 | 100010 | 1010 | 100100 | 100111111 | 10111 | 110101 |
Color Harmonies of #A26B91
Complementary color
Monochromatic Colors of #A26B91
Black with #A26B91
Text Example
Text Example
White with #A26B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26B91; }
p { color: rgb(162,107,145); }
H1.HeaderClassName
{
color: #A26B91;
}
.AnyTagClassName
{
color: #A26B91;
}
</style>
background-color css
<style>
a { background-color: #A26B91; }
a { background-color: rgb(162,107,145); }
div.DivClassName
{
background-color: #A26B91;
}
.BgClassName
{
background-color: #A26B91;
}
</style>
border-color css
<style>
span { border-color: #A26B91; }
span { border-color: rgb(162,107,145); }
td.TdClassName
{
border-color: #A26B91;
}
.TagClassName
{
border-color: #A26B91;
}
</style>