Shades of Mountbatten Pink #A86891
Tints of Mountbatten Pink #A86891
RGB
CMYK
RGB Variations
Color information
#A86891 (or 0xA86891) is known color: Mountbatten Pink. HEX triplet: A8, 68 and 91. RGB value is (168,104,145). Sum of RGB (Red+Green+Blue) = 168+104+145=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A86891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86891 is #57976E. Grayscale: #7F7F7F. Windows color (decimal): -5740399 or 9529512. OLE color: 9529512.
HSL color Cylindrical-coordinate representation of color #A86891: hue angle of 321.56º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A86891 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 145 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.34 |
| HSL | 321.56º | 0.27% | 0.53% | - |
| HSV(B) | 321.56º | 0.38% | 0.66% | - |
| XYZ | 26.21 | 20.27 | 29.32 | - |
| YUV | 127.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 145 | 0 | 0.38 | 0.14 | 0.34 | 321.56 | 0.27 | 0.53 |
| Hex | A8 | 68 | 91 | 0 | 26 | E | 22 | 142 | 1B | 35 |
| Octal | 250 | 150 | 221 | 0 | 46 | 16 | 42 | 502 | 33 | 65 |
| Binary | 10101000 | 1101000 | 10010001 | 0 | 100110 | 1110 | 100010 | 101000010 | 11011 | 110101 |
Color Harmonies of #A86891
Complementary color
Monochromatic Colors of #A86891
Black with #A86891
Text Example
Text Example
White with #A86891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86891; }
p { color: rgb(168,104,145); }
H1.HeaderClassName
{
color: #A86891;
}
.AnyTagClassName
{
color: #A86891;
}
</style>
background-color css
<style>
a { background-color: #A86891; }
a { background-color: rgb(168,104,145); }
div.DivClassName
{
background-color: #A86891;
}
.BgClassName
{
background-color: #A86891;
}
</style>
border-color css
<style>
span { border-color: #A86891; }
span { border-color: rgb(168,104,145); }
td.TdClassName
{
border-color: #A86891;
}
.TagClassName
{
border-color: #A86891;
}
</style>