Shades of Royal Heath #A84C85
Tints of Royal Heath #A84C85
RGB
CMYK
RGB Variations
Color information
#A84C85 (or 0xA84C85) is known color: Royal Heath. HEX triplet: A8, 4C and 85. RGB value is (168,76,133). Sum of RGB (Red+Green+Blue) = 168+76+133=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84C85 is #57B37A. Grayscale: #6D6D6D. Windows color (decimal): -5747579 or 8735912. OLE color: 8735912.
HSL color Cylindrical-coordinate representation of color #A84C85: hue angle of 322.83º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A84C85 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 76 | 133 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.34 |
| HSL | 322.83º | 0.38% | 0.48% | - |
| HSV(B) | 322.83º | 0.55% | 0.66% | - |
| XYZ | 22.97 | 15.19 | 23.91 | - |
| YUV | 110.01 | 140.98 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 133 | 0 | 0.55 | 0.21 | 0.34 | 322.83 | 0.38 | 0.48 |
| Hex | A8 | 4C | 85 | 0 | 37 | 15 | 22 | 143 | 26 | 30 |
| Octal | 250 | 114 | 205 | 0 | 67 | 25 | 42 | 503 | 46 | 60 |
| Binary | 10101000 | 1001100 | 10000101 | 0 | 110111 | 10101 | 100010 | 101000011 | 100110 | 110000 |
Color Harmonies of #A84C85
Complementary color
Monochromatic Colors of #A84C85
Black with #A84C85
Text Example
Text Example
White with #A84C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84C85; }
p { color: rgb(168,76,133); }
H1.HeaderClassName
{
color: #A84C85;
}
.AnyTagClassName
{
color: #A84C85;
}
</style>
background-color css
<style>
a { background-color: #A84C85; }
a { background-color: rgb(168,76,133); }
div.DivClassName
{
background-color: #A84C85;
}
.BgClassName
{
background-color: #A84C85;
}
</style>
border-color css
<style>
span { border-color: #A84C85; }
span { border-color: rgb(168,76,133); }
td.TdClassName
{
border-color: #A84C85;
}
.TagClassName
{
border-color: #A84C85;
}
</style>