Shades of Mountbatten Pink #A2808D
Tints of Mountbatten Pink #A2808D
RGB
CMYK
RGB Variations
Color information
#A2808D (or 0xA2808D) is known color: Mountbatten Pink. HEX triplet: A2, 80 and 8D. RGB value is (162,128,141). Sum of RGB (Red+Green+Blue) = 162+128+141=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A2808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2808D is #5D7F72. Grayscale: #8B8B8B. Windows color (decimal): -6127475 or 9273506. OLE color: 9273506.
HSL color Cylindrical-coordinate representation of color #A2808D: hue angle of 337.06º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2808D is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 128 | 141 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.36 |
| HSL | 337.06º | 0.15% | 0.57% | - |
| HSV(B) | 337.06º | 0.21% | 0.64% | - |
| XYZ | 27.43 | 25.04 | 28.59 | - |
| YUV | 139.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 141 | 0 | 0.21 | 0.13 | 0.36 | 337.06 | 0.15 | 0.57 |
| Hex | A2 | 80 | 8D | 0 | 15 | D | 24 | 151 | F | 39 |
| Octal | 242 | 200 | 215 | 0 | 25 | 15 | 44 | 521 | 17 | 71 |
| Binary | 10100010 | 10000000 | 10001101 | 0 | 10101 | 1101 | 100100 | 101010001 | 1111 | 111001 |
Color Harmonies of #A2808D
Complementary color
Monochromatic Colors of #A2808D
Black with #A2808D
Text Example
Text Example
White with #A2808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2808D; }
p { color: rgb(162,128,141); }
H1.HeaderClassName
{
color: #A2808D;
}
.AnyTagClassName
{
color: #A2808D;
}
</style>
background-color css
<style>
a { background-color: #A2808D; }
a { background-color: rgb(162,128,141); }
div.DivClassName
{
background-color: #A2808D;
}
.BgClassName
{
background-color: #A2808D;
}
</style>
border-color css
<style>
span { border-color: #A2808D; }
span { border-color: rgb(162,128,141); }
td.TdClassName
{
border-color: #A2808D;
}
.TagClassName
{
border-color: #A2808D;
}
</style>