Shades of Mountbatten Pink #A36A8E
Tints of Mountbatten Pink #A36A8E
RGB
CMYK
RGB Variations
Color information
#A36A8E (or 0xA36A8E) is known color: Mountbatten Pink. HEX triplet: A3, 6A and 8E. RGB value is (163,106,142). Sum of RGB (Red+Green+Blue) = 163+106+142=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36A8E is #5C9571. Grayscale: #7F7F7F. Windows color (decimal): -6067570 or 9333411. OLE color: 9333411.
HSL color Cylindrical-coordinate representation of color #A36A8E: hue angle of 322.11º degrees, saturation: 0.24, 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 #A36A8E is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 106 | 142 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.36 |
| HSL | 322.11º | 0.24% | 0.53% | - |
| HSV(B) | 322.11º | 0.35% | 0.64% | - |
| XYZ | 25.14 | 20.05 | 28.14 | - |
| YUV | 127.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 106 | 142 | 0 | 0.35 | 0.13 | 0.36 | 322.11 | 0.24 | 0.53 |
| Hex | A3 | 6A | 8E | 0 | 23 | D | 24 | 142 | 18 | 35 |
| Octal | 243 | 152 | 216 | 0 | 43 | 15 | 44 | 502 | 30 | 65 |
| Binary | 10100011 | 1101010 | 10001110 | 0 | 100011 | 1101 | 100100 | 101000010 | 11000 | 110101 |
Color Harmonies of #A36A8E
Complementary color
Monochromatic Colors of #A36A8E
Black with #A36A8E
Text Example
Text Example
White with #A36A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36A8E; }
p { color: rgb(163,106,142); }
H1.HeaderClassName
{
color: #A36A8E;
}
.AnyTagClassName
{
color: #A36A8E;
}
</style>
background-color css
<style>
a { background-color: #A36A8E; }
a { background-color: rgb(163,106,142); }
div.DivClassName
{
background-color: #A36A8E;
}
.BgClassName
{
background-color: #A36A8E;
}
</style>
border-color css
<style>
span { border-color: #A36A8E; }
span { border-color: rgb(163,106,142); }
td.TdClassName
{
border-color: #A36A8E;
}
.TagClassName
{
border-color: #A36A8E;
}
</style>