Shades of Mountbatten Pink #A16D94
Tints of Mountbatten Pink #A16D94
RGB
CMYK
RGB Variations
Color information
#A16D94 (or 0xA16D94) is known color: Mountbatten Pink. HEX triplet: A1, 6D and 94. RGB value is (161,109,148). Sum of RGB (Red+Green+Blue) = 161+109+148=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16D94 is #5E926B. Grayscale: #808080. Windows color (decimal): -6197868 or 9727393. OLE color: 9727393.
HSL color Cylindrical-coordinate representation of color #A16D94: hue angle of 315º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A16D94 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 148 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.37 |
| HSL | 315º | 0.22% | 0.53% | - |
| HSV(B) | 315º | 0.32% | 0.63% | - |
| XYZ | 25.51 | 20.65 | 30.66 | - |
| YUV | 128.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 148 | 0 | 0.32 | 0.08 | 0.37 | 315 | 0.22 | 0.53 |
| Hex | A1 | 6D | 94 | 0 | 20 | 8 | 25 | 13B | 16 | 35 |
| Octal | 241 | 155 | 224 | 0 | 40 | 10 | 45 | 473 | 26 | 65 |
| Binary | 10100001 | 1101101 | 10010100 | 0 | 100000 | 1000 | 100101 | 100111011 | 10110 | 110101 |
Color Harmonies of #A16D94
Complementary color
Monochromatic Colors of #A16D94
Black with #A16D94
Text Example
Text Example
White with #A16D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D94; }
p { color: rgb(161,109,148); }
H1.HeaderClassName
{
color: #A16D94;
}
.AnyTagClassName
{
color: #A16D94;
}
</style>
background-color css
<style>
a { background-color: #A16D94; }
a { background-color: rgb(161,109,148); }
div.DivClassName
{
background-color: #A16D94;
}
.BgClassName
{
background-color: #A16D94;
}
</style>
border-color css
<style>
span { border-color: #A16D94; }
span { border-color: rgb(161,109,148); }
td.TdClassName
{
border-color: #A16D94;
}
.TagClassName
{
border-color: #A16D94;
}
</style>