Shades of Mountbatten Pink #A3758B
Tints of Mountbatten Pink #A3758B
RGB
CMYK
RGB Variations
Color information
#A3758B (or 0xA3758B) is known color: Mountbatten Pink. HEX triplet: A3, 75 and 8B. RGB value is (163,117,139). Sum of RGB (Red+Green+Blue) = 163+117+139=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3758B is #5C8A74. Grayscale: #858585. Windows color (decimal): -6064757 or 9139619. OLE color: 9139619.
HSL color Cylindrical-coordinate representation of color #A3758B: hue angle of 331.3º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3758B is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 117 | 139 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.36 |
| HSL | 331.3º | 0.2% | 0.55% | - |
| HSV(B) | 331.3º | 0.28% | 0.64% | - |
| XYZ | 26.13 | 22.37 | 27.37 | - |
| YUV | 133.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 139 | 0 | 0.28 | 0.15 | 0.36 | 331.3 | 0.2 | 0.55 |
| Hex | A3 | 75 | 8B | 0 | 1C | F | 24 | 14B | 14 | 37 |
| Octal | 243 | 165 | 213 | 0 | 34 | 17 | 44 | 513 | 24 | 67 |
| Binary | 10100011 | 1110101 | 10001011 | 0 | 11100 | 1111 | 100100 | 101001011 | 10100 | 110111 |
Color Harmonies of #A3758B
Complementary color
Monochromatic Colors of #A3758B
Black with #A3758B
Text Example
Text Example
White with #A3758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3758B; }
p { color: rgb(163,117,139); }
H1.HeaderClassName
{
color: #A3758B;
}
.AnyTagClassName
{
color: #A3758B;
}
</style>
background-color css
<style>
a { background-color: #A3758B; }
a { background-color: rgb(163,117,139); }
div.DivClassName
{
background-color: #A3758B;
}
.BgClassName
{
background-color: #A3758B;
}
</style>
border-color css
<style>
span { border-color: #A3758B; }
span { border-color: rgb(163,117,139); }
td.TdClassName
{
border-color: #A3758B;
}
.TagClassName
{
border-color: #A3758B;
}
</style>