Shades of Mountbatten Pink #AB678F
Tints of Mountbatten Pink #AB678F
RGB
CMYK
RGB Variations
Color information
#AB678F (or 0xAB678F) is known color: Mountbatten Pink. HEX triplet: AB, 67 and 8F. RGB value is (171,103,143). Sum of RGB (Red+Green+Blue) = 171+103+143=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB678F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB678F is #549870. Grayscale: #7F7F7F. Windows color (decimal): -5544049 or 9398187. OLE color: 9398187.
HSL color Cylindrical-coordinate representation of color #AB678F: hue angle of 324.71º 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 #AB678F is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 143 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.33 |
| HSL | 324.71º | 0.29% | 0.54% | - |
| HSV(B) | 324.71º | 0.4% | 0.67% | - |
| XYZ | 26.6 | 20.34 | 28.51 | - |
| YUV | 127.89 | 136.53 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 143 | 0 | 0.40 | 0.16 | 0.33 | 324.71 | 0.29 | 0.54 |
| Hex | AB | 67 | 8F | 0 | 28 | 10 | 21 | 145 | 1D | 36 |
| Octal | 253 | 147 | 217 | 0 | 50 | 20 | 41 | 505 | 35 | 66 |
| Binary | 10101011 | 1100111 | 10001111 | 0 | 101000 | 10000 | 100001 | 101000101 | 11101 | 110110 |
Color Harmonies of #AB678F
Complementary color
Monochromatic Colors of #AB678F
Black with #AB678F
Text Example
Text Example
White with #AB678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB678F; }
p { color: rgb(171,103,143); }
H1.HeaderClassName
{
color: #AB678F;
}
.AnyTagClassName
{
color: #AB678F;
}
</style>
background-color css
<style>
a { background-color: #AB678F; }
a { background-color: rgb(171,103,143); }
div.DivClassName
{
background-color: #AB678F;
}
.BgClassName
{
background-color: #AB678F;
}
</style>
border-color css
<style>
span { border-color: #AB678F; }
span { border-color: rgb(171,103,143); }
td.TdClassName
{
border-color: #AB678F;
}
.TagClassName
{
border-color: #AB678F;
}
</style>