Shades of Mountbatten Pink #A86A8D
Tints of Mountbatten Pink #A86A8D
RGB
CMYK
RGB Variations
Color information
#A86A8D (or 0xA86A8D) is known color: Mountbatten Pink. HEX triplet: A8, 6A and 8D. RGB value is (168,106,141). Sum of RGB (Red+Green+Blue) = 168+106+141=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86A8D is #579572. Grayscale: #808080. Windows color (decimal): -5739891 or 9267880. OLE color: 9267880.
HSL color Cylindrical-coordinate representation of color #A86A8D: hue angle of 326.13º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A86A8D is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 106 | 141 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.34 |
| HSL | 326.13º | 0.26% | 0.54% | - |
| HSV(B) | 326.13º | 0.37% | 0.66% | - |
| XYZ | 26.11 | 20.56 | 27.79 | - |
| YUV | 128.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 141 | 0 | 0.37 | 0.16 | 0.34 | 326.13 | 0.26 | 0.54 |
| Hex | A8 | 6A | 8D | 0 | 25 | 10 | 22 | 146 | 1A | 36 |
| Octal | 250 | 152 | 215 | 0 | 45 | 20 | 42 | 506 | 32 | 66 |
| Binary | 10101000 | 1101010 | 10001101 | 0 | 100101 | 10000 | 100010 | 101000110 | 11010 | 110110 |
Color Harmonies of #A86A8D
Complementary color
Monochromatic Colors of #A86A8D
Black with #A86A8D
Text Example
Text Example
White with #A86A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86A8D; }
p { color: rgb(168,106,141); }
H1.HeaderClassName
{
color: #A86A8D;
}
.AnyTagClassName
{
color: #A86A8D;
}
</style>
background-color css
<style>
a { background-color: #A86A8D; }
a { background-color: rgb(168,106,141); }
div.DivClassName
{
background-color: #A86A8D;
}
.BgClassName
{
background-color: #A86A8D;
}
</style>
border-color css
<style>
span { border-color: #A86A8D; }
span { border-color: rgb(168,106,141); }
td.TdClassName
{
border-color: #A86A8D;
}
.TagClassName
{
border-color: #A86A8D;
}
</style>