Shades of Mountbatten Pink #A37394
Tints of Mountbatten Pink #A37394
RGB
CMYK
RGB Variations
Color information
#A37394 (or 0xA37394) is known color: Mountbatten Pink. HEX triplet: A3, 73 and 94. RGB value is (163,115,148). Sum of RGB (Red+Green+Blue) = 163+115+148=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A37394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37394 is #5C8C6B. Grayscale: #858585. Windows color (decimal): -6065260 or 9728931. OLE color: 9728931.
HSL color Cylindrical-coordinate representation of color #A37394: hue angle of 318.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A37394 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 115 | 148 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.36 |
| HSL | 318.75º | 0.21% | 0.55% | - |
| HSV(B) | 318.75º | 0.29% | 0.64% | - |
| XYZ | 26.58 | 22.19 | 30.9 | - |
| YUV | 133.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 148 | 0 | 0.29 | 0.09 | 0.36 | 318.75 | 0.21 | 0.55 |
| Hex | A3 | 73 | 94 | 0 | 1D | 9 | 24 | 13F | 15 | 37 |
| Octal | 243 | 163 | 224 | 0 | 35 | 11 | 44 | 477 | 25 | 67 |
| Binary | 10100011 | 1110011 | 10010100 | 0 | 11101 | 1001 | 100100 | 100111111 | 10101 | 110111 |
Color Harmonies of #A37394
Complementary color
Monochromatic Colors of #A37394
Black with #A37394
Text Example
Text Example
White with #A37394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37394; }
p { color: rgb(163,115,148); }
H1.HeaderClassName
{
color: #A37394;
}
.AnyTagClassName
{
color: #A37394;
}
</style>
background-color css
<style>
a { background-color: #A37394; }
a { background-color: rgb(163,115,148); }
div.DivClassName
{
background-color: #A37394;
}
.BgClassName
{
background-color: #A37394;
}
</style>
border-color css
<style>
span { border-color: #A37394; }
span { border-color: rgb(163,115,148); }
td.TdClassName
{
border-color: #A37394;
}
.TagClassName
{
border-color: #A37394;
}
</style>