Shades of Mountbatten Pink #A06A8D
Tints of Mountbatten Pink #A06A8D
RGB
CMYK
RGB Variations
Color information
#A06A8D (or 0xA06A8D) is known color: Mountbatten Pink. HEX triplet: A0, 6A and 8D. RGB value is (160,106,141). Sum of RGB (Red+Green+Blue) = 160+106+141=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06A8D is #5F9572. Grayscale: #7E7E7E. Windows color (decimal): -6264179 or 9267872. OLE color: 9267872.
HSL color Cylindrical-coordinate representation of color #A06A8D: hue angle of 321.11º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A06A8D is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 106 | 141 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.37 |
| HSL | 321.11º | 0.22% | 0.52% | - |
| HSV(B) | 321.11º | 0.34% | 0.63% | - |
| XYZ | 24.46 | 19.7 | 27.71 | - |
| YUV | 126.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 141 | 0 | 0.34 | 0.12 | 0.37 | 321.11 | 0.22 | 0.52 |
| Hex | A0 | 6A | 8D | 0 | 22 | C | 25 | 141 | 16 | 34 |
| Octal | 240 | 152 | 215 | 0 | 42 | 14 | 45 | 501 | 26 | 64 |
| Binary | 10100000 | 1101010 | 10001101 | 0 | 100010 | 1100 | 100101 | 101000001 | 10110 | 110100 |
Color Harmonies of #A06A8D
Complementary color
Monochromatic Colors of #A06A8D
Black with #A06A8D
Text Example
Text Example
White with #A06A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06A8D; }
p { color: rgb(160,106,141); }
H1.HeaderClassName
{
color: #A06A8D;
}
.AnyTagClassName
{
color: #A06A8D;
}
</style>
background-color css
<style>
a { background-color: #A06A8D; }
a { background-color: rgb(160,106,141); }
div.DivClassName
{
background-color: #A06A8D;
}
.BgClassName
{
background-color: #A06A8D;
}
</style>
border-color css
<style>
span { border-color: #A06A8D; }
span { border-color: rgb(160,106,141); }
td.TdClassName
{
border-color: #A06A8D;
}
.TagClassName
{
border-color: #A06A8D;
}
</style>