Shades of Mountbatten Pink #A6768F
Tints of Mountbatten Pink #A6768F
RGB
CMYK
RGB Variations
Color information
#A6768F (or 0xA6768F) is known color: Mountbatten Pink. HEX triplet: A6, 76 and 8F. RGB value is (166,118,143). Sum of RGB (Red+Green+Blue) = 166+118+143=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A6768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6768F is #598970. Grayscale: #878787. Windows color (decimal): -5867889 or 9402022. OLE color: 9402022.
HSL color Cylindrical-coordinate representation of color #A6768F: hue angle of 328.75º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6768F is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 118 | 143 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.35 |
| HSL | 328.75º | 0.21% | 0.56% | - |
| HSV(B) | 328.75º | 0.29% | 0.65% | - |
| XYZ | 27.16 | 23.05 | 29 | - |
| YUV | 135.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 143 | 0 | 0.29 | 0.14 | 0.35 | 328.75 | 0.21 | 0.56 |
| Hex | A6 | 76 | 8F | 0 | 1D | E | 23 | 149 | 15 | 38 |
| Octal | 246 | 166 | 217 | 0 | 35 | 16 | 43 | 511 | 25 | 70 |
| Binary | 10100110 | 1110110 | 10001111 | 0 | 11101 | 1110 | 100011 | 101001001 | 10101 | 111000 |
Color Harmonies of #A6768F
Complementary color
Monochromatic Colors of #A6768F
Black with #A6768F
Text Example
Text Example
White with #A6768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6768F; }
p { color: rgb(166,118,143); }
H1.HeaderClassName
{
color: #A6768F;
}
.AnyTagClassName
{
color: #A6768F;
}
</style>
background-color css
<style>
a { background-color: #A6768F; }
a { background-color: rgb(166,118,143); }
div.DivClassName
{
background-color: #A6768F;
}
.BgClassName
{
background-color: #A6768F;
}
</style>
border-color css
<style>
span { border-color: #A6768F; }
span { border-color: rgb(166,118,143); }
td.TdClassName
{
border-color: #A6768F;
}
.TagClassName
{
border-color: #A6768F;
}
</style>