Shades of Mountbatten Pink #AB6990
Tints of Mountbatten Pink #AB6990
RGB
CMYK
RGB Variations
Color information
#AB6990 (or 0xAB6990) is known color: Mountbatten Pink. HEX triplet: AB, 69 and 90. RGB value is (171,105,144). Sum of RGB (Red+Green+Blue) = 171+105+144=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6990 is #54966F. Grayscale: #818181. Windows color (decimal): -5543536 or 9464235. OLE color: 9464235.
HSL color Cylindrical-coordinate representation of color #AB6990: hue angle of 324.55º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB6990 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 144 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.33 |
| HSL | 324.55º | 0.28% | 0.54% | - |
| HSV(B) | 324.55º | 0.39% | 0.67% | - |
| XYZ | 26.88 | 20.77 | 28.98 | - |
| YUV | 129.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 144 | 0 | 0.39 | 0.16 | 0.33 | 324.55 | 0.28 | 0.54 |
| Hex | AB | 69 | 90 | 0 | 27 | 10 | 21 | 145 | 1C | 36 |
| Octal | 253 | 151 | 220 | 0 | 47 | 20 | 41 | 505 | 34 | 66 |
| Binary | 10101011 | 1101001 | 10010000 | 0 | 100111 | 10000 | 100001 | 101000101 | 11100 | 110110 |
Color Harmonies of #AB6990
Complementary color
Monochromatic Colors of #AB6990
Black with #AB6990
Text Example
Text Example
White with #AB6990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6990; }
p { color: rgb(171,105,144); }
H1.HeaderClassName
{
color: #AB6990;
}
.AnyTagClassName
{
color: #AB6990;
}
</style>
background-color css
<style>
a { background-color: #AB6990; }
a { background-color: rgb(171,105,144); }
div.DivClassName
{
background-color: #AB6990;
}
.BgClassName
{
background-color: #AB6990;
}
</style>
border-color css
<style>
span { border-color: #AB6990; }
span { border-color: rgb(171,105,144); }
td.TdClassName
{
border-color: #AB6990;
}
.TagClassName
{
border-color: #AB6990;
}
</style>