Shades of Mountbatten Pink #AC6593
Tints of Mountbatten Pink #AC6593
RGB
CMYK
RGB Variations
Color information
#AC6593 (or 0xAC6593) is known color: Mountbatten Pink. HEX triplet: AC, 65 and 93. RGB value is (172,101,147). Sum of RGB (Red+Green+Blue) = 172+101+147=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6593 is #539A6C. Grayscale: #7F7F7F. Windows color (decimal): -5479021 or 9659820. OLE color: 9659820.
HSL color Cylindrical-coordinate representation of color #AC6593: hue angle of 321.13º 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 #AC6593 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 147 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.33 |
| HSL | 321.13º | 0.3% | 0.54% | - |
| HSV(B) | 321.13º | 0.41% | 0.67% | - |
| XYZ | 26.93 | 20.18 | 30.08 | - |
| YUV | 127.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 147 | 0 | 0.41 | 0.15 | 0.33 | 321.13 | 0.3 | 0.54 |
| Hex | AC | 65 | 93 | 0 | 29 | F | 21 | 141 | 1E | 36 |
| Octal | 254 | 145 | 223 | 0 | 51 | 17 | 41 | 501 | 36 | 66 |
| Binary | 10101100 | 1100101 | 10010011 | 0 | 101001 | 1111 | 100001 | 101000001 | 11110 | 110110 |
Color Harmonies of #AC6593
Complementary color
Monochromatic Colors of #AC6593
Black with #AC6593
Text Example
Text Example
White with #AC6593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6593; }
p { color: rgb(172,101,147); }
H1.HeaderClassName
{
color: #AC6593;
}
.AnyTagClassName
{
color: #AC6593;
}
</style>
background-color css
<style>
a { background-color: #AC6593; }
a { background-color: rgb(172,101,147); }
div.DivClassName
{
background-color: #AC6593;
}
.BgClassName
{
background-color: #AC6593;
}
</style>
border-color css
<style>
span { border-color: #AC6593; }
span { border-color: rgb(172,101,147); }
td.TdClassName
{
border-color: #AC6593;
}
.TagClassName
{
border-color: #AC6593;
}
</style>