Shades of Mountbatten Pink #AC668F
Tints of Mountbatten Pink #AC668F
RGB
CMYK
RGB Variations
Color information
#AC668F (or 0xAC668F) is known color: Mountbatten Pink. HEX triplet: AC, 66 and 8F. RGB value is (172,102,143). Sum of RGB (Red+Green+Blue) = 172+102+143=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC668F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC668F is #539970. Grayscale: #7F7F7F. Windows color (decimal): -5478769 or 9397932. OLE color: 9397932.
HSL color Cylindrical-coordinate representation of color #AC668F: hue angle of 324.86º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC668F is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 143 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.33 |
| HSL | 324.86º | 0.3% | 0.54% | - |
| HSV(B) | 324.86º | 0.41% | 0.67% | - |
| XYZ | 26.72 | 20.26 | 28.49 | - |
| YUV | 127.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 143 | 0 | 0.41 | 0.17 | 0.33 | 324.86 | 0.3 | 0.54 |
| Hex | AC | 66 | 8F | 0 | 29 | 11 | 21 | 145 | 1E | 36 |
| Octal | 254 | 146 | 217 | 0 | 51 | 21 | 41 | 505 | 36 | 66 |
| Binary | 10101100 | 1100110 | 10001111 | 0 | 101001 | 10001 | 100001 | 101000101 | 11110 | 110110 |
Color Harmonies of #AC668F
Complementary color
Monochromatic Colors of #AC668F
Black with #AC668F
Text Example
Text Example
White with #AC668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC668F; }
p { color: rgb(172,102,143); }
H1.HeaderClassName
{
color: #AC668F;
}
.AnyTagClassName
{
color: #AC668F;
}
</style>
background-color css
<style>
a { background-color: #AC668F; }
a { background-color: rgb(172,102,143); }
div.DivClassName
{
background-color: #AC668F;
}
.BgClassName
{
background-color: #AC668F;
}
</style>
border-color css
<style>
span { border-color: #AC668F; }
span { border-color: rgb(172,102,143); }
td.TdClassName
{
border-color: #AC668F;
}
.TagClassName
{
border-color: #AC668F;
}
</style>