Shades of Mountbatten Pink #A06C8D
Tints of Mountbatten Pink #A06C8D
RGB
CMYK
RGB Variations
Color information
#A06C8D (or 0xA06C8D) is known color: Mountbatten Pink. HEX triplet: A0, 6C and 8D. RGB value is (160,108,141). Sum of RGB (Red+Green+Blue) = 160+108+141=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06C8D is #5F9372. Grayscale: #7F7F7F. Windows color (decimal): -6263667 or 9268384. OLE color: 9268384.
HSL color Cylindrical-coordinate representation of color #A06C8D: hue angle of 321.92º 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 #A06C8D is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 108 | 141 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.37 |
| HSL | 321.92º | 0.21% | 0.53% | - |
| HSV(B) | 321.92º | 0.33% | 0.63% | - |
| XYZ | 24.67 | 20.12 | 27.78 | - |
| YUV | 127.31 | 135.73 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 141 | 0 | 0.32 | 0.12 | 0.37 | 321.92 | 0.21 | 0.53 |
| Hex | A0 | 6C | 8D | 0 | 20 | C | 25 | 142 | 15 | 35 |
| Octal | 240 | 154 | 215 | 0 | 40 | 14 | 45 | 502 | 25 | 65 |
| Binary | 10100000 | 1101100 | 10001101 | 0 | 100000 | 1100 | 100101 | 101000010 | 10101 | 110101 |
Color Harmonies of #A06C8D
Complementary color
Monochromatic Colors of #A06C8D
Black with #A06C8D
Text Example
Text Example
White with #A06C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06C8D; }
p { color: rgb(160,108,141); }
H1.HeaderClassName
{
color: #A06C8D;
}
.AnyTagClassName
{
color: #A06C8D;
}
</style>
background-color css
<style>
a { background-color: #A06C8D; }
a { background-color: rgb(160,108,141); }
div.DivClassName
{
background-color: #A06C8D;
}
.BgClassName
{
background-color: #A06C8D;
}
</style>
border-color css
<style>
span { border-color: #A06C8D; }
span { border-color: rgb(160,108,141); }
td.TdClassName
{
border-color: #A06C8D;
}
.TagClassName
{
border-color: #A06C8D;
}
</style>