Shades of Mountbatten Pink #A06C94
Tints of Mountbatten Pink #A06C94
RGB
CMYK
RGB Variations
Color information
#A06C94 (or 0xA06C94) is known color: Mountbatten Pink. HEX triplet: A0, 6C and 94. RGB value is (160,108,148). Sum of RGB (Red+Green+Blue) = 160+108+148=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06C94 is #5F936B. Grayscale: #808080. Windows color (decimal): -6263660 or 9727136. OLE color: 9727136.
HSL color Cylindrical-coordinate representation of color #A06C94: hue angle of 313.85º 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 #A06C94 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 108 | 148 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.37 |
| HSL | 313.85º | 0.21% | 0.53% | - |
| HSV(B) | 313.85º | 0.33% | 0.63% | - |
| XYZ | 25.21 | 20.34 | 30.61 | - |
| YUV | 128.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 148 | 0 | 0.32 | 0.07 | 0.37 | 313.85 | 0.21 | 0.53 |
| Hex | A0 | 6C | 94 | 0 | 20 | 7 | 25 | 13A | 15 | 35 |
| Octal | 240 | 154 | 224 | 0 | 40 | 7 | 45 | 472 | 25 | 65 |
| Binary | 10100000 | 1101100 | 10010100 | 0 | 100000 | 111 | 100101 | 100111010 | 10101 | 110101 |
Color Harmonies of #A06C94
Complementary color
Monochromatic Colors of #A06C94
Black with #A06C94
Text Example
Text Example
White with #A06C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06C94; }
p { color: rgb(160,108,148); }
H1.HeaderClassName
{
color: #A06C94;
}
.AnyTagClassName
{
color: #A06C94;
}
</style>
background-color css
<style>
a { background-color: #A06C94; }
a { background-color: rgb(160,108,148); }
div.DivClassName
{
background-color: #A06C94;
}
.BgClassName
{
background-color: #A06C94;
}
</style>
border-color css
<style>
span { border-color: #A06C94; }
span { border-color: rgb(160,108,148); }
td.TdClassName
{
border-color: #A06C94;
}
.TagClassName
{
border-color: #A06C94;
}
</style>