Shades of Mountbatten Pink #A26B8E
Tints of Mountbatten Pink #A26B8E
RGB
CMYK
RGB Variations
Color information
#A26B8E (or 0xA26B8E) is known color: Mountbatten Pink. HEX triplet: A2, 6B and 8E. RGB value is (162,107,142). Sum of RGB (Red+Green+Blue) = 162+107+142=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26B8E is #5D9471. Grayscale: #7F7F7F. Windows color (decimal): -6132850 or 9333666. OLE color: 9333666.
HSL color Cylindrical-coordinate representation of color #A26B8E: hue angle of 321.82º 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 #A26B8E is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 107 | 142 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.36 |
| HSL | 321.82º | 0.23% | 0.53% | - |
| HSV(B) | 321.82º | 0.34% | 0.64% | - |
| XYZ | 25.04 | 20.15 | 28.16 | - |
| YUV | 127.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 142 | 0 | 0.34 | 0.12 | 0.36 | 321.82 | 0.23 | 0.53 |
| Hex | A2 | 6B | 8E | 0 | 22 | C | 24 | 142 | 17 | 35 |
| Octal | 242 | 153 | 216 | 0 | 42 | 14 | 44 | 502 | 27 | 65 |
| Binary | 10100010 | 1101011 | 10001110 | 0 | 100010 | 1100 | 100100 | 101000010 | 10111 | 110101 |
Color Harmonies of #A26B8E
Complementary color
Monochromatic Colors of #A26B8E
Black with #A26B8E
Text Example
Text Example
White with #A26B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26B8E; }
p { color: rgb(162,107,142); }
H1.HeaderClassName
{
color: #A26B8E;
}
.AnyTagClassName
{
color: #A26B8E;
}
</style>
background-color css
<style>
a { background-color: #A26B8E; }
a { background-color: rgb(162,107,142); }
div.DivClassName
{
background-color: #A26B8E;
}
.BgClassName
{
background-color: #A26B8E;
}
</style>
border-color css
<style>
span { border-color: #A26B8E; }
span { border-color: rgb(162,107,142); }
td.TdClassName
{
border-color: #A26B8E;
}
.TagClassName
{
border-color: #A26B8E;
}
</style>