Shades of Mountbatten Pink #A3798E
Tints of Mountbatten Pink #A3798E
RGB
CMYK
RGB Variations
Color information
#A3798E (or 0xA3798E) is known color: Mountbatten Pink. HEX triplet: A3, 79 and 8E. RGB value is (163,121,142). Sum of RGB (Red+Green+Blue) = 163+121+142=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A3798E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3798E is #5C8671. Grayscale: #878787. Windows color (decimal): -6063730 or 9337251. OLE color: 9337251.
HSL color Cylindrical-coordinate representation of color #A3798E: hue angle of 330º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3798E is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 121 | 142 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.36 |
| HSL | 330º | 0.19% | 0.56% | - |
| HSV(B) | 330º | 0.26% | 0.64% | - |
| XYZ | 26.82 | 23.41 | 28.7 | - |
| YUV | 135.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 142 | 0 | 0.26 | 0.13 | 0.36 | 330 | 0.19 | 0.56 |
| Hex | A3 | 79 | 8E | 0 | 1A | D | 24 | 14A | 13 | 38 |
| Octal | 243 | 171 | 216 | 0 | 32 | 15 | 44 | 512 | 23 | 70 |
| Binary | 10100011 | 1111001 | 10001110 | 0 | 11010 | 1101 | 100100 | 101001010 | 10011 | 111000 |
Color Harmonies of #A3798E
Complementary color
Monochromatic Colors of #A3798E
Black with #A3798E
Text Example
Text Example
White with #A3798E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3798E; }
p { color: rgb(163,121,142); }
H1.HeaderClassName
{
color: #A3798E;
}
.AnyTagClassName
{
color: #A3798E;
}
</style>
background-color css
<style>
a { background-color: #A3798E; }
a { background-color: rgb(163,121,142); }
div.DivClassName
{
background-color: #A3798E;
}
.BgClassName
{
background-color: #A3798E;
}
</style>
border-color css
<style>
span { border-color: #A3798E; }
span { border-color: rgb(163,121,142); }
td.TdClassName
{
border-color: #A3798E;
}
.TagClassName
{
border-color: #A3798E;
}
</style>