Shades of Mountbatten Pink #A0688E
Tints of Mountbatten Pink #A0688E
RGB
CMYK
RGB Variations
Color information
#A0688E (or 0xA0688E) is known color: Mountbatten Pink. HEX triplet: A0, 68 and 8E. RGB value is (160,104,142). Sum of RGB (Red+Green+Blue) = 160+104+142=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A0688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0688E is #5F9771. Grayscale: #7C7C7C. Windows color (decimal): -6264690 or 9332896. OLE color: 9332896.
HSL color Cylindrical-coordinate representation of color #A0688E: hue angle of 319.29º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0688E is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 142 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.37 |
| HSL | 319.29º | 0.23% | 0.52% | - |
| HSV(B) | 319.29º | 0.35% | 0.63% | - |
| XYZ | 24.33 | 19.33 | 28.04 | - |
| YUV | 125.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 142 | 0 | 0.35 | 0.11 | 0.37 | 319.29 | 0.23 | 0.52 |
| Hex | A0 | 68 | 8E | 0 | 23 | B | 25 | 13F | 17 | 34 |
| Octal | 240 | 150 | 216 | 0 | 43 | 13 | 45 | 477 | 27 | 64 |
| Binary | 10100000 | 1101000 | 10001110 | 0 | 100011 | 1011 | 100101 | 100111111 | 10111 | 110100 |
Color Harmonies of #A0688E
Complementary color
Monochromatic Colors of #A0688E
Black with #A0688E
Text Example
Text Example
White with #A0688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0688E; }
p { color: rgb(160,104,142); }
H1.HeaderClassName
{
color: #A0688E;
}
.AnyTagClassName
{
color: #A0688E;
}
</style>
background-color css
<style>
a { background-color: #A0688E; }
a { background-color: rgb(160,104,142); }
div.DivClassName
{
background-color: #A0688E;
}
.BgClassName
{
background-color: #A0688E;
}
</style>
border-color css
<style>
span { border-color: #A0688E; }
span { border-color: rgb(160,104,142); }
td.TdClassName
{
border-color: #A0688E;
}
.TagClassName
{
border-color: #A0688E;
}
</style>