Shades of Mountbatten Pink #A47192
Tints of Mountbatten Pink #A47192
RGB
CMYK
RGB Variations
Color information
#A47192 (or 0xA47192) is known color: Mountbatten Pink. HEX triplet: A4, 71 and 92. RGB value is (164,113,146). Sum of RGB (Red+Green+Blue) = 164+113+146=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A47192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47192 is #5B8E6D. Grayscale: #838383. Windows color (decimal): -6000238 or 9597348. OLE color: 9597348.
HSL color Cylindrical-coordinate representation of color #A47192: hue angle of 321.18º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A47192 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 113 | 146 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.36 |
| HSL | 321.18º | 0.22% | 0.54% | - |
| HSV(B) | 321.18º | 0.31% | 0.64% | - |
| XYZ | 26.4 | 21.78 | 30.01 | - |
| YUV | 132.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 146 | 0 | 0.31 | 0.11 | 0.36 | 321.18 | 0.22 | 0.54 |
| Hex | A4 | 71 | 92 | 0 | 1F | B | 24 | 141 | 16 | 36 |
| Octal | 244 | 161 | 222 | 0 | 37 | 13 | 44 | 501 | 26 | 66 |
| Binary | 10100100 | 1110001 | 10010010 | 0 | 11111 | 1011 | 100100 | 101000001 | 10110 | 110110 |
Color Harmonies of #A47192
Complementary color
Monochromatic Colors of #A47192
Black with #A47192
Text Example
Text Example
White with #A47192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47192; }
p { color: rgb(164,113,146); }
H1.HeaderClassName
{
color: #A47192;
}
.AnyTagClassName
{
color: #A47192;
}
</style>
background-color css
<style>
a { background-color: #A47192; }
a { background-color: rgb(164,113,146); }
div.DivClassName
{
background-color: #A47192;
}
.BgClassName
{
background-color: #A47192;
}
</style>
border-color css
<style>
span { border-color: #A47192; }
span { border-color: rgb(164,113,146); }
td.TdClassName
{
border-color: #A47192;
}
.TagClassName
{
border-color: #A47192;
}
</style>