Shades of Mountbatten Pink #AB6793
Tints of Mountbatten Pink #AB6793
RGB
CMYK
RGB Variations
Color information
#AB6793 (or 0xAB6793) is known color: Mountbatten Pink. HEX triplet: AB, 67 and 93. RGB value is (171,103,147). Sum of RGB (Red+Green+Blue) = 171+103+147=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6793 is #54986C. Grayscale: #808080. Windows color (decimal): -5544045 or 9660331. OLE color: 9660331.
HSL color Cylindrical-coordinate representation of color #AB6793: hue angle of 321.18º 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 #AB6793 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 147 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.33 |
| HSL | 321.18º | 0.29% | 0.54% | - |
| HSV(B) | 321.18º | 0.4% | 0.67% | - |
| XYZ | 26.91 | 20.47 | 30.14 | - |
| YUV | 128.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 147 | 0 | 0.40 | 0.14 | 0.33 | 321.18 | 0.29 | 0.54 |
| Hex | AB | 67 | 93 | 0 | 28 | E | 21 | 141 | 1D | 36 |
| Octal | 253 | 147 | 223 | 0 | 50 | 16 | 41 | 501 | 35 | 66 |
| Binary | 10101011 | 1100111 | 10010011 | 0 | 101000 | 1110 | 100001 | 101000001 | 11101 | 110110 |
Color Harmonies of #AB6793
Complementary color
Monochromatic Colors of #AB6793
Black with #AB6793
Text Example
Text Example
White with #AB6793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6793; }
p { color: rgb(171,103,147); }
H1.HeaderClassName
{
color: #AB6793;
}
.AnyTagClassName
{
color: #AB6793;
}
</style>
background-color css
<style>
a { background-color: #AB6793; }
a { background-color: rgb(171,103,147); }
div.DivClassName
{
background-color: #AB6793;
}
.BgClassName
{
background-color: #AB6793;
}
</style>
border-color css
<style>
span { border-color: #AB6793; }
span { border-color: rgb(171,103,147); }
td.TdClassName
{
border-color: #AB6793;
}
.TagClassName
{
border-color: #AB6793;
}
</style>