Shades of Mountbatten Pink #A17992
Tints of Mountbatten Pink #A17992
RGB
CMYK
RGB Variations
Color information
#A17992 (or 0xA17992) is known color: Mountbatten Pink. HEX triplet: A1, 79 and 92. RGB value is (161,121,146). Sum of RGB (Red+Green+Blue) = 161+121+146=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A17992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17992 is #5E866D. Grayscale: #878787. Windows color (decimal): -6194798 or 9599393. OLE color: 9599393.
HSL color Cylindrical-coordinate representation of color #A17992: hue angle of 322.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A17992 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 121 | 146 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.37 |
| HSL | 322.5º | 0.18% | 0.55% | - |
| HSV(B) | 322.5º | 0.25% | 0.63% | - |
| XYZ | 26.72 | 23.33 | 30.29 | - |
| YUV | 135.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 146 | 0 | 0.25 | 0.09 | 0.37 | 322.5 | 0.18 | 0.55 |
| Hex | A1 | 79 | 92 | 0 | 19 | 9 | 25 | 142 | 12 | 37 |
| Octal | 241 | 171 | 222 | 0 | 31 | 11 | 45 | 502 | 22 | 67 |
| Binary | 10100001 | 1111001 | 10010010 | 0 | 11001 | 1001 | 100101 | 101000010 | 10010 | 110111 |
Color Harmonies of #A17992
Complementary color
Monochromatic Colors of #A17992
Black with #A17992
Text Example
Text Example
White with #A17992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17992; }
p { color: rgb(161,121,146); }
H1.HeaderClassName
{
color: #A17992;
}
.AnyTagClassName
{
color: #A17992;
}
</style>
background-color css
<style>
a { background-color: #A17992; }
a { background-color: rgb(161,121,146); }
div.DivClassName
{
background-color: #A17992;
}
.BgClassName
{
background-color: #A17992;
}
</style>
border-color css
<style>
span { border-color: #A17992; }
span { border-color: rgb(161,121,146); }
td.TdClassName
{
border-color: #A17992;
}
.TagClassName
{
border-color: #A17992;
}
</style>