Shades of Mountbatten Pink #A1688E
Tints of Mountbatten Pink #A1688E
RGB
CMYK
RGB Variations
Color information
#A1688E (or 0xA1688E) is known color: Mountbatten Pink. HEX triplet: A1, 68 and 8E. RGB value is (161,104,142). Sum of RGB (Red+Green+Blue) = 161+104+142=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A1688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1688E is #5E9771. Grayscale: #7D7D7D. Windows color (decimal): -6199154 or 9332897. OLE color: 9332897.
HSL color Cylindrical-coordinate representation of color #A1688E: hue angle of 320º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1688E is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 142 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.37 |
| HSL | 320º | 0.23% | 0.52% | - |
| HSV(B) | 320º | 0.35% | 0.63% | - |
| XYZ | 24.53 | 19.43 | 28.05 | - |
| YUV | 125.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 142 | 0 | 0.35 | 0.12 | 0.37 | 320 | 0.23 | 0.52 |
| Hex | A1 | 68 | 8E | 0 | 23 | C | 25 | 140 | 17 | 34 |
| Octal | 241 | 150 | 216 | 0 | 43 | 14 | 45 | 500 | 27 | 64 |
| Binary | 10100001 | 1101000 | 10001110 | 0 | 100011 | 1100 | 100101 | 101000000 | 10111 | 110100 |
Color Harmonies of #A1688E
Complementary color
Monochromatic Colors of #A1688E
Black with #A1688E
Text Example
Text Example
White with #A1688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1688E; }
p { color: rgb(161,104,142); }
H1.HeaderClassName
{
color: #A1688E;
}
.AnyTagClassName
{
color: #A1688E;
}
</style>
background-color css
<style>
a { background-color: #A1688E; }
a { background-color: rgb(161,104,142); }
div.DivClassName
{
background-color: #A1688E;
}
.BgClassName
{
background-color: #A1688E;
}
</style>
border-color css
<style>
span { border-color: #A1688E; }
span { border-color: rgb(161,104,142); }
td.TdClassName
{
border-color: #A1688E;
}
.TagClassName
{
border-color: #A1688E;
}
</style>