Shades of Royal Heath #A4587A
Tints of Royal Heath #A4587A
RGB
CMYK
RGB Variations
Color information
#A4587A (or 0xA4587A) is known color: Royal Heath. HEX triplet: A4, 58 and 7A. RGB value is (164,88,122). Sum of RGB (Red+Green+Blue) = 164+88+122=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A4587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4587A is #5BA785. Grayscale: #727272. Windows color (decimal): -6006662 or 8018084. OLE color: 8018084.
HSL color Cylindrical-coordinate representation of color #A4587A: hue angle of 333.16º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4587A is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 88 | 122 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.36 |
| HSL | 333.16º | 0.3% | 0.49% | - |
| HSV(B) | 333.16º | 0.46% | 0.64% | - |
| XYZ | 22.31 | 16.28 | 20.38 | - |
| YUV | 114.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 122 | 0 | 0.46 | 0.26 | 0.36 | 333.16 | 0.3 | 0.49 |
| Hex | A4 | 58 | 7A | 0 | 2E | 1A | 24 | 14D | 1E | 31 |
| Octal | 244 | 130 | 172 | 0 | 56 | 32 | 44 | 515 | 36 | 61 |
| Binary | 10100100 | 1011000 | 1111010 | 0 | 101110 | 11010 | 100100 | 101001101 | 11110 | 110001 |
Color Harmonies of #A4587A
Complementary color
Monochromatic Colors of #A4587A
Black with #A4587A
Text Example
Text Example
White with #A4587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4587A; }
p { color: rgb(164,88,122); }
H1.HeaderClassName
{
color: #A4587A;
}
.AnyTagClassName
{
color: #A4587A;
}
</style>
background-color css
<style>
a { background-color: #A4587A; }
a { background-color: rgb(164,88,122); }
div.DivClassName
{
background-color: #A4587A;
}
.BgClassName
{
background-color: #A4587A;
}
</style>
border-color css
<style>
span { border-color: #A4587A; }
span { border-color: rgb(164,88,122); }
td.TdClassName
{
border-color: #A4587A;
}
.TagClassName
{
border-color: #A4587A;
}
</style>