Shades of Mountbatten Pink #A17A8D
Tints of Mountbatten Pink #A17A8D
RGB
CMYK
RGB Variations
Color information
#A17A8D (or 0xA17A8D) is known color: Mountbatten Pink. HEX triplet: A1, 7A and 8D. RGB value is (161,122,141). Sum of RGB (Red+Green+Blue) = 161+122+141=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17A8D is #5E8572. Grayscale: #878787. Windows color (decimal): -6194547 or 9271969. OLE color: 9271969.
HSL color Cylindrical-coordinate representation of color #A17A8D: hue angle of 330.77º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A17A8D is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 141 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.37 |
| HSL | 330.77º | 0.17% | 0.55% | - |
| HSV(B) | 330.77º | 0.24% | 0.63% | - |
| XYZ | 26.47 | 23.42 | 28.32 | - |
| YUV | 135.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 141 | 0 | 0.24 | 0.12 | 0.37 | 330.77 | 0.17 | 0.55 |
| Hex | A1 | 7A | 8D | 0 | 18 | C | 25 | 14B | 11 | 37 |
| Octal | 241 | 172 | 215 | 0 | 30 | 14 | 45 | 513 | 21 | 67 |
| Binary | 10100001 | 1111010 | 10001101 | 0 | 11000 | 1100 | 100101 | 101001011 | 10001 | 110111 |
Color Harmonies of #A17A8D
Complementary color
Monochromatic Colors of #A17A8D
Black with #A17A8D
Text Example
Text Example
White with #A17A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A8D; }
p { color: rgb(161,122,141); }
H1.HeaderClassName
{
color: #A17A8D;
}
.AnyTagClassName
{
color: #A17A8D;
}
</style>
background-color css
<style>
a { background-color: #A17A8D; }
a { background-color: rgb(161,122,141); }
div.DivClassName
{
background-color: #A17A8D;
}
.BgClassName
{
background-color: #A17A8D;
}
</style>
border-color css
<style>
span { border-color: #A17A8D; }
span { border-color: rgb(161,122,141); }
td.TdClassName
{
border-color: #A17A8D;
}
.TagClassName
{
border-color: #A17A8D;
}
</style>