Shades of Mountbatten Pink #A4698E
Tints of Mountbatten Pink #A4698E
RGB
CMYK
RGB Variations
Color information
#A4698E (or 0xA4698E) is known color: Mountbatten Pink. HEX triplet: A4, 69 and 8E. RGB value is (164,105,142). Sum of RGB (Red+Green+Blue) = 164+105+142=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A4698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4698E is #5B9671. Grayscale: #7E7E7E. Windows color (decimal): -6002290 or 9333156. OLE color: 9333156.
HSL color Cylindrical-coordinate representation of color #A4698E: hue angle of 322.37º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4698E is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 105 | 142 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.36 |
| HSL | 322.37º | 0.24% | 0.53% | - |
| HSV(B) | 322.37º | 0.36% | 0.64% | - |
| XYZ | 25.24 | 19.95 | 28.11 | - |
| YUV | 126.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 105 | 142 | 0 | 0.36 | 0.13 | 0.36 | 322.37 | 0.24 | 0.53 |
| Hex | A4 | 69 | 8E | 0 | 24 | D | 24 | 142 | 18 | 35 |
| Octal | 244 | 151 | 216 | 0 | 44 | 15 | 44 | 502 | 30 | 65 |
| Binary | 10100100 | 1101001 | 10001110 | 0 | 100100 | 1101 | 100100 | 101000010 | 11000 | 110101 |
Color Harmonies of #A4698E
Complementary color
Monochromatic Colors of #A4698E
Black with #A4698E
Text Example
Text Example
White with #A4698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4698E; }
p { color: rgb(164,105,142); }
H1.HeaderClassName
{
color: #A4698E;
}
.AnyTagClassName
{
color: #A4698E;
}
</style>
background-color css
<style>
a { background-color: #A4698E; }
a { background-color: rgb(164,105,142); }
div.DivClassName
{
background-color: #A4698E;
}
.BgClassName
{
background-color: #A4698E;
}
</style>
border-color css
<style>
span { border-color: #A4698E; }
span { border-color: rgb(164,105,142); }
td.TdClassName
{
border-color: #A4698E;
}
.TagClassName
{
border-color: #A4698E;
}
</style>