Shades of Royal Heath #A85A7B
Tints of Royal Heath #A85A7B
RGB
CMYK
RGB Variations
Color information
#A85A7B (or 0xA85A7B) is known color: Royal Heath. HEX triplet: A8, 5A and 7B. RGB value is (168,90,123). Sum of RGB (Red+Green+Blue) = 168+90+123=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85A7B is #57A584. Grayscale: #757575. Windows color (decimal): -5744005 or 8084136. OLE color: 8084136.
HSL color Cylindrical-coordinate representation of color #A85A7B: hue angle of 334.62º 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 #A85A7B is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 90 | 123 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.34 |
| HSL | 334.62º | 0.31% | 0.51% | - |
| HSV(B) | 334.62º | 0.46% | 0.66% | - |
| XYZ | 23.38 | 17.07 | 20.8 | - |
| YUV | 117.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 123 | 0 | 0.46 | 0.27 | 0.34 | 334.62 | 0.31 | 0.51 |
| Hex | A8 | 5A | 7B | 0 | 2E | 1B | 22 | 14F | 1F | 33 |
| Octal | 250 | 132 | 173 | 0 | 56 | 33 | 42 | 517 | 37 | 63 |
| Binary | 10101000 | 1011010 | 1111011 | 0 | 101110 | 11011 | 100010 | 101001111 | 11111 | 110011 |
Color Harmonies of #A85A7B
Complementary color
Monochromatic Colors of #A85A7B
Black with #A85A7B
Text Example
Text Example
White with #A85A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85A7B; }
p { color: rgb(168,90,123); }
H1.HeaderClassName
{
color: #A85A7B;
}
.AnyTagClassName
{
color: #A85A7B;
}
</style>
background-color css
<style>
a { background-color: #A85A7B; }
a { background-color: rgb(168,90,123); }
div.DivClassName
{
background-color: #A85A7B;
}
.BgClassName
{
background-color: #A85A7B;
}
</style>
border-color css
<style>
span { border-color: #A85A7B; }
span { border-color: rgb(168,90,123); }
td.TdClassName
{
border-color: #A85A7B;
}
.TagClassName
{
border-color: #A85A7B;
}
</style>