Shades of Mountbatten Pink #A3698E
Tints of Mountbatten Pink #A3698E
RGB
CMYK
RGB Variations
Color information
#A3698E (or 0xA3698E) is known color: Mountbatten Pink. HEX triplet: A3, 69 and 8E. RGB value is (163,105,142). Sum of RGB (Red+Green+Blue) = 163+105+142=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A3698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3698E is #5C9671. Grayscale: #7E7E7E. Windows color (decimal): -6067826 or 9333155. OLE color: 9333155.
HSL color Cylindrical-coordinate representation of color #A3698E: hue angle of 321.72º 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 #A3698E is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 105 | 142 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.36 |
| HSL | 321.72º | 0.24% | 0.53% | - |
| HSV(B) | 321.72º | 0.36% | 0.64% | - |
| XYZ | 25.04 | 19.84 | 28.1 | - |
| YUV | 126.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 142 | 0 | 0.36 | 0.13 | 0.36 | 321.72 | 0.24 | 0.53 |
| Hex | A3 | 69 | 8E | 0 | 24 | D | 24 | 142 | 18 | 35 |
| Octal | 243 | 151 | 216 | 0 | 44 | 15 | 44 | 502 | 30 | 65 |
| Binary | 10100011 | 1101001 | 10001110 | 0 | 100100 | 1101 | 100100 | 101000010 | 11000 | 110101 |
Color Harmonies of #A3698E
Complementary color
Monochromatic Colors of #A3698E
Black with #A3698E
Text Example
Text Example
White with #A3698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3698E; }
p { color: rgb(163,105,142); }
H1.HeaderClassName
{
color: #A3698E;
}
.AnyTagClassName
{
color: #A3698E;
}
</style>
background-color css
<style>
a { background-color: #A3698E; }
a { background-color: rgb(163,105,142); }
div.DivClassName
{
background-color: #A3698E;
}
.BgClassName
{
background-color: #A3698E;
}
</style>
border-color css
<style>
span { border-color: #A3698E; }
span { border-color: rgb(163,105,142); }
td.TdClassName
{
border-color: #A3698E;
}
.TagClassName
{
border-color: #A3698E;
}
</style>