Shades of Mountbatten Pink #AB678E
Tints of Mountbatten Pink #AB678E
RGB
CMYK
RGB Variations
Color information
#AB678E (or 0xAB678E) is known color: Mountbatten Pink. HEX triplet: AB, 67 and 8E. RGB value is (171,103,142). Sum of RGB (Red+Green+Blue) = 171+103+142=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB678E is #549871. Grayscale: #7F7F7F. Windows color (decimal): -5544050 or 9332651. OLE color: 9332651.
HSL color Cylindrical-coordinate representation of color #AB678E: hue angle of 325.59º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB678E is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 142 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.33 |
| HSL | 325.59º | 0.29% | 0.54% | - |
| HSV(B) | 325.59º | 0.4% | 0.67% | - |
| XYZ | 26.53 | 20.31 | 28.11 | - |
| YUV | 127.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 142 | 0 | 0.40 | 0.17 | 0.33 | 325.59 | 0.29 | 0.54 |
| Hex | AB | 67 | 8E | 0 | 28 | 11 | 21 | 146 | 1D | 36 |
| Octal | 253 | 147 | 216 | 0 | 50 | 21 | 41 | 506 | 35 | 66 |
| Binary | 10101011 | 1100111 | 10001110 | 0 | 101000 | 10001 | 100001 | 101000110 | 11101 | 110110 |
Color Harmonies of #AB678E
Complementary color
Monochromatic Colors of #AB678E
Black with #AB678E
Text Example
Text Example
White with #AB678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB678E; }
p { color: rgb(171,103,142); }
H1.HeaderClassName
{
color: #AB678E;
}
.AnyTagClassName
{
color: #AB678E;
}
</style>
background-color css
<style>
a { background-color: #AB678E; }
a { background-color: rgb(171,103,142); }
div.DivClassName
{
background-color: #AB678E;
}
.BgClassName
{
background-color: #AB678E;
}
</style>
border-color css
<style>
span { border-color: #AB678E; }
span { border-color: rgb(171,103,142); }
td.TdClassName
{
border-color: #AB678E;
}
.TagClassName
{
border-color: #AB678E;
}
</style>