Shades of Mountbatten Pink #AD6492
Tints of Mountbatten Pink #AD6492
RGB
CMYK
RGB Variations
Color information
#AD6492 (or 0xAD6492) is known color: Mountbatten Pink. HEX triplet: AD, 64 and 92. RGB value is (173,100,146). Sum of RGB (Red+Green+Blue) = 173+100+146=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6492 is #529B6D. Grayscale: #7E7E7E. Windows color (decimal): -5413742 or 9594029. OLE color: 9594029.
HSL color Cylindrical-coordinate representation of color #AD6492: hue angle of 322.19º 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 #AD6492 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 146 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.32 |
| HSL | 322.19º | 0.31% | 0.54% | - |
| HSV(B) | 322.19º | 0.42% | 0.68% | - |
| XYZ | 26.98 | 20.07 | 29.65 | - |
| YUV | 127.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 146 | 0 | 0.42 | 0.16 | 0.32 | 322.19 | 0.31 | 0.54 |
| Hex | AD | 64 | 92 | 0 | 2A | 10 | 20 | 142 | 1F | 36 |
| Octal | 255 | 144 | 222 | 0 | 52 | 20 | 40 | 502 | 37 | 66 |
| Binary | 10101101 | 1100100 | 10010010 | 0 | 101010 | 10000 | 100000 | 101000010 | 11111 | 110110 |
Color Harmonies of #AD6492
Complementary color
Monochromatic Colors of #AD6492
Black with #AD6492
Text Example
Text Example
White with #AD6492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6492; }
p { color: rgb(173,100,146); }
H1.HeaderClassName
{
color: #AD6492;
}
.AnyTagClassName
{
color: #AD6492;
}
</style>
background-color css
<style>
a { background-color: #AD6492; }
a { background-color: rgb(173,100,146); }
div.DivClassName
{
background-color: #AD6492;
}
.BgClassName
{
background-color: #AD6492;
}
</style>
border-color css
<style>
span { border-color: #AD6492; }
span { border-color: rgb(173,100,146); }
td.TdClassName
{
border-color: #AD6492;
}
.TagClassName
{
border-color: #AD6492;
}
</style>