Shades of Mountbatten Pink #AC698F
Tints of Mountbatten Pink #AC698F
RGB
CMYK
RGB Variations
Color information
#AC698F (or 0xAC698F) is known color: Mountbatten Pink. HEX triplet: AC, 69 and 8F. RGB value is (172,105,143). Sum of RGB (Red+Green+Blue) = 172+105+143=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC698F is #539670. Grayscale: #818181. Windows color (decimal): -5478001 or 9398700. OLE color: 9398700.
HSL color Cylindrical-coordinate representation of color #AC698F: hue angle of 325.97º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC698F is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 143 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.33 |
| HSL | 325.97º | 0.29% | 0.54% | - |
| HSV(B) | 325.97º | 0.39% | 0.67% | - |
| XYZ | 27.02 | 20.86 | 28.59 | - |
| YUV | 129.37 | 135.7 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 143 | 0 | 0.39 | 0.17 | 0.33 | 325.97 | 0.29 | 0.54 |
| Hex | AC | 69 | 8F | 0 | 27 | 11 | 21 | 146 | 1D | 36 |
| Octal | 254 | 151 | 217 | 0 | 47 | 21 | 41 | 506 | 35 | 66 |
| Binary | 10101100 | 1101001 | 10001111 | 0 | 100111 | 10001 | 100001 | 101000110 | 11101 | 110110 |
Color Harmonies of #AC698F
Complementary color
Monochromatic Colors of #AC698F
Black with #AC698F
Text Example
Text Example
White with #AC698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC698F; }
p { color: rgb(172,105,143); }
H1.HeaderClassName
{
color: #AC698F;
}
.AnyTagClassName
{
color: #AC698F;
}
</style>
background-color css
<style>
a { background-color: #AC698F; }
a { background-color: rgb(172,105,143); }
div.DivClassName
{
background-color: #AC698F;
}
.BgClassName
{
background-color: #AC698F;
}
</style>
border-color css
<style>
span { border-color: #AC698F; }
span { border-color: rgb(172,105,143); }
td.TdClassName
{
border-color: #AC698F;
}
.TagClassName
{
border-color: #AC698F;
}
</style>