Shades of Mountbatten Pink #A86894
Tints of Mountbatten Pink #A86894
RGB
CMYK
RGB Variations
Color information
#A86894 (or 0xA86894) is known color: Mountbatten Pink. HEX triplet: A8, 68 and 94. RGB value is (168,104,148). Sum of RGB (Red+Green+Blue) = 168+104+148=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A86894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86894 is #57976B. Grayscale: #808080. Windows color (decimal): -5740396 or 9726120. OLE color: 9726120.
HSL color Cylindrical-coordinate representation of color #A86894: hue angle of 318.75º 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 #A86894 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 148 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.34 |
| HSL | 318.75º | 0.27% | 0.53% | - |
| HSV(B) | 318.75º | 0.38% | 0.66% | - |
| XYZ | 26.44 | 20.36 | 30.55 | - |
| YUV | 128.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 148 | 0 | 0.38 | 0.12 | 0.34 | 318.75 | 0.27 | 0.53 |
| Hex | A8 | 68 | 94 | 0 | 26 | C | 22 | 13F | 1B | 35 |
| Octal | 250 | 150 | 224 | 0 | 46 | 14 | 42 | 477 | 33 | 65 |
| Binary | 10101000 | 1101000 | 10010100 | 0 | 100110 | 1100 | 100010 | 100111111 | 11011 | 110101 |
Color Harmonies of #A86894
Complementary color
Monochromatic Colors of #A86894
Black with #A86894
Text Example
Text Example
White with #A86894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86894; }
p { color: rgb(168,104,148); }
H1.HeaderClassName
{
color: #A86894;
}
.AnyTagClassName
{
color: #A86894;
}
</style>
background-color css
<style>
a { background-color: #A86894; }
a { background-color: rgb(168,104,148); }
div.DivClassName
{
background-color: #A86894;
}
.BgClassName
{
background-color: #A86894;
}
</style>
border-color css
<style>
span { border-color: #A86894; }
span { border-color: rgb(168,104,148); }
td.TdClassName
{
border-color: #A86894;
}
.TagClassName
{
border-color: #A86894;
}
</style>