Shades of Mountbatten Pink #A06B94
Tints of Mountbatten Pink #A06B94
RGB
CMYK
RGB Variations
Color information
#A06B94 (or 0xA06B94) is known color: Mountbatten Pink. HEX triplet: A0, 6B and 94. RGB value is (160,107,148). Sum of RGB (Red+Green+Blue) = 160+107+148=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06B94 is #5F946B. Grayscale: #7F7F7F. Windows color (decimal): -6263916 or 9726880. OLE color: 9726880.
HSL color Cylindrical-coordinate representation of color #A06B94: hue angle of 313.58º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A06B94 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 107 | 148 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.37 |
| HSL | 313.58º | 0.22% | 0.52% | - |
| HSV(B) | 313.58º | 0.33% | 0.63% | - |
| XYZ | 25.1 | 20.13 | 30.58 | - |
| YUV | 127.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 148 | 0 | 0.33 | 0.07 | 0.37 | 313.58 | 0.22 | 0.52 |
| Hex | A0 | 6B | 94 | 0 | 21 | 7 | 25 | 13A | 16 | 34 |
| Octal | 240 | 153 | 224 | 0 | 41 | 7 | 45 | 472 | 26 | 64 |
| Binary | 10100000 | 1101011 | 10010100 | 0 | 100001 | 111 | 100101 | 100111010 | 10110 | 110100 |
Color Harmonies of #A06B94
Complementary color
Monochromatic Colors of #A06B94
Black with #A06B94
Text Example
Text Example
White with #A06B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06B94; }
p { color: rgb(160,107,148); }
H1.HeaderClassName
{
color: #A06B94;
}
.AnyTagClassName
{
color: #A06B94;
}
</style>
background-color css
<style>
a { background-color: #A06B94; }
a { background-color: rgb(160,107,148); }
div.DivClassName
{
background-color: #A06B94;
}
.BgClassName
{
background-color: #A06B94;
}
</style>
border-color css
<style>
span { border-color: #A06B94; }
span { border-color: rgb(160,107,148); }
td.TdClassName
{
border-color: #A06B94;
}
.TagClassName
{
border-color: #A06B94;
}
</style>