Shades of Mountbatten Pink #AC6B90
Tints of Mountbatten Pink #AC6B90
RGB
CMYK
RGB Variations
Color information
#AC6B90 (or 0xAC6B90) is known color: Mountbatten Pink. HEX triplet: AC, 6B and 90. RGB value is (172,107,144). Sum of RGB (Red+Green+Blue) = 172+107+144=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6B90 is #53946F. Grayscale: #828282. Windows color (decimal): -5477488 or 9464748. OLE color: 9464748.
HSL color Cylindrical-coordinate representation of color #AC6B90: hue angle of 325.85º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC6B90 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 107 | 144 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.33 |
| HSL | 325.85º | 0.28% | 0.55% | - |
| HSV(B) | 325.85º | 0.38% | 0.67% | - |
| XYZ | 27.3 | 21.3 | 29.06 | - |
| YUV | 130.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 144 | 0 | 0.38 | 0.16 | 0.33 | 325.85 | 0.28 | 0.55 |
| Hex | AC | 6B | 90 | 0 | 26 | 10 | 21 | 146 | 1C | 37 |
| Octal | 254 | 153 | 220 | 0 | 46 | 20 | 41 | 506 | 34 | 67 |
| Binary | 10101100 | 1101011 | 10010000 | 0 | 100110 | 10000 | 100001 | 101000110 | 11100 | 110111 |
Color Harmonies of #AC6B90
Complementary color
Monochromatic Colors of #AC6B90
Black with #AC6B90
Text Example
Text Example
White with #AC6B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6B90; }
p { color: rgb(172,107,144); }
H1.HeaderClassName
{
color: #AC6B90;
}
.AnyTagClassName
{
color: #AC6B90;
}
</style>
background-color css
<style>
a { background-color: #AC6B90; }
a { background-color: rgb(172,107,144); }
div.DivClassName
{
background-color: #AC6B90;
}
.BgClassName
{
background-color: #AC6B90;
}
</style>
border-color css
<style>
span { border-color: #AC6B90; }
span { border-color: rgb(172,107,144); }
td.TdClassName
{
border-color: #AC6B90;
}
.TagClassName
{
border-color: #AC6B90;
}
</style>