Shades of Mountbatten Pink #AC6592
Tints of Mountbatten Pink #AC6592
RGB
CMYK
RGB Variations
Color information
#AC6592 (or 0xAC6592) is known color: Mountbatten Pink. HEX triplet: AC, 65 and 92. RGB value is (172,101,146). Sum of RGB (Red+Green+Blue) = 172+101+146=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6592 is #539A6D. Grayscale: #7F7F7F. Windows color (decimal): -5479022 or 9594284. OLE color: 9594284.
HSL color Cylindrical-coordinate representation of color #AC6592: hue angle of 321.97º 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 #AC6592 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 146 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.33 |
| HSL | 321.97º | 0.3% | 0.54% | - |
| HSV(B) | 321.97º | 0.41% | 0.67% | - |
| XYZ | 26.86 | 20.15 | 29.67 | - |
| YUV | 127.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 146 | 0 | 0.41 | 0.15 | 0.33 | 321.97 | 0.3 | 0.54 |
| Hex | AC | 65 | 92 | 0 | 29 | F | 21 | 142 | 1E | 36 |
| Octal | 254 | 145 | 222 | 0 | 51 | 17 | 41 | 502 | 36 | 66 |
| Binary | 10101100 | 1100101 | 10010010 | 0 | 101001 | 1111 | 100001 | 101000010 | 11110 | 110110 |
Color Harmonies of #AC6592
Complementary color
Monochromatic Colors of #AC6592
Black with #AC6592
Text Example
Text Example
White with #AC6592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6592; }
p { color: rgb(172,101,146); }
H1.HeaderClassName
{
color: #AC6592;
}
.AnyTagClassName
{
color: #AC6592;
}
</style>
background-color css
<style>
a { background-color: #AC6592; }
a { background-color: rgb(172,101,146); }
div.DivClassName
{
background-color: #AC6592;
}
.BgClassName
{
background-color: #AC6592;
}
</style>
border-color css
<style>
span { border-color: #AC6592; }
span { border-color: rgb(172,101,146); }
td.TdClassName
{
border-color: #AC6592;
}
.TagClassName
{
border-color: #AC6592;
}
</style>