Shades of Royal Heath #A85386
Tints of Royal Heath #A85386
RGB
CMYK
RGB Variations
Color information
#A85386 (or 0xA85386) is known color: Royal Heath. HEX triplet: A8, 53 and 86. RGB value is (168,83,134). Sum of RGB (Red+Green+Blue) = 168+83+134=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A85386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85386 is #57AC79. Grayscale: #727272. Windows color (decimal): -5745786 or 8803240. OLE color: 8803240.
HSL color Cylindrical-coordinate representation of color #A85386: hue angle of 324º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85386 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 134 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.34 |
| HSL | 324º | 0.34% | 0.49% | - |
| HSV(B) | 324º | 0.51% | 0.66% | - |
| XYZ | 23.54 | 16.23 | 24.45 | - |
| YUV | 114.23 | 139.16 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 134 | 0 | 0.51 | 0.20 | 0.34 | 324 | 0.34 | 0.49 |
| Hex | A8 | 53 | 86 | 0 | 33 | 14 | 22 | 144 | 22 | 31 |
| Octal | 250 | 123 | 206 | 0 | 63 | 24 | 42 | 504 | 42 | 61 |
| Binary | 10101000 | 1010011 | 10000110 | 0 | 110011 | 10100 | 100010 | 101000100 | 100010 | 110001 |
Color Harmonies of #A85386
Complementary color
Monochromatic Colors of #A85386
Black with #A85386
Text Example
Text Example
White with #A85386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85386; }
p { color: rgb(168,83,134); }
H1.HeaderClassName
{
color: #A85386;
}
.AnyTagClassName
{
color: #A85386;
}
</style>
background-color css
<style>
a { background-color: #A85386; }
a { background-color: rgb(168,83,134); }
div.DivClassName
{
background-color: #A85386;
}
.BgClassName
{
background-color: #A85386;
}
</style>
border-color css
<style>
span { border-color: #A85386; }
span { border-color: rgb(168,83,134); }
td.TdClassName
{
border-color: #A85386;
}
.TagClassName
{
border-color: #A85386;
}
</style>