Shades of Royal Heath #A85878
Tints of Royal Heath #A85878
RGB
CMYK
RGB Variations
Color information
#A85878 (or 0xA85878) is known color: Royal Heath. HEX triplet: A8, 58 and 78. RGB value is (168,88,120). Sum of RGB (Red+Green+Blue) = 168+88+120=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A85878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85878 is #57A787. Grayscale: #737373. Windows color (decimal): -5744520 or 7887016. OLE color: 7887016.
HSL color Cylindrical-coordinate representation of color #A85878: hue angle of 336º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A85878 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 120 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.34 |
| HSL | 336º | 0.31% | 0.5% | - |
| HSV(B) | 336º | 0.48% | 0.66% | - |
| XYZ | 23.03 | 16.66 | 19.77 | - |
| YUV | 115.57 | 130.5 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 120 | 0 | 0.48 | 0.29 | 0.34 | 336 | 0.31 | 0.5 |
| Hex | A8 | 58 | 78 | 0 | 30 | 1D | 22 | 150 | 1F | 32 |
| Octal | 250 | 130 | 170 | 0 | 60 | 35 | 42 | 520 | 37 | 62 |
| Binary | 10101000 | 1011000 | 1111000 | 0 | 110000 | 11101 | 100010 | 101010000 | 11111 | 110010 |
Color Harmonies of #A85878
Complementary color
Monochromatic Colors of #A85878
Black with #A85878
Text Example
Text Example
White with #A85878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85878; }
p { color: rgb(168,88,120); }
H1.HeaderClassName
{
color: #A85878;
}
.AnyTagClassName
{
color: #A85878;
}
</style>
background-color css
<style>
a { background-color: #A85878; }
a { background-color: rgb(168,88,120); }
div.DivClassName
{
background-color: #A85878;
}
.BgClassName
{
background-color: #A85878;
}
</style>
border-color css
<style>
span { border-color: #A85878; }
span { border-color: rgb(168,88,120); }
td.TdClassName
{
border-color: #A85878;
}
.TagClassName
{
border-color: #A85878;
}
</style>