Shades of Mountbatten Pink #A86D8B
Tints of Mountbatten Pink #A86D8B
RGB
CMYK
RGB Variations
Color information
#A86D8B (or 0xA86D8B) is known color: Mountbatten Pink. HEX triplet: A8, 6D and 8B. RGB value is (168,109,139). Sum of RGB (Red+Green+Blue) = 168+109+139=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86D8B is #579274. Grayscale: #828282. Windows color (decimal): -5739125 or 9137576. OLE color: 9137576.
HSL color Cylindrical-coordinate representation of color #A86D8B: hue angle of 329.49º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A86D8B is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 109 | 139 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.34 |
| HSL | 329.49º | 0.25% | 0.54% | - |
| HSV(B) | 329.49º | 0.35% | 0.66% | - |
| XYZ | 26.28 | 21.13 | 27.12 | - |
| YUV | 130.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 139 | 0 | 0.35 | 0.17 | 0.34 | 329.49 | 0.25 | 0.54 |
| Hex | A8 | 6D | 8B | 0 | 23 | 11 | 22 | 149 | 19 | 36 |
| Octal | 250 | 155 | 213 | 0 | 43 | 21 | 42 | 511 | 31 | 66 |
| Binary | 10101000 | 1101101 | 10001011 | 0 | 100011 | 10001 | 100010 | 101001001 | 11001 | 110110 |
Color Harmonies of #A86D8B
Complementary color
Monochromatic Colors of #A86D8B
Black with #A86D8B
Text Example
Text Example
White with #A86D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86D8B; }
p { color: rgb(168,109,139); }
H1.HeaderClassName
{
color: #A86D8B;
}
.AnyTagClassName
{
color: #A86D8B;
}
</style>
background-color css
<style>
a { background-color: #A86D8B; }
a { background-color: rgb(168,109,139); }
div.DivClassName
{
background-color: #A86D8B;
}
.BgClassName
{
background-color: #A86D8B;
}
</style>
border-color css
<style>
span { border-color: #A86D8B; }
span { border-color: rgb(168,109,139); }
td.TdClassName
{
border-color: #A86D8B;
}
.TagClassName
{
border-color: #A86D8B;
}
</style>