Shades of Mountbatten Pink #A6758E
Tints of Mountbatten Pink #A6758E
RGB
CMYK
RGB Variations
Color information
#A6758E (or 0xA6758E) is known color: Mountbatten Pink. HEX triplet: A6, 75 and 8E. RGB value is (166,117,142). Sum of RGB (Red+Green+Blue) = 166+117+142=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A6758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6758E is #598A71. Grayscale: #868686. Windows color (decimal): -5868146 or 9336230. OLE color: 9336230.
HSL color Cylindrical-coordinate representation of color #A6758E: hue angle of 329.39º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6758E is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 142 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.35 |
| HSL | 329.39º | 0.22% | 0.55% | - |
| HSV(B) | 329.39º | 0.3% | 0.65% | - |
| XYZ | 26.97 | 22.78 | 28.57 | - |
| YUV | 134.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 142 | 0 | 0.30 | 0.14 | 0.35 | 329.39 | 0.22 | 0.55 |
| Hex | A6 | 75 | 8E | 0 | 1E | E | 23 | 149 | 16 | 37 |
| Octal | 246 | 165 | 216 | 0 | 36 | 16 | 43 | 511 | 26 | 67 |
| Binary | 10100110 | 1110101 | 10001110 | 0 | 11110 | 1110 | 100011 | 101001001 | 10110 | 110111 |
Color Harmonies of #A6758E
Complementary color
Monochromatic Colors of #A6758E
Black with #A6758E
Text Example
Text Example
White with #A6758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6758E; }
p { color: rgb(166,117,142); }
H1.HeaderClassName
{
color: #A6758E;
}
.AnyTagClassName
{
color: #A6758E;
}
</style>
background-color css
<style>
a { background-color: #A6758E; }
a { background-color: rgb(166,117,142); }
div.DivClassName
{
background-color: #A6758E;
}
.BgClassName
{
background-color: #A6758E;
}
</style>
border-color css
<style>
span { border-color: #A6758E; }
span { border-color: rgb(166,117,142); }
td.TdClassName
{
border-color: #A6758E;
}
.TagClassName
{
border-color: #A6758E;
}
</style>