Shades of Mountbatten Pink #A26D8C
Tints of Mountbatten Pink #A26D8C
RGB
CMYK
RGB Variations
Color information
#A26D8C (or 0xA26D8C) is known color: Mountbatten Pink. HEX triplet: A2, 6D and 8C. RGB value is (162,109,140). Sum of RGB (Red+Green+Blue) = 162+109+140=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26D8C is #5D9273. Grayscale: #808080. Windows color (decimal): -6132340 or 9203106. OLE color: 9203106.
HSL color Cylindrical-coordinate representation of color #A26D8C: hue angle of 324.91º 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 #A26D8C is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 140 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.36 |
| HSL | 324.91º | 0.22% | 0.53% | - |
| HSV(B) | 324.91º | 0.33% | 0.64% | - |
| XYZ | 25.1 | 20.51 | 27.45 | - |
| YUV | 128.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 140 | 0 | 0.33 | 0.14 | 0.36 | 324.91 | 0.22 | 0.53 |
| Hex | A2 | 6D | 8C | 0 | 21 | E | 24 | 145 | 16 | 35 |
| Octal | 242 | 155 | 214 | 0 | 41 | 16 | 44 | 505 | 26 | 65 |
| Binary | 10100010 | 1101101 | 10001100 | 0 | 100001 | 1110 | 100100 | 101000101 | 10110 | 110101 |
Color Harmonies of #A26D8C
Complementary color
Monochromatic Colors of #A26D8C
Black with #A26D8C
Text Example
Text Example
White with #A26D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D8C; }
p { color: rgb(162,109,140); }
H1.HeaderClassName
{
color: #A26D8C;
}
.AnyTagClassName
{
color: #A26D8C;
}
</style>
background-color css
<style>
a { background-color: #A26D8C; }
a { background-color: rgb(162,109,140); }
div.DivClassName
{
background-color: #A26D8C;
}
.BgClassName
{
background-color: #A26D8C;
}
</style>
border-color css
<style>
span { border-color: #A26D8C; }
span { border-color: rgb(162,109,140); }
td.TdClassName
{
border-color: #A26D8C;
}
.TagClassName
{
border-color: #A26D8C;
}
</style>