Shades of Royal Heath #A85B7B
Tints of Royal Heath #A85B7B
RGB
CMYK
RGB Variations
Color information
#A85B7B (or 0xA85B7B) is known color: Royal Heath. HEX triplet: A8, 5B and 7B. RGB value is (168,91,123). Sum of RGB (Red+Green+Blue) = 168+91+123=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85B7B is #57A484. Grayscale: #757575. Windows color (decimal): -5743749 or 8084392. OLE color: 8084392.
HSL color Cylindrical-coordinate representation of color #A85B7B: hue angle of 335.06º 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 #A85B7B is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 91 | 123 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.34 |
| HSL | 335.06º | 0.31% | 0.51% | - |
| HSV(B) | 335.06º | 0.46% | 0.66% | - |
| XYZ | 23.46 | 17.24 | 20.83 | - |
| YUV | 117.67 | 131.01 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 123 | 0 | 0.46 | 0.27 | 0.34 | 335.06 | 0.31 | 0.51 |
| Hex | A8 | 5B | 7B | 0 | 2E | 1B | 22 | 14F | 1F | 33 |
| Octal | 250 | 133 | 173 | 0 | 56 | 33 | 42 | 517 | 37 | 63 |
| Binary | 10101000 | 1011011 | 1111011 | 0 | 101110 | 11011 | 100010 | 101001111 | 11111 | 110011 |
Color Harmonies of #A85B7B
Complementary color
Monochromatic Colors of #A85B7B
Black with #A85B7B
Text Example
Text Example
White with #A85B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85B7B; }
p { color: rgb(168,91,123); }
H1.HeaderClassName
{
color: #A85B7B;
}
.AnyTagClassName
{
color: #A85B7B;
}
</style>
background-color css
<style>
a { background-color: #A85B7B; }
a { background-color: rgb(168,91,123); }
div.DivClassName
{
background-color: #A85B7B;
}
.BgClassName
{
background-color: #A85B7B;
}
</style>
border-color css
<style>
span { border-color: #A85B7B; }
span { border-color: rgb(168,91,123); }
td.TdClassName
{
border-color: #A85B7B;
}
.TagClassName
{
border-color: #A85B7B;
}
</style>