Shades of Mountbatten Pink #A07294
Tints of Mountbatten Pink #A07294
RGB
CMYK
RGB Variations
Color information
#A07294 (or 0xA07294) is known color: Mountbatten Pink. HEX triplet: A0, 72 and 94. RGB value is (160,114,148). Sum of RGB (Red+Green+Blue) = 160+114+148=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A07294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07294 is #5F8D6B. Grayscale: #838383. Windows color (decimal): -6262124 or 9728672. OLE color: 9728672.
HSL color Cylindrical-coordinate representation of color #A07294: hue angle of 315.65º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07294 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 114 | 148 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.37 |
| HSL | 315.65º | 0.19% | 0.54% | - |
| HSV(B) | 315.65º | 0.29% | 0.63% | - |
| XYZ | 25.86 | 21.65 | 30.83 | - |
| YUV | 131.63 | 137.24 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 148 | 0 | 0.29 | 0.07 | 0.37 | 315.65 | 0.19 | 0.54 |
| Hex | A0 | 72 | 94 | 0 | 1D | 7 | 25 | 13C | 13 | 36 |
| Octal | 240 | 162 | 224 | 0 | 35 | 7 | 45 | 474 | 23 | 66 |
| Binary | 10100000 | 1110010 | 10010100 | 0 | 11101 | 111 | 100101 | 100111100 | 10011 | 110110 |
Color Harmonies of #A07294
Complementary color
Monochromatic Colors of #A07294
Black with #A07294
Text Example
Text Example
White with #A07294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07294; }
p { color: rgb(160,114,148); }
H1.HeaderClassName
{
color: #A07294;
}
.AnyTagClassName
{
color: #A07294;
}
</style>
background-color css
<style>
a { background-color: #A07294; }
a { background-color: rgb(160,114,148); }
div.DivClassName
{
background-color: #A07294;
}
.BgClassName
{
background-color: #A07294;
}
</style>
border-color css
<style>
span { border-color: #A07294; }
span { border-color: rgb(160,114,148); }
td.TdClassName
{
border-color: #A07294;
}
.TagClassName
{
border-color: #A07294;
}
</style>