Shades of Mountbatten Pink #A07694
Tints of Mountbatten Pink #A07694
RGB
CMYK
RGB Variations
Color information
#A07694 (or 0xA07694) is known color: Mountbatten Pink. HEX triplet: A0, 76 and 94. RGB value is (160,118,148). Sum of RGB (Red+Green+Blue) = 160+118+148=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A07694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07694 is #5F896B. Grayscale: #858585. Windows color (decimal): -6261100 or 9729696. OLE color: 9729696.
HSL color Cylindrical-coordinate representation of color #A07694: hue angle of 317.14º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A07694 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 148 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.37 |
| HSL | 317.14º | 0.18% | 0.55% | - |
| HSV(B) | 317.14º | 0.26% | 0.63% | - |
| XYZ | 26.32 | 22.57 | 30.99 | - |
| YUV | 133.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 148 | 0 | 0.26 | 0.07 | 0.37 | 317.14 | 0.18 | 0.55 |
| Hex | A0 | 76 | 94 | 0 | 1A | 7 | 25 | 13D | 12 | 37 |
| Octal | 240 | 166 | 224 | 0 | 32 | 7 | 45 | 475 | 22 | 67 |
| Binary | 10100000 | 1110110 | 10010100 | 0 | 11010 | 111 | 100101 | 100111101 | 10010 | 110111 |
Color Harmonies of #A07694
Complementary color
Monochromatic Colors of #A07694
Black with #A07694
Text Example
Text Example
White with #A07694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07694; }
p { color: rgb(160,118,148); }
H1.HeaderClassName
{
color: #A07694;
}
.AnyTagClassName
{
color: #A07694;
}
</style>
background-color css
<style>
a { background-color: #A07694; }
a { background-color: rgb(160,118,148); }
div.DivClassName
{
background-color: #A07694;
}
.BgClassName
{
background-color: #A07694;
}
</style>
border-color css
<style>
span { border-color: #A07694; }
span { border-color: rgb(160,118,148); }
td.TdClassName
{
border-color: #A07694;
}
.TagClassName
{
border-color: #A07694;
}
</style>