Shades of Mountbatten Pink #A26B8D
Tints of Mountbatten Pink #A26B8D
RGB
CMYK
RGB Variations
Color information
#A26B8D (or 0xA26B8D) is known color: Mountbatten Pink. HEX triplet: A2, 6B and 8D. RGB value is (162,107,141). Sum of RGB (Red+Green+Blue) = 162+107+141=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26B8D is #5D9472. Grayscale: #7F7F7F. Windows color (decimal): -6132851 or 9268130. OLE color: 9268130.
HSL color Cylindrical-coordinate representation of color #A26B8D: hue angle of 322.91º 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 #A26B8D is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 107 | 141 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.36 |
| HSL | 322.91º | 0.23% | 0.53% | - |
| HSV(B) | 322.91º | 0.34% | 0.64% | - |
| XYZ | 24.97 | 20.12 | 27.77 | - |
| YUV | 127.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 141 | 0 | 0.34 | 0.13 | 0.36 | 322.91 | 0.23 | 0.53 |
| Hex | A2 | 6B | 8D | 0 | 22 | D | 24 | 143 | 17 | 35 |
| Octal | 242 | 153 | 215 | 0 | 42 | 15 | 44 | 503 | 27 | 65 |
| Binary | 10100010 | 1101011 | 10001101 | 0 | 100010 | 1101 | 100100 | 101000011 | 10111 | 110101 |
Color Harmonies of #A26B8D
Complementary color
Monochromatic Colors of #A26B8D
Black with #A26B8D
Text Example
Text Example
White with #A26B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26B8D; }
p { color: rgb(162,107,141); }
H1.HeaderClassName
{
color: #A26B8D;
}
.AnyTagClassName
{
color: #A26B8D;
}
</style>
background-color css
<style>
a { background-color: #A26B8D; }
a { background-color: rgb(162,107,141); }
div.DivClassName
{
background-color: #A26B8D;
}
.BgClassName
{
background-color: #A26B8D;
}
</style>
border-color css
<style>
span { border-color: #A26B8D; }
span { border-color: rgb(162,107,141); }
td.TdClassName
{
border-color: #A26B8D;
}
.TagClassName
{
border-color: #A26B8D;
}
</style>