Shades of Royal Heath #A84E85
Tints of Royal Heath #A84E85
RGB
CMYK
RGB Variations
Color information
#A84E85 (or 0xA84E85) is known color: Royal Heath. HEX triplet: A8, 4E and 85. RGB value is (168,78,133). Sum of RGB (Red+Green+Blue) = 168+78+133=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84E85 is #57B17A. Grayscale: #6F6F6F. Windows color (decimal): -5747067 or 8736424. OLE color: 8736424.
HSL color Cylindrical-coordinate representation of color #A84E85: hue angle of 323.33º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A84E85 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 78 | 133 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.34 |
| HSL | 323.33º | 0.37% | 0.48% | - |
| HSV(B) | 323.33º | 0.54% | 0.66% | - |
| XYZ | 23.11 | 15.47 | 23.96 | - |
| YUV | 111.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 133 | 0 | 0.54 | 0.21 | 0.34 | 323.33 | 0.37 | 0.48 |
| Hex | A8 | 4E | 85 | 0 | 36 | 15 | 22 | 143 | 25 | 30 |
| Octal | 250 | 116 | 205 | 0 | 66 | 25 | 42 | 503 | 45 | 60 |
| Binary | 10101000 | 1001110 | 10000101 | 0 | 110110 | 10101 | 100010 | 101000011 | 100101 | 110000 |
Color Harmonies of #A84E85
Complementary color
Monochromatic Colors of #A84E85
Black with #A84E85
Text Example
Text Example
White with #A84E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84E85; }
p { color: rgb(168,78,133); }
H1.HeaderClassName
{
color: #A84E85;
}
.AnyTagClassName
{
color: #A84E85;
}
</style>
background-color css
<style>
a { background-color: #A84E85; }
a { background-color: rgb(168,78,133); }
div.DivClassName
{
background-color: #A84E85;
}
.BgClassName
{
background-color: #A84E85;
}
</style>
border-color css
<style>
span { border-color: #A84E85; }
span { border-color: rgb(168,78,133); }
td.TdClassName
{
border-color: #A84E85;
}
.TagClassName
{
border-color: #A84E85;
}
</style>