Shades of Mountbatten Pink #AD6491
Tints of Mountbatten Pink #AD6491
RGB
CMYK
RGB Variations
Color information
#AD6491 (or 0xAD6491) is known color: Mountbatten Pink. HEX triplet: AD, 64 and 91. RGB value is (173,100,145). Sum of RGB (Red+Green+Blue) = 173+100+145=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6491 is #529B6E. Grayscale: #7E7E7E. Windows color (decimal): -5413743 or 9528493. OLE color: 9528493.
HSL color Cylindrical-coordinate representation of color #AD6491: hue angle of 323.01º 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 #AD6491 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 145 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.32 |
| HSL | 323.01º | 0.31% | 0.54% | - |
| HSV(B) | 323.01º | 0.42% | 0.68% | - |
| XYZ | 26.9 | 20.04 | 29.24 | - |
| YUV | 126.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 145 | 0 | 0.42 | 0.16 | 0.32 | 323.01 | 0.31 | 0.54 |
| Hex | AD | 64 | 91 | 0 | 2A | 10 | 20 | 143 | 1F | 36 |
| Octal | 255 | 144 | 221 | 0 | 52 | 20 | 40 | 503 | 37 | 66 |
| Binary | 10101101 | 1100100 | 10010001 | 0 | 101010 | 10000 | 100000 | 101000011 | 11111 | 110110 |
Color Harmonies of #AD6491
Complementary color
Monochromatic Colors of #AD6491
Black with #AD6491
Text Example
Text Example
White with #AD6491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6491; }
p { color: rgb(173,100,145); }
H1.HeaderClassName
{
color: #AD6491;
}
.AnyTagClassName
{
color: #AD6491;
}
</style>
background-color css
<style>
a { background-color: #AD6491; }
a { background-color: rgb(173,100,145); }
div.DivClassName
{
background-color: #AD6491;
}
.BgClassName
{
background-color: #AD6491;
}
</style>
border-color css
<style>
span { border-color: #AD6491; }
span { border-color: rgb(173,100,145); }
td.TdClassName
{
border-color: #AD6491;
}
.TagClassName
{
border-color: #AD6491;
}
</style>