Shades of Royal Heath #A85E7A
Tints of Royal Heath #A85E7A
RGB
CMYK
RGB Variations
Color information
#A85E7A (or 0xA85E7A) is known color: Royal Heath. HEX triplet: A8, 5E and 7A. RGB value is (168,94,122). Sum of RGB (Red+Green+Blue) = 168+94+122=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85E7A is #57A185. Grayscale: #777777. Windows color (decimal): -5742982 or 8019624. OLE color: 8019624.
HSL color Cylindrical-coordinate representation of color #A85E7A: hue angle of 337.3º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A85E7A is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 94 | 122 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.34 |
| HSL | 337.3º | 0.3% | 0.51% | - |
| HSV(B) | 337.3º | 0.44% | 0.66% | - |
| XYZ | 23.66 | 17.74 | 20.59 | - |
| YUV | 119.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 122 | 0 | 0.44 | 0.27 | 0.34 | 337.3 | 0.3 | 0.51 |
| Hex | A8 | 5E | 7A | 0 | 2C | 1B | 22 | 151 | 1E | 33 |
| Octal | 250 | 136 | 172 | 0 | 54 | 33 | 42 | 521 | 36 | 63 |
| Binary | 10101000 | 1011110 | 1111010 | 0 | 101100 | 11011 | 100010 | 101010001 | 11110 | 110011 |
Color Harmonies of #A85E7A
Complementary color
Monochromatic Colors of #A85E7A
Black with #A85E7A
Text Example
Text Example
White with #A85E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85E7A; }
p { color: rgb(168,94,122); }
H1.HeaderClassName
{
color: #A85E7A;
}
.AnyTagClassName
{
color: #A85E7A;
}
</style>
background-color css
<style>
a { background-color: #A85E7A; }
a { background-color: rgb(168,94,122); }
div.DivClassName
{
background-color: #A85E7A;
}
.BgClassName
{
background-color: #A85E7A;
}
</style>
border-color css
<style>
span { border-color: #A85E7A; }
span { border-color: rgb(168,94,122); }
td.TdClassName
{
border-color: #A85E7A;
}
.TagClassName
{
border-color: #A85E7A;
}
</style>