Shades of Royal Heath #A85C7A
Tints of Royal Heath #A85C7A
RGB
CMYK
RGB Variations
Color information
#A85C7A (or 0xA85C7A) is known color: Royal Heath. HEX triplet: A8, 5C and 7A. RGB value is (168,92,122). Sum of RGB (Red+Green+Blue) = 168+92+122=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85C7A is #57A385. Grayscale: #767676. Windows color (decimal): -5743494 or 8019112. OLE color: 8019112.
HSL color Cylindrical-coordinate representation of color #A85C7A: hue angle of 336.32º 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 #A85C7A is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 92 | 122 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.34 |
| HSL | 336.32º | 0.3% | 0.51% | - |
| HSV(B) | 336.32º | 0.45% | 0.66% | - |
| XYZ | 23.49 | 17.38 | 20.53 | - |
| YUV | 118.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 122 | 0 | 0.45 | 0.27 | 0.34 | 336.32 | 0.3 | 0.51 |
| Hex | A8 | 5C | 7A | 0 | 2D | 1B | 22 | 150 | 1E | 33 |
| Octal | 250 | 134 | 172 | 0 | 55 | 33 | 42 | 520 | 36 | 63 |
| Binary | 10101000 | 1011100 | 1111010 | 0 | 101101 | 11011 | 100010 | 101010000 | 11110 | 110011 |
Color Harmonies of #A85C7A
Complementary color
Monochromatic Colors of #A85C7A
Black with #A85C7A
Text Example
Text Example
White with #A85C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85C7A; }
p { color: rgb(168,92,122); }
H1.HeaderClassName
{
color: #A85C7A;
}
.AnyTagClassName
{
color: #A85C7A;
}
</style>
background-color css
<style>
a { background-color: #A85C7A; }
a { background-color: rgb(168,92,122); }
div.DivClassName
{
background-color: #A85C7A;
}
.BgClassName
{
background-color: #A85C7A;
}
</style>
border-color css
<style>
span { border-color: #A85C7A; }
span { border-color: rgb(168,92,122); }
td.TdClassName
{
border-color: #A85C7A;
}
.TagClassName
{
border-color: #A85C7A;
}
</style>