Shades of Mountbatten Pink #AD6490
Tints of Mountbatten Pink #AD6490
RGB
CMYK
RGB Variations
Color information
#AD6490 (or 0xAD6490) is known color: Mountbatten Pink. HEX triplet: AD, 64 and 90. RGB value is (173,100,144). Sum of RGB (Red+Green+Blue) = 173+100+144=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6490 is #529B6F. Grayscale: #7E7E7E. Windows color (decimal): -5413744 or 9462957. OLE color: 9462957.
HSL color Cylindrical-coordinate representation of color #AD6490: hue angle of 323.84º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD6490 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 144 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.32 |
| HSL | 323.84º | 0.31% | 0.54% | - |
| HSV(B) | 323.84º | 0.42% | 0.68% | - |
| XYZ | 26.82 | 20.01 | 28.83 | - |
| YUV | 126.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 144 | 0 | 0.42 | 0.17 | 0.32 | 323.84 | 0.31 | 0.54 |
| Hex | AD | 64 | 90 | 0 | 2A | 11 | 20 | 144 | 1F | 36 |
| Octal | 255 | 144 | 220 | 0 | 52 | 21 | 40 | 504 | 37 | 66 |
| Binary | 10101101 | 1100100 | 10010000 | 0 | 101010 | 10001 | 100000 | 101000100 | 11111 | 110110 |
Color Harmonies of #AD6490
Complementary color
Monochromatic Colors of #AD6490
Black with #AD6490
Text Example
Text Example
White with #AD6490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6490; }
p { color: rgb(173,100,144); }
H1.HeaderClassName
{
color: #AD6490;
}
.AnyTagClassName
{
color: #AD6490;
}
</style>
background-color css
<style>
a { background-color: #AD6490; }
a { background-color: rgb(173,100,144); }
div.DivClassName
{
background-color: #AD6490;
}
.BgClassName
{
background-color: #AD6490;
}
</style>
border-color css
<style>
span { border-color: #AD6490; }
span { border-color: rgb(173,100,144); }
td.TdClassName
{
border-color: #AD6490;
}
.TagClassName
{
border-color: #AD6490;
}
</style>