Shades of Royal Heath #A75D7C
Tints of Royal Heath #A75D7C
RGB
CMYK
RGB Variations
Color information
#A75D7C (or 0xA75D7C) is known color: Royal Heath. HEX triplet: A7, 5D and 7C. RGB value is (167,93,124). Sum of RGB (Red+Green+Blue) = 167+93+124=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75D7C is #58A283. Grayscale: #767676. Windows color (decimal): -5808772 or 8150439. OLE color: 8150439.
HSL color Cylindrical-coordinate representation of color #A75D7C: hue angle of 334.86º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A75D7C is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 93 | 124 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.35 |
| HSL | 334.86º | 0.3% | 0.51% | - |
| HSV(B) | 334.86º | 0.44% | 0.65% | - |
| XYZ | 23.49 | 17.5 | 21.21 | - |
| YUV | 118.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 93 | 124 | 0 | 0.44 | 0.26 | 0.35 | 334.86 | 0.3 | 0.51 |
| Hex | A7 | 5D | 7C | 0 | 2C | 1A | 23 | 14F | 1E | 33 |
| Octal | 247 | 135 | 174 | 0 | 54 | 32 | 43 | 517 | 36 | 63 |
| Binary | 10100111 | 1011101 | 1111100 | 0 | 101100 | 11010 | 100011 | 101001111 | 11110 | 110011 |
Color Harmonies of #A75D7C
Complementary color
Monochromatic Colors of #A75D7C
Black with #A75D7C
Text Example
Text Example
White with #A75D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75D7C; }
p { color: rgb(167,93,124); }
H1.HeaderClassName
{
color: #A75D7C;
}
.AnyTagClassName
{
color: #A75D7C;
}
</style>
background-color css
<style>
a { background-color: #A75D7C; }
a { background-color: rgb(167,93,124); }
div.DivClassName
{
background-color: #A75D7C;
}
.BgClassName
{
background-color: #A75D7C;
}
</style>
border-color css
<style>
span { border-color: #A75D7C; }
span { border-color: rgb(167,93,124); }
td.TdClassName
{
border-color: #A75D7C;
}
.TagClassName
{
border-color: #A75D7C;
}
</style>