Shades of Mountbatten Pink #AC6A8F
Tints of Mountbatten Pink #AC6A8F
RGB
CMYK
RGB Variations
Color information
#AC6A8F (or 0xAC6A8F) is known color: Mountbatten Pink. HEX triplet: AC, 6A and 8F. RGB value is (172,106,143). Sum of RGB (Red+Green+Blue) = 172+106+143=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6A8F is #539570. Grayscale: #818181. Windows color (decimal): -5477745 or 9398956. OLE color: 9398956.
HSL color Cylindrical-coordinate representation of color #AC6A8F: hue angle of 326.36º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC6A8F is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 106 | 143 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.33 |
| HSL | 326.36º | 0.28% | 0.55% | - |
| HSV(B) | 326.36º | 0.38% | 0.67% | - |
| XYZ | 27.13 | 21.06 | 28.62 | - |
| YUV | 129.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 143 | 0 | 0.38 | 0.17 | 0.33 | 326.36 | 0.28 | 0.55 |
| Hex | AC | 6A | 8F | 0 | 26 | 11 | 21 | 146 | 1C | 37 |
| Octal | 254 | 152 | 217 | 0 | 46 | 21 | 41 | 506 | 34 | 67 |
| Binary | 10101100 | 1101010 | 10001111 | 0 | 100110 | 10001 | 100001 | 101000110 | 11100 | 110111 |
Color Harmonies of #AC6A8F
Complementary color
Monochromatic Colors of #AC6A8F
Black with #AC6A8F
Text Example
Text Example
White with #AC6A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6A8F; }
p { color: rgb(172,106,143); }
H1.HeaderClassName
{
color: #AC6A8F;
}
.AnyTagClassName
{
color: #AC6A8F;
}
</style>
background-color css
<style>
a { background-color: #AC6A8F; }
a { background-color: rgb(172,106,143); }
div.DivClassName
{
background-color: #AC6A8F;
}
.BgClassName
{
background-color: #AC6A8F;
}
</style>
border-color css
<style>
span { border-color: #AC6A8F; }
span { border-color: rgb(172,106,143); }
td.TdClassName
{
border-color: #AC6A8F;
}
.TagClassName
{
border-color: #AC6A8F;
}
</style>