Shades of Mountbatten Pink #A26A8D
Tints of Mountbatten Pink #A26A8D
RGB
CMYK
RGB Variations
Color information
#A26A8D (or 0xA26A8D) is known color: Mountbatten Pink. HEX triplet: A2, 6A and 8D. RGB value is (162,106,141). Sum of RGB (Red+Green+Blue) = 162+106+141=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26A8D is #5D9572. Grayscale: #7E7E7E. Windows color (decimal): -6133107 or 9267874. OLE color: 9267874.
HSL color Cylindrical-coordinate representation of color #A26A8D: hue angle of 322.5º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A26A8D is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 106 | 141 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.36 |
| HSL | 322.5º | 0.23% | 0.53% | - |
| HSV(B) | 322.5º | 0.35% | 0.64% | - |
| XYZ | 24.86 | 19.91 | 27.73 | - |
| YUV | 126.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 141 | 0 | 0.35 | 0.13 | 0.36 | 322.5 | 0.23 | 0.53 |
| Hex | A2 | 6A | 8D | 0 | 23 | D | 24 | 142 | 17 | 35 |
| Octal | 242 | 152 | 215 | 0 | 43 | 15 | 44 | 502 | 27 | 65 |
| Binary | 10100010 | 1101010 | 10001101 | 0 | 100011 | 1101 | 100100 | 101000010 | 10111 | 110101 |
Color Harmonies of #A26A8D
Complementary color
Monochromatic Colors of #A26A8D
Black with #A26A8D
Text Example
Text Example
White with #A26A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26A8D; }
p { color: rgb(162,106,141); }
H1.HeaderClassName
{
color: #A26A8D;
}
.AnyTagClassName
{
color: #A26A8D;
}
</style>
background-color css
<style>
a { background-color: #A26A8D; }
a { background-color: rgb(162,106,141); }
div.DivClassName
{
background-color: #A26A8D;
}
.BgClassName
{
background-color: #A26A8D;
}
</style>
border-color css
<style>
span { border-color: #A26A8D; }
span { border-color: rgb(162,106,141); }
td.TdClassName
{
border-color: #A26A8D;
}
.TagClassName
{
border-color: #A26A8D;
}
</style>