Shades of Mountbatten Pink #A1808F
Tints of Mountbatten Pink #A1808F
RGB
CMYK
RGB Variations
Color information
#A1808F (or 0xA1808F) is known color: Mountbatten Pink. HEX triplet: A1, 80 and 8F. RGB value is (161,128,143). Sum of RGB (Red+Green+Blue) = 161+128+143=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A1808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1808F is #5E7F70. Grayscale: #8B8B8B. Windows color (decimal): -6193009 or 9404577. OLE color: 9404577.
HSL color Cylindrical-coordinate representation of color #A1808F: hue angle of 332.73º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1808F is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 128 | 143 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.37 |
| HSL | 332.73º | 0.15% | 0.57% | - |
| HSV(B) | 332.73º | 0.2% | 0.63% | - |
| XYZ | 27.38 | 25 | 29.37 | - |
| YUV | 139.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 143 | 0 | 0.20 | 0.11 | 0.37 | 332.73 | 0.15 | 0.57 |
| Hex | A1 | 80 | 8F | 0 | 14 | B | 25 | 14D | F | 39 |
| Octal | 241 | 200 | 217 | 0 | 24 | 13 | 45 | 515 | 17 | 71 |
| Binary | 10100001 | 10000000 | 10001111 | 0 | 10100 | 1011 | 100101 | 101001101 | 1111 | 111001 |
Color Harmonies of #A1808F
Complementary color
Monochromatic Colors of #A1808F
Black with #A1808F
Text Example
Text Example
White with #A1808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1808F; }
p { color: rgb(161,128,143); }
H1.HeaderClassName
{
color: #A1808F;
}
.AnyTagClassName
{
color: #A1808F;
}
</style>
background-color css
<style>
a { background-color: #A1808F; }
a { background-color: rgb(161,128,143); }
div.DivClassName
{
background-color: #A1808F;
}
.BgClassName
{
background-color: #A1808F;
}
</style>
border-color css
<style>
span { border-color: #A1808F; }
span { border-color: rgb(161,128,143); }
td.TdClassName
{
border-color: #A1808F;
}
.TagClassName
{
border-color: #A1808F;
}
</style>