Shades of Royal Heath #A85484
Tints of Royal Heath #A85484
RGB
CMYK
RGB Variations
Color information
#A85484 (or 0xA85484) is known color: Royal Heath. HEX triplet: A8, 54 and 84. RGB value is (168,84,132). Sum of RGB (Red+Green+Blue) = 168+84+132=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A85484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85484 is #57AB7B. Grayscale: #727272. Windows color (decimal): -5745532 or 8672424. OLE color: 8672424.
HSL color Cylindrical-coordinate representation of color #A85484: hue angle of 325.71º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85484 is Cyan = 0, Magento = 0.5, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 132 | - |
| CMYK | 0 | 0.5 | 0.21 | 0.34 |
| HSL | 325.71º | 0.33% | 0.49% | - |
| HSV(B) | 325.71º | 0.5% | 0.66% | - |
| XYZ | 23.48 | 16.33 | 23.74 | - |
| YUV | 114.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 132 | 0 | 0.5 | 0.21 | 0.34 | 325.71 | 0.33 | 0.49 |
| Hex | A8 | 54 | 84 | 0 | 32 | 15 | 22 | 146 | 21 | 31 |
| Octal | 250 | 124 | 204 | 0 | 62 | 25 | 42 | 506 | 41 | 61 |
| Binary | 10101000 | 1010100 | 10000100 | 0 | 110010 | 10101 | 100010 | 101000110 | 100001 | 110001 |
Color Harmonies of #A85484
Complementary color
Monochromatic Colors of #A85484
Black with #A85484
Text Example
Text Example
White with #A85484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85484; }
p { color: rgb(168,84,132); }
H1.HeaderClassName
{
color: #A85484;
}
.AnyTagClassName
{
color: #A85484;
}
</style>
background-color css
<style>
a { background-color: #A85484; }
a { background-color: rgb(168,84,132); }
div.DivClassName
{
background-color: #A85484;
}
.BgClassName
{
background-color: #A85484;
}
</style>
border-color css
<style>
span { border-color: #A85484; }
span { border-color: rgb(168,84,132); }
td.TdClassName
{
border-color: #A85484;
}
.TagClassName
{
border-color: #A85484;
}
</style>