Shades of Royal Heath #A85B7F
Tints of Royal Heath #A85B7F
RGB
CMYK
RGB Variations
Color information
#A85B7F (or 0xA85B7F) is known color: Royal Heath. HEX triplet: A8, 5B and 7F. RGB value is (168,91,127). Sum of RGB (Red+Green+Blue) = 168+91+127=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85B7F is #57A480. Grayscale: #767676. Windows color (decimal): -5743745 or 8346536. OLE color: 8346536.
HSL color Cylindrical-coordinate representation of color #A85B7F: hue angle of 331.95º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A85B7F is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 91 | 127 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.34 |
| HSL | 331.95º | 0.31% | 0.51% | - |
| HSV(B) | 331.95º | 0.46% | 0.66% | - |
| XYZ | 23.72 | 17.34 | 22.18 | - |
| YUV | 118.13 | 133.01 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 127 | 0 | 0.46 | 0.24 | 0.34 | 331.95 | 0.31 | 0.51 |
| Hex | A8 | 5B | 7F | 0 | 2E | 18 | 22 | 14C | 1F | 33 |
| Octal | 250 | 133 | 177 | 0 | 56 | 30 | 42 | 514 | 37 | 63 |
| Binary | 10101000 | 1011011 | 1111111 | 0 | 101110 | 11000 | 100010 | 101001100 | 11111 | 110011 |
Color Harmonies of #A85B7F
Complementary color
Monochromatic Colors of #A85B7F
Black with #A85B7F
Text Example
Text Example
White with #A85B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85B7F; }
p { color: rgb(168,91,127); }
H1.HeaderClassName
{
color: #A85B7F;
}
.AnyTagClassName
{
color: #A85B7F;
}
</style>
background-color css
<style>
a { background-color: #A85B7F; }
a { background-color: rgb(168,91,127); }
div.DivClassName
{
background-color: #A85B7F;
}
.BgClassName
{
background-color: #A85B7F;
}
</style>
border-color css
<style>
span { border-color: #A85B7F; }
span { border-color: rgb(168,91,127); }
td.TdClassName
{
border-color: #A85B7F;
}
.TagClassName
{
border-color: #A85B7F;
}
</style>