Shades of Mountbatten Pink #A06A8C
Tints of Mountbatten Pink #A06A8C
RGB
CMYK
RGB Variations
Color information
#A06A8C (or 0xA06A8C) is known color: Mountbatten Pink. HEX triplet: A0, 6A and 8C. RGB value is (160,106,140). Sum of RGB (Red+Green+Blue) = 160+106+140=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06A8C is #5F9573. Grayscale: #7D7D7D. Windows color (decimal): -6264180 or 9202336. OLE color: 9202336.
HSL color Cylindrical-coordinate representation of color #A06A8C: hue angle of 322.22º 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 #A06A8C is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 106 | 140 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.37 |
| HSL | 322.22º | 0.22% | 0.52% | - |
| HSV(B) | 322.22º | 0.34% | 0.63% | - |
| XYZ | 24.38 | 19.68 | 27.32 | - |
| YUV | 126.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 140 | 0 | 0.34 | 0.12 | 0.37 | 322.22 | 0.22 | 0.52 |
| Hex | A0 | 6A | 8C | 0 | 22 | C | 25 | 142 | 16 | 34 |
| Octal | 240 | 152 | 214 | 0 | 42 | 14 | 45 | 502 | 26 | 64 |
| Binary | 10100000 | 1101010 | 10001100 | 0 | 100010 | 1100 | 100101 | 101000010 | 10110 | 110100 |
Color Harmonies of #A06A8C
Complementary color
Monochromatic Colors of #A06A8C
Black with #A06A8C
Text Example
Text Example
White with #A06A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06A8C; }
p { color: rgb(160,106,140); }
H1.HeaderClassName
{
color: #A06A8C;
}
.AnyTagClassName
{
color: #A06A8C;
}
</style>
background-color css
<style>
a { background-color: #A06A8C; }
a { background-color: rgb(160,106,140); }
div.DivClassName
{
background-color: #A06A8C;
}
.BgClassName
{
background-color: #A06A8C;
}
</style>
border-color css
<style>
span { border-color: #A06A8C; }
span { border-color: rgb(160,106,140); }
td.TdClassName
{
border-color: #A06A8C;
}
.TagClassName
{
border-color: #A06A8C;
}
</style>