Shades of Mountbatten Pink #AB6C90
Tints of Mountbatten Pink #AB6C90
RGB
CMYK
RGB Variations
Color information
#AB6C90 (or 0xAB6C90) is known color: Mountbatten Pink. HEX triplet: AB, 6C and 90. RGB value is (171,108,144). Sum of RGB (Red+Green+Blue) = 171+108+144=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6C90 is #54936F. Grayscale: #828282. Windows color (decimal): -5542768 or 9465003. OLE color: 9465003.
HSL color Cylindrical-coordinate representation of color #AB6C90: hue angle of 325.71º degrees, saturation: 0.27, 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 #AB6C90 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 144 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.33 |
| HSL | 325.71º | 0.27% | 0.55% | - |
| HSV(B) | 325.71º | 0.37% | 0.67% | - |
| XYZ | 27.19 | 21.4 | 29.08 | - |
| YUV | 130.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 144 | 0 | 0.37 | 0.16 | 0.33 | 325.71 | 0.27 | 0.55 |
| Hex | AB | 6C | 90 | 0 | 25 | 10 | 21 | 146 | 1B | 37 |
| Octal | 253 | 154 | 220 | 0 | 45 | 20 | 41 | 506 | 33 | 67 |
| Binary | 10101011 | 1101100 | 10010000 | 0 | 100101 | 10000 | 100001 | 101000110 | 11011 | 110111 |
Color Harmonies of #AB6C90
Complementary color
Monochromatic Colors of #AB6C90
Black with #AB6C90
Text Example
Text Example
White with #AB6C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C90; }
p { color: rgb(171,108,144); }
H1.HeaderClassName
{
color: #AB6C90;
}
.AnyTagClassName
{
color: #AB6C90;
}
</style>
background-color css
<style>
a { background-color: #AB6C90; }
a { background-color: rgb(171,108,144); }
div.DivClassName
{
background-color: #AB6C90;
}
.BgClassName
{
background-color: #AB6C90;
}
</style>
border-color css
<style>
span { border-color: #AB6C90; }
span { border-color: rgb(171,108,144); }
td.TdClassName
{
border-color: #AB6C90;
}
.TagClassName
{
border-color: #AB6C90;
}
</style>