Shades of Mountbatten Pink #AB708F
Tints of Mountbatten Pink #AB708F
RGB
CMYK
RGB Variations
Color information
#AB708F (or 0xAB708F) is known color: Mountbatten Pink. HEX triplet: AB, 70 and 8F. RGB value is (171,112,143). Sum of RGB (Red+Green+Blue) = 171+112+143=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB708F is #548F70. Grayscale: #858585. Windows color (decimal): -5541745 or 9400491. OLE color: 9400491.
HSL color Cylindrical-coordinate representation of color #AB708F: hue angle of 328.47º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB708F is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 143 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.33 |
| HSL | 328.47º | 0.26% | 0.55% | - |
| HSV(B) | 328.47º | 0.35% | 0.67% | - |
| XYZ | 27.55 | 22.23 | 28.83 | - |
| YUV | 133.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 143 | 0 | 0.35 | 0.16 | 0.33 | 328.47 | 0.26 | 0.55 |
| Hex | AB | 70 | 8F | 0 | 23 | 10 | 21 | 148 | 1A | 37 |
| Octal | 253 | 160 | 217 | 0 | 43 | 20 | 41 | 510 | 32 | 67 |
| Binary | 10101011 | 1110000 | 10001111 | 0 | 100011 | 10000 | 100001 | 101001000 | 11010 | 110111 |
Color Harmonies of #AB708F
Complementary color
Monochromatic Colors of #AB708F
Black with #AB708F
Text Example
Text Example
White with #AB708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB708F; }
p { color: rgb(171,112,143); }
H1.HeaderClassName
{
color: #AB708F;
}
.AnyTagClassName
{
color: #AB708F;
}
</style>
background-color css
<style>
a { background-color: #AB708F; }
a { background-color: rgb(171,112,143); }
div.DivClassName
{
background-color: #AB708F;
}
.BgClassName
{
background-color: #AB708F;
}
</style>
border-color css
<style>
span { border-color: #AB708F; }
span { border-color: rgb(171,112,143); }
td.TdClassName
{
border-color: #AB708F;
}
.TagClassName
{
border-color: #AB708F;
}
</style>