Shades of Mountbatten Pink #AC6791
Tints of Mountbatten Pink #AC6791
RGB
CMYK
RGB Variations
Color information
#AC6791 (or 0xAC6791) is known color: Mountbatten Pink. HEX triplet: AC, 67 and 91. RGB value is (172,103,145). Sum of RGB (Red+Green+Blue) = 172+103+145=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6791 is #53986E. Grayscale: #808080. Windows color (decimal): -5478511 or 9529260. OLE color: 9529260.
HSL color Cylindrical-coordinate representation of color #AC6791: hue angle of 323.48º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6791 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 145 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.33 |
| HSL | 323.48º | 0.29% | 0.54% | - |
| HSV(B) | 323.48º | 0.4% | 0.67% | - |
| XYZ | 26.97 | 20.52 | 29.33 | - |
| YUV | 128.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 145 | 0 | 0.40 | 0.16 | 0.33 | 323.48 | 0.29 | 0.54 |
| Hex | AC | 67 | 91 | 0 | 28 | 10 | 21 | 143 | 1D | 36 |
| Octal | 254 | 147 | 221 | 0 | 50 | 20 | 41 | 503 | 35 | 66 |
| Binary | 10101100 | 1100111 | 10010001 | 0 | 101000 | 10000 | 100001 | 101000011 | 11101 | 110110 |
Color Harmonies of #AC6791
Complementary color
Monochromatic Colors of #AC6791
Black with #AC6791
Text Example
Text Example
White with #AC6791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6791; }
p { color: rgb(172,103,145); }
H1.HeaderClassName
{
color: #AC6791;
}
.AnyTagClassName
{
color: #AC6791;
}
</style>
background-color css
<style>
a { background-color: #AC6791; }
a { background-color: rgb(172,103,145); }
div.DivClassName
{
background-color: #AC6791;
}
.BgClassName
{
background-color: #AC6791;
}
</style>
border-color css
<style>
span { border-color: #AC6791; }
span { border-color: rgb(172,103,145); }
td.TdClassName
{
border-color: #AC6791;
}
.TagClassName
{
border-color: #AC6791;
}
</style>