Shades of Mountbatten Pink #A8698F
Tints of Mountbatten Pink #A8698F
RGB
CMYK
RGB Variations
Color information
#A8698F (or 0xA8698F) is known color: Mountbatten Pink. HEX triplet: A8, 69 and 8F. RGB value is (168,105,143). Sum of RGB (Red+Green+Blue) = 168+105+143=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A8698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8698F is #579670. Grayscale: #808080. Windows color (decimal): -5740145 or 9398696. OLE color: 9398696.
HSL color Cylindrical-coordinate representation of color #A8698F: hue angle of 323.81º 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 #A8698F is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 143 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.34 |
| HSL | 323.81º | 0.27% | 0.54% | - |
| HSV(B) | 323.81º | 0.38% | 0.66% | - |
| XYZ | 26.16 | 20.41 | 28.55 | - |
| YUV | 128.17 | 136.37 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 143 | 0 | 0.38 | 0.15 | 0.34 | 323.81 | 0.27 | 0.54 |
| Hex | A8 | 69 | 8F | 0 | 26 | F | 22 | 144 | 1B | 36 |
| Octal | 250 | 151 | 217 | 0 | 46 | 17 | 42 | 504 | 33 | 66 |
| Binary | 10101000 | 1101001 | 10001111 | 0 | 100110 | 1111 | 100010 | 101000100 | 11011 | 110110 |
Color Harmonies of #A8698F
Complementary color
Monochromatic Colors of #A8698F
Black with #A8698F
Text Example
Text Example
White with #A8698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8698F; }
p { color: rgb(168,105,143); }
H1.HeaderClassName
{
color: #A8698F;
}
.AnyTagClassName
{
color: #A8698F;
}
</style>
background-color css
<style>
a { background-color: #A8698F; }
a { background-color: rgb(168,105,143); }
div.DivClassName
{
background-color: #A8698F;
}
.BgClassName
{
background-color: #A8698F;
}
</style>
border-color css
<style>
span { border-color: #A8698F; }
span { border-color: rgb(168,105,143); }
td.TdClassName
{
border-color: #A8698F;
}
.TagClassName
{
border-color: #A8698F;
}
</style>