Shades of Royal Heath #A7587D
Tints of Royal Heath #A7587D
RGB
CMYK
RGB Variations
Color information
#A7587D (or 0xA7587D) is known color: Royal Heath. HEX triplet: A7, 58 and 7D. RGB value is (167,88,125). Sum of RGB (Red+Green+Blue) = 167+88+125=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 167 - color contains mainly: red. Hex color #A7587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7587D is #58A782. Grayscale: #737373. Windows color (decimal): -5810051 or 8214695. OLE color: 8214695.
HSL color Cylindrical-coordinate representation of color #A7587D: hue angle of 331.9º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7587D is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 88 | 125 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.35 |
| HSL | 331.9º | 0.31% | 0.5% | - |
| HSV(B) | 331.9º | 0.47% | 0.65% | - |
| XYZ | 23.13 | 16.68 | 21.4 | - |
| YUV | 115.84 | 133.17 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 88 | 125 | 0 | 0.47 | 0.25 | 0.35 | 331.9 | 0.31 | 0.5 |
| Hex | A7 | 58 | 7D | 0 | 2F | 19 | 23 | 14C | 1F | 32 |
| Octal | 247 | 130 | 175 | 0 | 57 | 31 | 43 | 514 | 37 | 62 |
| Binary | 10100111 | 1011000 | 1111101 | 0 | 101111 | 11001 | 100011 | 101001100 | 11111 | 110010 |
Color Harmonies of #A7587D
Complementary color
Monochromatic Colors of #A7587D
Black with #A7587D
Text Example
Text Example
White with #A7587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7587D; }
p { color: rgb(167,88,125); }
H1.HeaderClassName
{
color: #A7587D;
}
.AnyTagClassName
{
color: #A7587D;
}
</style>
background-color css
<style>
a { background-color: #A7587D; }
a { background-color: rgb(167,88,125); }
div.DivClassName
{
background-color: #A7587D;
}
.BgClassName
{
background-color: #A7587D;
}
</style>
border-color css
<style>
span { border-color: #A7587D; }
span { border-color: rgb(167,88,125); }
td.TdClassName
{
border-color: #A7587D;
}
.TagClassName
{
border-color: #A7587D;
}
</style>