Shades of Royal Heath #A85D78
Tints of Royal Heath #A85D78
RGB
CMYK
RGB Variations
Color information
#A85D78 (or 0xA85D78) is known color: Royal Heath. HEX triplet: A8, 5D and 78. RGB value is (168,93,120). Sum of RGB (Red+Green+Blue) = 168+93+120=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85D78 is #57A287. Grayscale: #767676. Windows color (decimal): -5743240 or 7888296. OLE color: 7888296.
HSL color Cylindrical-coordinate representation of color #A85D78: hue angle of 338.4º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A85D78 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 93 | 120 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.34 |
| HSL | 338.4º | 0.3% | 0.51% | - |
| HSV(B) | 338.4º | 0.45% | 0.66% | - |
| XYZ | 23.45 | 17.51 | 19.91 | - |
| YUV | 118.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 120 | 0 | 0.45 | 0.29 | 0.34 | 338.4 | 0.3 | 0.51 |
| Hex | A8 | 5D | 78 | 0 | 2D | 1D | 22 | 152 | 1E | 33 |
| Octal | 250 | 135 | 170 | 0 | 55 | 35 | 42 | 522 | 36 | 63 |
| Binary | 10101000 | 1011101 | 1111000 | 0 | 101101 | 11101 | 100010 | 101010010 | 11110 | 110011 |
Color Harmonies of #A85D78
Complementary color
Monochromatic Colors of #A85D78
Black with #A85D78
Text Example
Text Example
White with #A85D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85D78; }
p { color: rgb(168,93,120); }
H1.HeaderClassName
{
color: #A85D78;
}
.AnyTagClassName
{
color: #A85D78;
}
</style>
background-color css
<style>
a { background-color: #A85D78; }
a { background-color: rgb(168,93,120); }
div.DivClassName
{
background-color: #A85D78;
}
.BgClassName
{
background-color: #A85D78;
}
</style>
border-color css
<style>
span { border-color: #A85D78; }
span { border-color: rgb(168,93,120); }
td.TdClassName
{
border-color: #A85D78;
}
.TagClassName
{
border-color: #A85D78;
}
</style>