Shades of Mountbatten Pink #A36F8F
Tints of Mountbatten Pink #A36F8F
RGB
CMYK
RGB Variations
Color information
#A36F8F (or 0xA36F8F) is known color: Mountbatten Pink. HEX triplet: A3, 6F and 8F. RGB value is (163,111,143). Sum of RGB (Red+Green+Blue) = 163+111+143=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36F8F is #5C9070. Grayscale: #828282. Windows color (decimal): -6066289 or 9400227. OLE color: 9400227.
HSL color Cylindrical-coordinate representation of color #A36F8F: hue angle of 323.08º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A36F8F is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 143 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.36 |
| HSL | 323.08º | 0.22% | 0.54% | - |
| HSV(B) | 323.08º | 0.32% | 0.64% | - |
| XYZ | 25.75 | 21.14 | 28.71 | - |
| YUV | 130.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 143 | 0 | 0.32 | 0.12 | 0.36 | 323.08 | 0.22 | 0.54 |
| Hex | A3 | 6F | 8F | 0 | 20 | C | 24 | 143 | 16 | 36 |
| Octal | 243 | 157 | 217 | 0 | 40 | 14 | 44 | 503 | 26 | 66 |
| Binary | 10100011 | 1101111 | 10001111 | 0 | 100000 | 1100 | 100100 | 101000011 | 10110 | 110110 |
Color Harmonies of #A36F8F
Complementary color
Monochromatic Colors of #A36F8F
Black with #A36F8F
Text Example
Text Example
White with #A36F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F8F; }
p { color: rgb(163,111,143); }
H1.HeaderClassName
{
color: #A36F8F;
}
.AnyTagClassName
{
color: #A36F8F;
}
</style>
background-color css
<style>
a { background-color: #A36F8F; }
a { background-color: rgb(163,111,143); }
div.DivClassName
{
background-color: #A36F8F;
}
.BgClassName
{
background-color: #A36F8F;
}
</style>
border-color css
<style>
span { border-color: #A36F8F; }
span { border-color: rgb(163,111,143); }
td.TdClassName
{
border-color: #A36F8F;
}
.TagClassName
{
border-color: #A36F8F;
}
</style>