Shades of Mountbatten Pink #A8698E
Tints of Mountbatten Pink #A8698E
RGB
CMYK
RGB Variations
Color information
#A8698E (or 0xA8698E) is known color: Mountbatten Pink. HEX triplet: A8, 69 and 8E. RGB value is (168,105,142). Sum of RGB (Red+Green+Blue) = 168+105+142=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A8698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8698E is #579671. Grayscale: #7F7F7F. Windows color (decimal): -5740146 or 9333160. OLE color: 9333160.
HSL color Cylindrical-coordinate representation of color #A8698E: hue angle of 324.76º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8698E is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 142 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.34 |
| HSL | 324.76º | 0.27% | 0.54% | - |
| HSV(B) | 324.76º | 0.38% | 0.66% | - |
| XYZ | 26.08 | 20.38 | 28.15 | - |
| YUV | 128.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 142 | 0 | 0.38 | 0.15 | 0.34 | 324.76 | 0.27 | 0.54 |
| Hex | A8 | 69 | 8E | 0 | 26 | F | 22 | 145 | 1B | 36 |
| Octal | 250 | 151 | 216 | 0 | 46 | 17 | 42 | 505 | 33 | 66 |
| Binary | 10101000 | 1101001 | 10001110 | 0 | 100110 | 1111 | 100010 | 101000101 | 11011 | 110110 |
Color Harmonies of #A8698E
Complementary color
Monochromatic Colors of #A8698E
Black with #A8698E
Text Example
Text Example
White with #A8698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8698E; }
p { color: rgb(168,105,142); }
H1.HeaderClassName
{
color: #A8698E;
}
.AnyTagClassName
{
color: #A8698E;
}
</style>
background-color css
<style>
a { background-color: #A8698E; }
a { background-color: rgb(168,105,142); }
div.DivClassName
{
background-color: #A8698E;
}
.BgClassName
{
background-color: #A8698E;
}
</style>
border-color css
<style>
span { border-color: #A8698E; }
span { border-color: rgb(168,105,142); }
td.TdClassName
{
border-color: #A8698E;
}
.TagClassName
{
border-color: #A8698E;
}
</style>