Shades of Mountbatten Pink #A26C8D
Tints of Mountbatten Pink #A26C8D
RGB
CMYK
RGB Variations
Color information
#A26C8D (or 0xA26C8D) is known color: Mountbatten Pink. HEX triplet: A2, 6C and 8D. RGB value is (162,108,141). Sum of RGB (Red+Green+Blue) = 162+108+141=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26C8D is #5D9372. Grayscale: #7F7F7F. Windows color (decimal): -6132595 or 9268386. OLE color: 9268386.
HSL color Cylindrical-coordinate representation of color #A26C8D: hue angle of 323.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 #A26C8D is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 141 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.36 |
| HSL | 323.33º | 0.23% | 0.53% | - |
| HSV(B) | 323.33º | 0.33% | 0.64% | - |
| XYZ | 25.07 | 20.33 | 27.8 | - |
| YUV | 127.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 141 | 0 | 0.33 | 0.13 | 0.36 | 323.33 | 0.23 | 0.53 |
| Hex | A2 | 6C | 8D | 0 | 21 | D | 24 | 143 | 16 | 35 |
| Octal | 242 | 154 | 215 | 0 | 41 | 15 | 44 | 503 | 26 | 65 |
| Binary | 10100010 | 1101100 | 10001101 | 0 | 100001 | 1101 | 100100 | 101000011 | 10110 | 110101 |
Color Harmonies of #A26C8D
Complementary color
Monochromatic Colors of #A26C8D
Black with #A26C8D
Text Example
Text Example
White with #A26C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C8D; }
p { color: rgb(162,108,141); }
H1.HeaderClassName
{
color: #A26C8D;
}
.AnyTagClassName
{
color: #A26C8D;
}
</style>
background-color css
<style>
a { background-color: #A26C8D; }
a { background-color: rgb(162,108,141); }
div.DivClassName
{
background-color: #A26C8D;
}
.BgClassName
{
background-color: #A26C8D;
}
</style>
border-color css
<style>
span { border-color: #A26C8D; }
span { border-color: rgb(162,108,141); }
td.TdClassName
{
border-color: #A26C8D;
}
.TagClassName
{
border-color: #A26C8D;
}
</style>