Shades of Mountbatten Pink #A1698E
Tints of Mountbatten Pink #A1698E
RGB
CMYK
RGB Variations
Color information
#A1698E (or 0xA1698E) is known color: Mountbatten Pink. HEX triplet: A1, 69 and 8E. RGB value is (161,105,142). Sum of RGB (Red+Green+Blue) = 161+105+142=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A1698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1698E is #5E9671. Grayscale: #7D7D7D. Windows color (decimal): -6198898 or 9333153. OLE color: 9333153.
HSL color Cylindrical-coordinate representation of color #A1698E: hue angle of 320.36º 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 #A1698E is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 142 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.37 |
| HSL | 320.36º | 0.23% | 0.52% | - |
| HSV(B) | 320.36º | 0.35% | 0.63% | - |
| XYZ | 24.63 | 19.63 | 28.08 | - |
| YUV | 125.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 142 | 0 | 0.35 | 0.12 | 0.37 | 320.36 | 0.23 | 0.52 |
| Hex | A1 | 69 | 8E | 0 | 23 | C | 25 | 140 | 17 | 34 |
| Octal | 241 | 151 | 216 | 0 | 43 | 14 | 45 | 500 | 27 | 64 |
| Binary | 10100001 | 1101001 | 10001110 | 0 | 100011 | 1100 | 100101 | 101000000 | 10111 | 110100 |
Color Harmonies of #A1698E
Complementary color
Monochromatic Colors of #A1698E
Black with #A1698E
Text Example
Text Example
White with #A1698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1698E; }
p { color: rgb(161,105,142); }
H1.HeaderClassName
{
color: #A1698E;
}
.AnyTagClassName
{
color: #A1698E;
}
</style>
background-color css
<style>
a { background-color: #A1698E; }
a { background-color: rgb(161,105,142); }
div.DivClassName
{
background-color: #A1698E;
}
.BgClassName
{
background-color: #A1698E;
}
</style>
border-color css
<style>
span { border-color: #A1698E; }
span { border-color: rgb(161,105,142); }
td.TdClassName
{
border-color: #A1698E;
}
.TagClassName
{
border-color: #A1698E;
}
</style>