Shades of Mountbatten Pink #AB6B8E
Tints of Mountbatten Pink #AB6B8E
RGB
CMYK
RGB Variations
Color information
#AB6B8E (or 0xAB6B8E) is known color: Mountbatten Pink. HEX triplet: AB, 6B and 8E. RGB value is (171,107,142). Sum of RGB (Red+Green+Blue) = 171+107+142=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6B8E is #549471. Grayscale: #828282. Windows color (decimal): -5543026 or 9333675. OLE color: 9333675.
HSL color Cylindrical-coordinate representation of color #AB6B8E: hue angle of 327.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6B8E is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 142 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.33 |
| HSL | 327.19º | 0.28% | 0.55% | - |
| HSV(B) | 327.19º | 0.37% | 0.67% | - |
| XYZ | 26.93 | 21.13 | 28.25 | - |
| YUV | 130.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 142 | 0 | 0.37 | 0.17 | 0.33 | 327.19 | 0.28 | 0.55 |
| Hex | AB | 6B | 8E | 0 | 25 | 11 | 21 | 147 | 1C | 37 |
| Octal | 253 | 153 | 216 | 0 | 45 | 21 | 41 | 507 | 34 | 67 |
| Binary | 10101011 | 1101011 | 10001110 | 0 | 100101 | 10001 | 100001 | 101000111 | 11100 | 110111 |
Color Harmonies of #AB6B8E
Complementary color
Monochromatic Colors of #AB6B8E
Black with #AB6B8E
Text Example
Text Example
White with #AB6B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B8E; }
p { color: rgb(171,107,142); }
H1.HeaderClassName
{
color: #AB6B8E;
}
.AnyTagClassName
{
color: #AB6B8E;
}
</style>
background-color css
<style>
a { background-color: #AB6B8E; }
a { background-color: rgb(171,107,142); }
div.DivClassName
{
background-color: #AB6B8E;
}
.BgClassName
{
background-color: #AB6B8E;
}
</style>
border-color css
<style>
span { border-color: #AB6B8E; }
span { border-color: rgb(171,107,142); }
td.TdClassName
{
border-color: #AB6B8E;
}
.TagClassName
{
border-color: #AB6B8E;
}
</style>