Shades of Mountbatten Pink #A86594
Tints of Mountbatten Pink #A86594
RGB
CMYK
RGB Variations
Color information
#A86594 (or 0xA86594) is known color: Mountbatten Pink. HEX triplet: A8, 65 and 94. RGB value is (168,101,148). Sum of RGB (Red+Green+Blue) = 168+101+148=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A86594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86594 is #579A6B. Grayscale: #7E7E7E. Windows color (decimal): -5741164 or 9725352. OLE color: 9725352.
HSL color Cylindrical-coordinate representation of color #A86594: hue angle of 317.91º 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 #A86594 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 148 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.34 |
| HSL | 317.91º | 0.28% | 0.53% | - |
| HSV(B) | 317.91º | 0.4% | 0.66% | - |
| XYZ | 26.15 | 19.77 | 30.45 | - |
| YUV | 126.39 | 140.2 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 148 | 0 | 0.40 | 0.12 | 0.34 | 317.91 | 0.28 | 0.53 |
| Hex | A8 | 65 | 94 | 0 | 28 | C | 22 | 13E | 1C | 35 |
| Octal | 250 | 145 | 224 | 0 | 50 | 14 | 42 | 476 | 34 | 65 |
| Binary | 10101000 | 1100101 | 10010100 | 0 | 101000 | 1100 | 100010 | 100111110 | 11100 | 110101 |
Color Harmonies of #A86594
Complementary color
Monochromatic Colors of #A86594
Black with #A86594
Text Example
Text Example
White with #A86594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86594; }
p { color: rgb(168,101,148); }
H1.HeaderClassName
{
color: #A86594;
}
.AnyTagClassName
{
color: #A86594;
}
</style>
background-color css
<style>
a { background-color: #A86594; }
a { background-color: rgb(168,101,148); }
div.DivClassName
{
background-color: #A86594;
}
.BgClassName
{
background-color: #A86594;
}
</style>
border-color css
<style>
span { border-color: #A86594; }
span { border-color: rgb(168,101,148); }
td.TdClassName
{
border-color: #A86594;
}
.TagClassName
{
border-color: #A86594;
}
</style>