Shades of Mountbatten Pink #AC6590
Tints of Mountbatten Pink #AC6590
RGB
CMYK
RGB Variations
Color information
#AC6590 (or 0xAC6590) is known color: Mountbatten Pink. HEX triplet: AC, 65 and 90. RGB value is (172,101,144). Sum of RGB (Red+Green+Blue) = 172+101+144=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6590 is #539A6F. Grayscale: #7F7F7F. Windows color (decimal): -5479024 or 9463212. OLE color: 9463212.
HSL color Cylindrical-coordinate representation of color #AC6590: hue angle of 323.66º 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 #AC6590 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 144 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.33 |
| HSL | 323.66º | 0.3% | 0.54% | - |
| HSV(B) | 323.66º | 0.41% | 0.67% | - |
| XYZ | 26.7 | 20.09 | 28.86 | - |
| YUV | 127.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 144 | 0 | 0.41 | 0.16 | 0.33 | 323.66 | 0.3 | 0.54 |
| Hex | AC | 65 | 90 | 0 | 29 | 10 | 21 | 144 | 1E | 36 |
| Octal | 254 | 145 | 220 | 0 | 51 | 20 | 41 | 504 | 36 | 66 |
| Binary | 10101100 | 1100101 | 10010000 | 0 | 101001 | 10000 | 100001 | 101000100 | 11110 | 110110 |
Color Harmonies of #AC6590
Complementary color
Monochromatic Colors of #AC6590
Black with #AC6590
Text Example
Text Example
White with #AC6590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6590; }
p { color: rgb(172,101,144); }
H1.HeaderClassName
{
color: #AC6590;
}
.AnyTagClassName
{
color: #AC6590;
}
</style>
background-color css
<style>
a { background-color: #AC6590; }
a { background-color: rgb(172,101,144); }
div.DivClassName
{
background-color: #AC6590;
}
.BgClassName
{
background-color: #AC6590;
}
</style>
border-color css
<style>
span { border-color: #AC6590; }
span { border-color: rgb(172,101,144); }
td.TdClassName
{
border-color: #AC6590;
}
.TagClassName
{
border-color: #AC6590;
}
</style>