Shades of Mountbatten Pink #A36D8E
Tints of Mountbatten Pink #A36D8E
RGB
CMYK
RGB Variations
Color information
#A36D8E (or 0xA36D8E) is known color: Mountbatten Pink. HEX triplet: A3, 6D and 8E. RGB value is (163,109,142). Sum of RGB (Red+Green+Blue) = 163+109+142=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36D8E is #5C9271. Grayscale: #808080. Windows color (decimal): -6066802 or 9334179. OLE color: 9334179.
HSL color Cylindrical-coordinate representation of color #A36D8E: hue angle of 323.33º degrees, saturation: 0.23, 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 #A36D8E is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 142 | - |
| 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.46 | 20.68 | 28.24 | - |
| YUV | 128.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 142 | 0 | 0.33 | 0.13 | 0.36 | 323.33 | 0.23 | 0.53 |
| Hex | A3 | 6D | 8E | 0 | 21 | D | 24 | 143 | 17 | 35 |
| Octal | 243 | 155 | 216 | 0 | 41 | 15 | 44 | 503 | 27 | 65 |
| Binary | 10100011 | 1101101 | 10001110 | 0 | 100001 | 1101 | 100100 | 101000011 | 10111 | 110101 |
Color Harmonies of #A36D8E
Complementary color
Monochromatic Colors of #A36D8E
Black with #A36D8E
Text Example
Text Example
White with #A36D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D8E; }
p { color: rgb(163,109,142); }
H1.HeaderClassName
{
color: #A36D8E;
}
.AnyTagClassName
{
color: #A36D8E;
}
</style>
background-color css
<style>
a { background-color: #A36D8E; }
a { background-color: rgb(163,109,142); }
div.DivClassName
{
background-color: #A36D8E;
}
.BgClassName
{
background-color: #A36D8E;
}
</style>
border-color css
<style>
span { border-color: #A36D8E; }
span { border-color: rgb(163,109,142); }
td.TdClassName
{
border-color: #A36D8E;
}
.TagClassName
{
border-color: #A36D8E;
}
</style>