Shades of Mountbatten Pink #A86F8F
Tints of Mountbatten Pink #A86F8F
RGB
CMYK
RGB Variations
Color information
#A86F8F (or 0xA86F8F) is known color: Mountbatten Pink. HEX triplet: A8, 6F and 8F. RGB value is (168,111,143). Sum of RGB (Red+Green+Blue) = 168+111+143=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86F8F is #579070. Grayscale: #838383. Windows color (decimal): -5738609 or 9400232. OLE color: 9400232.
HSL color Cylindrical-coordinate representation of color #A86F8F: hue angle of 326.32º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A86F8F is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 111 | 143 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.34 |
| HSL | 326.32º | 0.25% | 0.55% | - |
| HSV(B) | 326.32º | 0.34% | 0.66% | - |
| XYZ | 26.79 | 21.68 | 28.76 | - |
| YUV | 131.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 143 | 0 | 0.34 | 0.15 | 0.34 | 326.32 | 0.25 | 0.55 |
| Hex | A8 | 6F | 8F | 0 | 22 | F | 22 | 146 | 19 | 37 |
| Octal | 250 | 157 | 217 | 0 | 42 | 17 | 42 | 506 | 31 | 67 |
| Binary | 10101000 | 1101111 | 10001111 | 0 | 100010 | 1111 | 100010 | 101000110 | 11001 | 110111 |
Color Harmonies of #A86F8F
Complementary color
Monochromatic Colors of #A86F8F
Black with #A86F8F
Text Example
Text Example
White with #A86F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86F8F; }
p { color: rgb(168,111,143); }
H1.HeaderClassName
{
color: #A86F8F;
}
.AnyTagClassName
{
color: #A86F8F;
}
</style>
background-color css
<style>
a { background-color: #A86F8F; }
a { background-color: rgb(168,111,143); }
div.DivClassName
{
background-color: #A86F8F;
}
.BgClassName
{
background-color: #A86F8F;
}
</style>
border-color css
<style>
span { border-color: #A86F8F; }
span { border-color: rgb(168,111,143); }
td.TdClassName
{
border-color: #A86F8F;
}
.TagClassName
{
border-color: #A86F8F;
}
</style>