Shades of Mountbatten Pink #A17495
Tints of Mountbatten Pink #A17495
RGB
CMYK
RGB Variations
Color information
#A17495 (or 0xA17495) is known color: Mountbatten Pink. HEX triplet: A1, 74 and 95. RGB value is (161,116,149). Sum of RGB (Red+Green+Blue) = 161+116+149=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A17495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17495 is #5E8B6A. Grayscale: #858585. Windows color (decimal): -6196075 or 9794721. OLE color: 9794721.
HSL color Cylindrical-coordinate representation of color #A17495: hue angle of 316º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A17495 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 149 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.37 |
| HSL | 316º | 0.19% | 0.54% | - |
| HSV(B) | 316º | 0.28% | 0.63% | - |
| XYZ | 26.37 | 22.24 | 31.34 | - |
| YUV | 133.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 149 | 0 | 0.28 | 0.07 | 0.37 | 316 | 0.19 | 0.54 |
| Hex | A1 | 74 | 95 | 0 | 1C | 7 | 25 | 13C | 13 | 36 |
| Octal | 241 | 164 | 225 | 0 | 34 | 7 | 45 | 474 | 23 | 66 |
| Binary | 10100001 | 1110100 | 10010101 | 0 | 11100 | 111 | 100101 | 100111100 | 10011 | 110110 |
Color Harmonies of #A17495
Complementary color
Monochromatic Colors of #A17495
Black with #A17495
Text Example
Text Example
White with #A17495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17495; }
p { color: rgb(161,116,149); }
H1.HeaderClassName
{
color: #A17495;
}
.AnyTagClassName
{
color: #A17495;
}
</style>
background-color css
<style>
a { background-color: #A17495; }
a { background-color: rgb(161,116,149); }
div.DivClassName
{
background-color: #A17495;
}
.BgClassName
{
background-color: #A17495;
}
</style>
border-color css
<style>
span { border-color: #A17495; }
span { border-color: rgb(161,116,149); }
td.TdClassName
{
border-color: #A17495;
}
.TagClassName
{
border-color: #A17495;
}
</style>