Shades of Mountbatten Pink #A86892
Tints of Mountbatten Pink #A86892
RGB
CMYK
RGB Variations
Color information
#A86892 (or 0xA86892) is known color: Mountbatten Pink. HEX triplet: A8, 68 and 92. RGB value is (168,104,146). Sum of RGB (Red+Green+Blue) = 168+104+146=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A86892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86892 is #57976D. Grayscale: #7F7F7F. Windows color (decimal): -5740398 or 9595048. OLE color: 9595048.
HSL color Cylindrical-coordinate representation of color #A86892: hue angle of 320.62º 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 #A86892 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 146 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.34 |
| HSL | 320.63º | 0.27% | 0.53% | - |
| HSV(B) | 320.63º | 0.38% | 0.66% | - |
| XYZ | 26.29 | 20.3 | 29.73 | - |
| YUV | 127.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 146 | 0 | 0.38 | 0.13 | 0.34 | 320.63 | 0.27 | 0.53 |
| Hex | A8 | 68 | 92 | 0 | 26 | D | 22 | 141 | 1B | 35 |
| Octal | 250 | 150 | 222 | 0 | 46 | 15 | 42 | 501 | 33 | 65 |
| Binary | 10101000 | 1101000 | 10010010 | 0 | 100110 | 1101 | 100010 | 101000001 | 11011 | 110101 |
Color Harmonies of #A86892
Complementary color
Monochromatic Colors of #A86892
Black with #A86892
Text Example
Text Example
White with #A86892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86892; }
p { color: rgb(168,104,146); }
H1.HeaderClassName
{
color: #A86892;
}
.AnyTagClassName
{
color: #A86892;
}
</style>
background-color css
<style>
a { background-color: #A86892; }
a { background-color: rgb(168,104,146); }
div.DivClassName
{
background-color: #A86892;
}
.BgClassName
{
background-color: #A86892;
}
</style>
border-color css
<style>
span { border-color: #A86892; }
span { border-color: rgb(168,104,146); }
td.TdClassName
{
border-color: #A86892;
}
.TagClassName
{
border-color: #A86892;
}
</style>