Shades of Mountbatten Pink #A86593
Tints of Mountbatten Pink #A86593
RGB
CMYK
RGB Variations
Color information
#A86593 (or 0xA86593) is known color: Mountbatten Pink. HEX triplet: A8, 65 and 93. RGB value is (168,101,147). Sum of RGB (Red+Green+Blue) = 168+101+147=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A86593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86593 is #579A6C. Grayscale: #7E7E7E. Windows color (decimal): -5741165 or 9659816. OLE color: 9659816.
HSL color Cylindrical-coordinate representation of color #A86593: hue angle of 318.81º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86593 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 147 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.34 |
| HSL | 318.81º | 0.28% | 0.53% | - |
| HSV(B) | 318.81º | 0.4% | 0.66% | - |
| XYZ | 26.07 | 19.74 | 30.04 | - |
| YUV | 126.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 147 | 0 | 0.40 | 0.13 | 0.34 | 318.81 | 0.28 | 0.53 |
| Hex | A8 | 65 | 93 | 0 | 28 | D | 22 | 13F | 1C | 35 |
| Octal | 250 | 145 | 223 | 0 | 50 | 15 | 42 | 477 | 34 | 65 |
| Binary | 10101000 | 1100101 | 10010011 | 0 | 101000 | 1101 | 100010 | 100111111 | 11100 | 110101 |
Color Harmonies of #A86593
Complementary color
Monochromatic Colors of #A86593
Black with #A86593
Text Example
Text Example
White with #A86593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86593; }
p { color: rgb(168,101,147); }
H1.HeaderClassName
{
color: #A86593;
}
.AnyTagClassName
{
color: #A86593;
}
</style>
background-color css
<style>
a { background-color: #A86593; }
a { background-color: rgb(168,101,147); }
div.DivClassName
{
background-color: #A86593;
}
.BgClassName
{
background-color: #A86593;
}
</style>
border-color css
<style>
span { border-color: #A86593; }
span { border-color: rgb(168,101,147); }
td.TdClassName
{
border-color: #A86593;
}
.TagClassName
{
border-color: #A86593;
}
</style>