Shades of Mountbatten Pink #AB6691
Tints of Mountbatten Pink #AB6691
RGB
CMYK
RGB Variations
Color information
#AB6691 (or 0xAB6691) is known color: Mountbatten Pink. HEX triplet: AB, 66 and 91. RGB value is (171,102,145). Sum of RGB (Red+Green+Blue) = 171+102+145=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6691 is #54996E. Grayscale: #7F7F7F. Windows color (decimal): -5544303 or 9529003. OLE color: 9529003.
HSL color Cylindrical-coordinate representation of color #AB6691: hue angle of 322.61º 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 #AB6691 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 145 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.33 |
| HSL | 322.61º | 0.29% | 0.54% | - |
| HSV(B) | 322.61º | 0.4% | 0.67% | - |
| XYZ | 26.66 | 20.21 | 29.28 | - |
| YUV | 127.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 145 | 0 | 0.40 | 0.15 | 0.33 | 322.61 | 0.29 | 0.54 |
| Hex | AB | 66 | 91 | 0 | 28 | F | 21 | 143 | 1D | 36 |
| Octal | 253 | 146 | 221 | 0 | 50 | 17 | 41 | 503 | 35 | 66 |
| Binary | 10101011 | 1100110 | 10010001 | 0 | 101000 | 1111 | 100001 | 101000011 | 11101 | 110110 |
Color Harmonies of #AB6691
Complementary color
Monochromatic Colors of #AB6691
Black with #AB6691
Text Example
Text Example
White with #AB6691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6691; }
p { color: rgb(171,102,145); }
H1.HeaderClassName
{
color: #AB6691;
}
.AnyTagClassName
{
color: #AB6691;
}
</style>
background-color css
<style>
a { background-color: #AB6691; }
a { background-color: rgb(171,102,145); }
div.DivClassName
{
background-color: #AB6691;
}
.BgClassName
{
background-color: #AB6691;
}
</style>
border-color css
<style>
span { border-color: #AB6691; }
span { border-color: rgb(171,102,145); }
td.TdClassName
{
border-color: #AB6691;
}
.TagClassName
{
border-color: #AB6691;
}
</style>