Shades of Mountbatten Pink #A3838E
Tints of Mountbatten Pink #A3838E
RGB
CMYK
RGB Variations
Color information
#A3838E (or 0xA3838E) is known color: Mountbatten Pink. HEX triplet: A3, 83 and 8E. RGB value is (163,131,142). Sum of RGB (Red+Green+Blue) = 163+131+142=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A3838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3838E is #5C7C71. Grayscale: #8D8D8D. Windows color (decimal): -6061170 or 9339811. OLE color: 9339811.
HSL color Cylindrical-coordinate representation of color #A3838E: hue angle of 339.38º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3838E is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 131 | 142 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.36 |
| HSL | 339.38º | 0.15% | 0.58% | - |
| HSV(B) | 339.38º | 0.2% | 0.64% | - |
| XYZ | 28.1 | 25.97 | 29.12 | - |
| YUV | 141.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 142 | 0 | 0.20 | 0.13 | 0.36 | 339.38 | 0.15 | 0.58 |
| Hex | A3 | 83 | 8E | 0 | 14 | D | 24 | 153 | F | 3A |
| Octal | 243 | 203 | 216 | 0 | 24 | 15 | 44 | 523 | 17 | 72 |
| Binary | 10100011 | 10000011 | 10001110 | 0 | 10100 | 1101 | 100100 | 101010011 | 1111 | 111010 |
Color Harmonies of #A3838E
Complementary color
Monochromatic Colors of #A3838E
Black with #A3838E
Text Example
Text Example
White with #A3838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3838E; }
p { color: rgb(163,131,142); }
H1.HeaderClassName
{
color: #A3838E;
}
.AnyTagClassName
{
color: #A3838E;
}
</style>
background-color css
<style>
a { background-color: #A3838E; }
a { background-color: rgb(163,131,142); }
div.DivClassName
{
background-color: #A3838E;
}
.BgClassName
{
background-color: #A3838E;
}
</style>
border-color css
<style>
span { border-color: #A3838E; }
span { border-color: rgb(163,131,142); }
td.TdClassName
{
border-color: #A3838E;
}
.TagClassName
{
border-color: #A3838E;
}
</style>