Shades of Mountbatten Pink #A06A8F
Tints of Mountbatten Pink #A06A8F
RGB
CMYK
RGB Variations
Color information
#A06A8F (or 0xA06A8F) is known color: Mountbatten Pink. HEX triplet: A0, 6A and 8F. RGB value is (160,106,143). Sum of RGB (Red+Green+Blue) = 160+106+143=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06A8F is #5F9570. Grayscale: #7E7E7E. Windows color (decimal): -6264177 or 9398944. OLE color: 9398944.
HSL color Cylindrical-coordinate representation of color #A06A8F: hue angle of 318.89º 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 #A06A8F is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 106 | 143 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.37 |
| HSL | 318.89º | 0.22% | 0.52% | - |
| HSV(B) | 318.89º | 0.34% | 0.63% | - |
| XYZ | 24.61 | 19.76 | 28.5 | - |
| YUV | 126.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 143 | 0 | 0.34 | 0.11 | 0.37 | 318.89 | 0.22 | 0.52 |
| Hex | A0 | 6A | 8F | 0 | 22 | B | 25 | 13F | 16 | 34 |
| Octal | 240 | 152 | 217 | 0 | 42 | 13 | 45 | 477 | 26 | 64 |
| Binary | 10100000 | 1101010 | 10001111 | 0 | 100010 | 1011 | 100101 | 100111111 | 10110 | 110100 |
Color Harmonies of #A06A8F
Complementary color
Monochromatic Colors of #A06A8F
Black with #A06A8F
Text Example
Text Example
White with #A06A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06A8F; }
p { color: rgb(160,106,143); }
H1.HeaderClassName
{
color: #A06A8F;
}
.AnyTagClassName
{
color: #A06A8F;
}
</style>
background-color css
<style>
a { background-color: #A06A8F; }
a { background-color: rgb(160,106,143); }
div.DivClassName
{
background-color: #A06A8F;
}
.BgClassName
{
background-color: #A06A8F;
}
</style>
border-color css
<style>
span { border-color: #A06A8F; }
span { border-color: rgb(160,106,143); }
td.TdClassName
{
border-color: #A06A8F;
}
.TagClassName
{
border-color: #A06A8F;
}
</style>