Shades of Mountbatten Pink #A6718F
Tints of Mountbatten Pink #A6718F
RGB
CMYK
RGB Variations
Color information
#A6718F (or 0xA6718F) is known color: Mountbatten Pink. HEX triplet: A6, 71 and 8F. RGB value is (166,113,143). Sum of RGB (Red+Green+Blue) = 166+113+143=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6718F is #598E70. Grayscale: #848484. Windows color (decimal): -5869169 or 9400742. OLE color: 9400742.
HSL color Cylindrical-coordinate representation of color #A6718F: hue angle of 326.04º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6718F is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 113 | 143 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.35 |
| HSL | 326.04º | 0.23% | 0.55% | - |
| HSV(B) | 326.04º | 0.32% | 0.65% | - |
| XYZ | 26.59 | 21.9 | 28.81 | - |
| YUV | 132.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 143 | 0 | 0.32 | 0.14 | 0.35 | 326.04 | 0.23 | 0.55 |
| Hex | A6 | 71 | 8F | 0 | 20 | E | 23 | 146 | 17 | 37 |
| Octal | 246 | 161 | 217 | 0 | 40 | 16 | 43 | 506 | 27 | 67 |
| Binary | 10100110 | 1110001 | 10001111 | 0 | 100000 | 1110 | 100011 | 101000110 | 10111 | 110111 |
Color Harmonies of #A6718F
Complementary color
Monochromatic Colors of #A6718F
Black with #A6718F
Text Example
Text Example
White with #A6718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6718F; }
p { color: rgb(166,113,143); }
H1.HeaderClassName
{
color: #A6718F;
}
.AnyTagClassName
{
color: #A6718F;
}
</style>
background-color css
<style>
a { background-color: #A6718F; }
a { background-color: rgb(166,113,143); }
div.DivClassName
{
background-color: #A6718F;
}
.BgClassName
{
background-color: #A6718F;
}
</style>
border-color css
<style>
span { border-color: #A6718F; }
span { border-color: rgb(166,113,143); }
td.TdClassName
{
border-color: #A6718F;
}
.TagClassName
{
border-color: #A6718F;
}
</style>