Shades of Mountbatten Pink #AB6491
Tints of Mountbatten Pink #AB6491
RGB
CMYK
RGB Variations
Color information
#AB6491 (or 0xAB6491) is known color: Mountbatten Pink. HEX triplet: AB, 64 and 91. RGB value is (171,100,145). Sum of RGB (Red+Green+Blue) = 171+100+145=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6491 is #549B6E. Grayscale: #7E7E7E. Windows color (decimal): -5544815 or 9528491. OLE color: 9528491.
HSL color Cylindrical-coordinate representation of color #AB6491: hue angle of 321.97º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB6491 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 145 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.33 |
| HSL | 321.97º | 0.3% | 0.53% | - |
| HSV(B) | 321.97º | 0.42% | 0.67% | - |
| XYZ | 26.46 | 19.82 | 29.22 | - |
| YUV | 126.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 145 | 0 | 0.42 | 0.15 | 0.33 | 321.97 | 0.3 | 0.53 |
| Hex | AB | 64 | 91 | 0 | 2A | F | 21 | 142 | 1E | 35 |
| Octal | 253 | 144 | 221 | 0 | 52 | 17 | 41 | 502 | 36 | 65 |
| Binary | 10101011 | 1100100 | 10010001 | 0 | 101010 | 1111 | 100001 | 101000010 | 11110 | 110101 |
Color Harmonies of #AB6491
Complementary color
Monochromatic Colors of #AB6491
Black with #AB6491
Text Example
Text Example
White with #AB6491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6491; }
p { color: rgb(171,100,145); }
H1.HeaderClassName
{
color: #AB6491;
}
.AnyTagClassName
{
color: #AB6491;
}
</style>
background-color css
<style>
a { background-color: #AB6491; }
a { background-color: rgb(171,100,145); }
div.DivClassName
{
background-color: #AB6491;
}
.BgClassName
{
background-color: #AB6491;
}
</style>
border-color css
<style>
span { border-color: #AB6491; }
span { border-color: rgb(171,100,145); }
td.TdClassName
{
border-color: #AB6491;
}
.TagClassName
{
border-color: #AB6491;
}
</style>