Shades of Mountbatten Pink #A06C8B
Tints of Mountbatten Pink #A06C8B
RGB
CMYK
RGB Variations
Color information
#A06C8B (or 0xA06C8B) is known color: Mountbatten Pink. HEX triplet: A0, 6C and 8B. RGB value is (160,108,139). Sum of RGB (Red+Green+Blue) = 160+108+139=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06C8B is #5F9374. Grayscale: #7F7F7F. Windows color (decimal): -6263669 or 9137312. OLE color: 9137312.
HSL color Cylindrical-coordinate representation of color #A06C8B: hue angle of 324.23º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A06C8B is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 108 | 139 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.37 |
| HSL | 324.23º | 0.21% | 0.53% | - |
| HSV(B) | 324.23º | 0.33% | 0.63% | - |
| XYZ | 24.52 | 20.06 | 27.01 | - |
| YUV | 127.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 139 | 0 | 0.32 | 0.13 | 0.37 | 324.23 | 0.21 | 0.53 |
| Hex | A0 | 6C | 8B | 0 | 20 | D | 25 | 144 | 15 | 35 |
| Octal | 240 | 154 | 213 | 0 | 40 | 15 | 45 | 504 | 25 | 65 |
| Binary | 10100000 | 1101100 | 10001011 | 0 | 100000 | 1101 | 100101 | 101000100 | 10101 | 110101 |
Color Harmonies of #A06C8B
Complementary color
Monochromatic Colors of #A06C8B
Black with #A06C8B
Text Example
Text Example
White with #A06C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06C8B; }
p { color: rgb(160,108,139); }
H1.HeaderClassName
{
color: #A06C8B;
}
.AnyTagClassName
{
color: #A06C8B;
}
</style>
background-color css
<style>
a { background-color: #A06C8B; }
a { background-color: rgb(160,108,139); }
div.DivClassName
{
background-color: #A06C8B;
}
.BgClassName
{
background-color: #A06C8B;
}
</style>
border-color css
<style>
span { border-color: #A06C8B; }
span { border-color: rgb(160,108,139); }
td.TdClassName
{
border-color: #A06C8B;
}
.TagClassName
{
border-color: #A06C8B;
}
</style>