Shades of Mountbatten Pink #A26C96
Tints of Mountbatten Pink #A26C96
RGB
CMYK
RGB Variations
Color information
#A26C96 (or 0xA26C96) is known color: Mountbatten Pink. HEX triplet: A2, 6C and 96. RGB value is (162,108,150). Sum of RGB (Red+Green+Blue) = 162+108+150=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26C96 is #5D9369. Grayscale: #808080. Windows color (decimal): -6132586 or 9858210. OLE color: 9858210.
HSL color Cylindrical-coordinate representation of color #A26C96: hue angle of 313.33º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A26C96 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 150 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.36 |
| HSL | 313.33º | 0.23% | 0.53% | - |
| HSV(B) | 313.33º | 0.33% | 0.64% | - |
| XYZ | 25.77 | 20.61 | 31.47 | - |
| YUV | 128.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 150 | 0 | 0.33 | 0.07 | 0.36 | 313.33 | 0.23 | 0.53 |
| Hex | A2 | 6C | 96 | 0 | 21 | 7 | 24 | 139 | 16 | 35 |
| Octal | 242 | 154 | 226 | 0 | 41 | 7 | 44 | 471 | 26 | 65 |
| Binary | 10100010 | 1101100 | 10010110 | 0 | 100001 | 111 | 100100 | 100111001 | 10110 | 110101 |
Color Harmonies of #A26C96
Complementary color
Monochromatic Colors of #A26C96
Black with #A26C96
Text Example
Text Example
White with #A26C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C96; }
p { color: rgb(162,108,150); }
H1.HeaderClassName
{
color: #A26C96;
}
.AnyTagClassName
{
color: #A26C96;
}
</style>
background-color css
<style>
a { background-color: #A26C96; }
a { background-color: rgb(162,108,150); }
div.DivClassName
{
background-color: #A26C96;
}
.BgClassName
{
background-color: #A26C96;
}
</style>
border-color css
<style>
span { border-color: #A26C96; }
span { border-color: rgb(162,108,150); }
td.TdClassName
{
border-color: #A26C96;
}
.TagClassName
{
border-color: #A26C96;
}
</style>