Shades of Mountbatten Pink #A26E96
Tints of Mountbatten Pink #A26E96
RGB
CMYK
RGB Variations
Color information
#A26E96 (or 0xA26E96) is known color: Mountbatten Pink. HEX triplet: A2, 6E and 96. RGB value is (162,110,150). Sum of RGB (Red+Green+Blue) = 162+110+150=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26E96 is #5D9169. Grayscale: #828282. Windows color (decimal): -6132074 or 9858722. OLE color: 9858722.
HSL color Cylindrical-coordinate representation of color #A26E96: hue angle of 313.85º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A26E96 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 110 | 150 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.36 |
| HSL | 313.85º | 0.22% | 0.53% | - |
| HSV(B) | 313.85º | 0.32% | 0.64% | - |
| XYZ | 25.98 | 21.04 | 31.55 | - |
| YUV | 130.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 150 | 0 | 0.32 | 0.07 | 0.36 | 313.85 | 0.22 | 0.53 |
| Hex | A2 | 6E | 96 | 0 | 20 | 7 | 24 | 13A | 16 | 35 |
| Octal | 242 | 156 | 226 | 0 | 40 | 7 | 44 | 472 | 26 | 65 |
| Binary | 10100010 | 1101110 | 10010110 | 0 | 100000 | 111 | 100100 | 100111010 | 10110 | 110101 |
Color Harmonies of #A26E96
Complementary color
Monochromatic Colors of #A26E96
Black with #A26E96
Text Example
Text Example
White with #A26E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26E96; }
p { color: rgb(162,110,150); }
H1.HeaderClassName
{
color: #A26E96;
}
.AnyTagClassName
{
color: #A26E96;
}
</style>
background-color css
<style>
a { background-color: #A26E96; }
a { background-color: rgb(162,110,150); }
div.DivClassName
{
background-color: #A26E96;
}
.BgClassName
{
background-color: #A26E96;
}
</style>
border-color css
<style>
span { border-color: #A26E96; }
span { border-color: rgb(162,110,150); }
td.TdClassName
{
border-color: #A26E96;
}
.TagClassName
{
border-color: #A26E96;
}
</style>