Shades of Mountbatten Pink #A26A8C
Tints of Mountbatten Pink #A26A8C
RGB
CMYK
RGB Variations
Color information
#A26A8C (or 0xA26A8C) is known color: Mountbatten Pink. HEX triplet: A2, 6A and 8C. RGB value is (162,106,140). Sum of RGB (Red+Green+Blue) = 162+106+140=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26A8C is #5D9573. Grayscale: #7E7E7E. Windows color (decimal): -6133108 or 9202338. OLE color: 9202338.
HSL color Cylindrical-coordinate representation of color #A26A8C: hue angle of 323.57º 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 #A26A8C is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 106 | 140 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.36 |
| HSL | 323.57º | 0.23% | 0.53% | - |
| HSV(B) | 323.57º | 0.35% | 0.64% | - |
| XYZ | 24.79 | 19.88 | 27.34 | - |
| YUV | 126.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 140 | 0 | 0.35 | 0.14 | 0.36 | 323.57 | 0.23 | 0.53 |
| Hex | A2 | 6A | 8C | 0 | 23 | E | 24 | 144 | 17 | 35 |
| Octal | 242 | 152 | 214 | 0 | 43 | 16 | 44 | 504 | 27 | 65 |
| Binary | 10100010 | 1101010 | 10001100 | 0 | 100011 | 1110 | 100100 | 101000100 | 10111 | 110101 |
Color Harmonies of #A26A8C
Complementary color
Monochromatic Colors of #A26A8C
Black with #A26A8C
Text Example
Text Example
White with #A26A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26A8C; }
p { color: rgb(162,106,140); }
H1.HeaderClassName
{
color: #A26A8C;
}
.AnyTagClassName
{
color: #A26A8C;
}
</style>
background-color css
<style>
a { background-color: #A26A8C; }
a { background-color: rgb(162,106,140); }
div.DivClassName
{
background-color: #A26A8C;
}
.BgClassName
{
background-color: #A26A8C;
}
</style>
border-color css
<style>
span { border-color: #A26A8C; }
span { border-color: rgb(162,106,140); }
td.TdClassName
{
border-color: #A26A8C;
}
.TagClassName
{
border-color: #A26A8C;
}
</style>