Shades of Mountbatten Pink #AC6490
Tints of Mountbatten Pink #AC6490
RGB
CMYK
RGB Variations
Color information
#AC6490 (or 0xAC6490) is known color: Mountbatten Pink. HEX triplet: AC, 64 and 90. RGB value is (172,100,144). Sum of RGB (Red+Green+Blue) = 172+100+144=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6490 is #539B6F. Grayscale: #7E7E7E. Windows color (decimal): -5479280 or 9462956. OLE color: 9462956.
HSL color Cylindrical-coordinate representation of color #AC6490: hue angle of 323.33º degrees, saturation: 0.3, 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 #AC6490 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 144 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.33 |
| HSL | 323.33º | 0.3% | 0.53% | - |
| HSV(B) | 323.33º | 0.42% | 0.67% | - |
| XYZ | 26.6 | 19.9 | 28.82 | - |
| YUV | 126.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 144 | 0 | 0.42 | 0.16 | 0.33 | 323.33 | 0.3 | 0.53 |
| Hex | AC | 64 | 90 | 0 | 2A | 10 | 21 | 143 | 1E | 35 |
| Octal | 254 | 144 | 220 | 0 | 52 | 20 | 41 | 503 | 36 | 65 |
| Binary | 10101100 | 1100100 | 10010000 | 0 | 101010 | 10000 | 100001 | 101000011 | 11110 | 110101 |
Color Harmonies of #AC6490
Complementary color
Monochromatic Colors of #AC6490
Black with #AC6490
Text Example
Text Example
White with #AC6490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6490; }
p { color: rgb(172,100,144); }
H1.HeaderClassName
{
color: #AC6490;
}
.AnyTagClassName
{
color: #AC6490;
}
</style>
background-color css
<style>
a { background-color: #AC6490; }
a { background-color: rgb(172,100,144); }
div.DivClassName
{
background-color: #AC6490;
}
.BgClassName
{
background-color: #AC6490;
}
</style>
border-color css
<style>
span { border-color: #AC6490; }
span { border-color: rgb(172,100,144); }
td.TdClassName
{
border-color: #AC6490;
}
.TagClassName
{
border-color: #AC6490;
}
</style>