Shades of Mountbatten Pink #A86695
Tints of Mountbatten Pink #A86695
RGB
CMYK
RGB Variations
Color information
#A86695 (or 0xA86695) is known color: Mountbatten Pink. HEX triplet: A8, 66 and 95. RGB value is (168,102,149). Sum of RGB (Red+Green+Blue) = 168+102+149=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A86695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86695 is #57996A. Grayscale: #7E7E7E. Windows color (decimal): -5740907 or 9791144. OLE color: 9791144.
HSL color Cylindrical-coordinate representation of color #A86695: hue angle of 317.27º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A86695 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 149 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.34 |
| HSL | 317.27º | 0.28% | 0.53% | - |
| HSV(B) | 317.27º | 0.39% | 0.66% | - |
| XYZ | 26.32 | 20 | 30.91 | - |
| YUV | 127.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 149 | 0 | 0.39 | 0.11 | 0.34 | 317.27 | 0.28 | 0.53 |
| Hex | A8 | 66 | 95 | 0 | 27 | B | 22 | 13D | 1C | 35 |
| Octal | 250 | 146 | 225 | 0 | 47 | 13 | 42 | 475 | 34 | 65 |
| Binary | 10101000 | 1100110 | 10010101 | 0 | 100111 | 1011 | 100010 | 100111101 | 11100 | 110101 |
Color Harmonies of #A86695
Complementary color
Monochromatic Colors of #A86695
Black with #A86695
Text Example
Text Example
White with #A86695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86695; }
p { color: rgb(168,102,149); }
H1.HeaderClassName
{
color: #A86695;
}
.AnyTagClassName
{
color: #A86695;
}
</style>
background-color css
<style>
a { background-color: #A86695; }
a { background-color: rgb(168,102,149); }
div.DivClassName
{
background-color: #A86695;
}
.BgClassName
{
background-color: #A86695;
}
</style>
border-color css
<style>
span { border-color: #A86695; }
span { border-color: rgb(168,102,149); }
td.TdClassName
{
border-color: #A86695;
}
.TagClassName
{
border-color: #A86695;
}
</style>