Shades of Royal Heath #A85478
Tints of Royal Heath #A85478
RGB
CMYK
RGB Variations
Color information
#A85478 (or 0xA85478) is known color: Royal Heath. HEX triplet: A8, 54 and 78. RGB value is (168,84,120). Sum of RGB (Red+Green+Blue) = 168+84+120=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A85478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85478 is #57AB87. Grayscale: #717171. Windows color (decimal): -5745544 or 7885992. OLE color: 7885992.
HSL color Cylindrical-coordinate representation of color #A85478: hue angle of 334.29º 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 #A85478 is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 120 | - |
| CMYK | 0 | 0.5 | 0.29 | 0.34 |
| HSL | 334.29º | 0.33% | 0.49% | - |
| HSV(B) | 334.29º | 0.5% | 0.66% | - |
| XYZ | 22.71 | 16.02 | 19.66 | - |
| YUV | 113.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 120 | 0 | 0.5 | 0.29 | 0.34 | 334.29 | 0.33 | 0.49 |
| Hex | A8 | 54 | 78 | 0 | 32 | 1D | 22 | 14E | 21 | 31 |
| Octal | 250 | 124 | 170 | 0 | 62 | 35 | 42 | 516 | 41 | 61 |
| Binary | 10101000 | 1010100 | 1111000 | 0 | 110010 | 11101 | 100010 | 101001110 | 100001 | 110001 |
Color Harmonies of #A85478
Complementary color
Monochromatic Colors of #A85478
Black with #A85478
Text Example
Text Example
White with #A85478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85478; }
p { color: rgb(168,84,120); }
H1.HeaderClassName
{
color: #A85478;
}
.AnyTagClassName
{
color: #A85478;
}
</style>
background-color css
<style>
a { background-color: #A85478; }
a { background-color: rgb(168,84,120); }
div.DivClassName
{
background-color: #A85478;
}
.BgClassName
{
background-color: #A85478;
}
</style>
border-color css
<style>
span { border-color: #A85478; }
span { border-color: rgb(168,84,120); }
td.TdClassName
{
border-color: #A85478;
}
.TagClassName
{
border-color: #A85478;
}
</style>