Shades of Mountbatten Pink #A16C93
Tints of Mountbatten Pink #A16C93
RGB
CMYK
RGB Variations
Color information
#A16C93 (or 0xA16C93) is known color: Mountbatten Pink. HEX triplet: A1, 6C and 93. RGB value is (161,108,147). Sum of RGB (Red+Green+Blue) = 161+108+147=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16C93 is #5E936C. Grayscale: #808080. Windows color (decimal): -6198125 or 9661601. OLE color: 9661601.
HSL color Cylindrical-coordinate representation of color #A16C93: hue angle of 315.85º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A16C93 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 147 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.37 |
| HSL | 315.85º | 0.22% | 0.53% | - |
| HSV(B) | 315.85º | 0.33% | 0.63% | - |
| XYZ | 25.33 | 20.41 | 30.21 | - |
| YUV | 128.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 147 | 0 | 0.33 | 0.09 | 0.37 | 315.85 | 0.22 | 0.53 |
| Hex | A1 | 6C | 93 | 0 | 21 | 9 | 25 | 13C | 16 | 35 |
| Octal | 241 | 154 | 223 | 0 | 41 | 11 | 45 | 474 | 26 | 65 |
| Binary | 10100001 | 1101100 | 10010011 | 0 | 100001 | 1001 | 100101 | 100111100 | 10110 | 110101 |
Color Harmonies of #A16C93
Complementary color
Monochromatic Colors of #A16C93
Black with #A16C93
Text Example
Text Example
White with #A16C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C93; }
p { color: rgb(161,108,147); }
H1.HeaderClassName
{
color: #A16C93;
}
.AnyTagClassName
{
color: #A16C93;
}
</style>
background-color css
<style>
a { background-color: #A16C93; }
a { background-color: rgb(161,108,147); }
div.DivClassName
{
background-color: #A16C93;
}
.BgClassName
{
background-color: #A16C93;
}
</style>
border-color css
<style>
span { border-color: #A16C93; }
span { border-color: rgb(161,108,147); }
td.TdClassName
{
border-color: #A16C93;
}
.TagClassName
{
border-color: #A16C93;
}
</style>