Shades of Mountbatten Pink #A17B8D
Tints of Mountbatten Pink #A17B8D
RGB
CMYK
RGB Variations
Color information
#A17B8D (or 0xA17B8D) is known color: Mountbatten Pink. HEX triplet: A1, 7B and 8D. RGB value is (161,123,141). Sum of RGB (Red+Green+Blue) = 161+123+141=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17B8D is #5E8472. Grayscale: #888888. Windows color (decimal): -6194291 or 9272225. OLE color: 9272225.
HSL color Cylindrical-coordinate representation of color #A17B8D: hue angle of 331.58º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A17B8D is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 123 | 141 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.37 |
| HSL | 331.58º | 0.17% | 0.56% | - |
| HSV(B) | 331.58º | 0.24% | 0.63% | - |
| XYZ | 26.59 | 23.67 | 28.37 | - |
| YUV | 136.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 141 | 0 | 0.24 | 0.12 | 0.37 | 331.58 | 0.17 | 0.56 |
| Hex | A1 | 7B | 8D | 0 | 18 | C | 25 | 14C | 11 | 38 |
| Octal | 241 | 173 | 215 | 0 | 30 | 14 | 45 | 514 | 21 | 70 |
| Binary | 10100001 | 1111011 | 10001101 | 0 | 11000 | 1100 | 100101 | 101001100 | 10001 | 111000 |
Color Harmonies of #A17B8D
Complementary color
Monochromatic Colors of #A17B8D
Black with #A17B8D
Text Example
Text Example
White with #A17B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17B8D; }
p { color: rgb(161,123,141); }
H1.HeaderClassName
{
color: #A17B8D;
}
.AnyTagClassName
{
color: #A17B8D;
}
</style>
background-color css
<style>
a { background-color: #A17B8D; }
a { background-color: rgb(161,123,141); }
div.DivClassName
{
background-color: #A17B8D;
}
.BgClassName
{
background-color: #A17B8D;
}
</style>
border-color css
<style>
span { border-color: #A17B8D; }
span { border-color: rgb(161,123,141); }
td.TdClassName
{
border-color: #A17B8D;
}
.TagClassName
{
border-color: #A17B8D;
}
</style>