Shades of Mountbatten Pink #AC6392
Tints of Mountbatten Pink #AC6392
RGB
CMYK
RGB Variations
Color information
#AC6392 (or 0xAC6392) is known color: Mountbatten Pink. HEX triplet: AC, 63 and 92. RGB value is (172,99,146). Sum of RGB (Red+Green+Blue) = 172+99+146=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6392 is #539C6D. Grayscale: #7E7E7E. Windows color (decimal): -5479534 or 9593772. OLE color: 9593772.
HSL color Cylindrical-coordinate representation of color #AC6392: hue angle of 321.37º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6392 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 146 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.33 |
| HSL | 321.37º | 0.31% | 0.53% | - |
| HSV(B) | 321.37º | 0.42% | 0.67% | - |
| XYZ | 26.66 | 19.77 | 29.6 | - |
| YUV | 126.19 | 139.18 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 146 | 0 | 0.42 | 0.15 | 0.33 | 321.37 | 0.31 | 0.53 |
| Hex | AC | 63 | 92 | 0 | 2A | F | 21 | 141 | 1F | 35 |
| Octal | 254 | 143 | 222 | 0 | 52 | 17 | 41 | 501 | 37 | 65 |
| Binary | 10101100 | 1100011 | 10010010 | 0 | 101010 | 1111 | 100001 | 101000001 | 11111 | 110101 |
Color Harmonies of #AC6392
Complementary color
Monochromatic Colors of #AC6392
Black with #AC6392
Text Example
Text Example
White with #AC6392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6392; }
p { color: rgb(172,99,146); }
H1.HeaderClassName
{
color: #AC6392;
}
.AnyTagClassName
{
color: #AC6392;
}
</style>
background-color css
<style>
a { background-color: #AC6392; }
a { background-color: rgb(172,99,146); }
div.DivClassName
{
background-color: #AC6392;
}
.BgClassName
{
background-color: #AC6392;
}
</style>
border-color css
<style>
span { border-color: #AC6392; }
span { border-color: rgb(172,99,146); }
td.TdClassName
{
border-color: #AC6392;
}
.TagClassName
{
border-color: #AC6392;
}
</style>