Shades of Mountbatten Pink #A1698D
Tints of Mountbatten Pink #A1698D
RGB
CMYK
RGB Variations
Color information
#A1698D (or 0xA1698D) is known color: Mountbatten Pink. HEX triplet: A1, 69 and 8D. RGB value is (161,105,141). Sum of RGB (Red+Green+Blue) = 161+105+141=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A1698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1698D is #5E9672. Grayscale: #7D7D7D. Windows color (decimal): -6198899 or 9267617. OLE color: 9267617.
HSL color Cylindrical-coordinate representation of color #A1698D: hue angle of 321.43º 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 #A1698D is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 141 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.37 |
| HSL | 321.43º | 0.23% | 0.52% | - |
| HSV(B) | 321.43º | 0.35% | 0.63% | - |
| XYZ | 24.56 | 19.6 | 27.69 | - |
| YUV | 125.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 141 | 0 | 0.35 | 0.12 | 0.37 | 321.43 | 0.23 | 0.52 |
| Hex | A1 | 69 | 8D | 0 | 23 | C | 25 | 141 | 17 | 34 |
| Octal | 241 | 151 | 215 | 0 | 43 | 14 | 45 | 501 | 27 | 64 |
| Binary | 10100001 | 1101001 | 10001101 | 0 | 100011 | 1100 | 100101 | 101000001 | 10111 | 110100 |
Color Harmonies of #A1698D
Complementary color
Monochromatic Colors of #A1698D
Black with #A1698D
Text Example
Text Example
White with #A1698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1698D; }
p { color: rgb(161,105,141); }
H1.HeaderClassName
{
color: #A1698D;
}
.AnyTagClassName
{
color: #A1698D;
}
</style>
background-color css
<style>
a { background-color: #A1698D; }
a { background-color: rgb(161,105,141); }
div.DivClassName
{
background-color: #A1698D;
}
.BgClassName
{
background-color: #A1698D;
}
</style>
border-color css
<style>
span { border-color: #A1698D; }
span { border-color: rgb(161,105,141); }
td.TdClassName
{
border-color: #A1698D;
}
.TagClassName
{
border-color: #A1698D;
}
</style>