Shades of Royal Heath #A45979
Tints of Royal Heath #A45979
RGB
CMYK
RGB Variations
Color information
#A45979 (or 0xA45979) is known color: Royal Heath. HEX triplet: A4, 59 and 79. RGB value is (164,89,121). Sum of RGB (Red+Green+Blue) = 164+89+121=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A45979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45979 is #5BA686. Grayscale: #737373. Windows color (decimal): -6006407 or 7952804. OLE color: 7952804.
HSL color Cylindrical-coordinate representation of color #A45979: hue angle of 334.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A45979 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 89 | 121 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.36 |
| HSL | 334.4º | 0.3% | 0.5% | - |
| HSV(B) | 334.4º | 0.46% | 0.64% | - |
| XYZ | 22.33 | 16.42 | 20.08 | - |
| YUV | 115.07 | 131.35 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 121 | 0 | 0.46 | 0.26 | 0.36 | 334.4 | 0.3 | 0.5 |
| Hex | A4 | 59 | 79 | 0 | 2E | 1A | 24 | 14E | 1E | 32 |
| Octal | 244 | 131 | 171 | 0 | 56 | 32 | 44 | 516 | 36 | 62 |
| Binary | 10100100 | 1011001 | 1111001 | 0 | 101110 | 11010 | 100100 | 101001110 | 11110 | 110010 |
Color Harmonies of #A45979
Complementary color
Monochromatic Colors of #A45979
Black with #A45979
Text Example
Text Example
White with #A45979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45979; }
p { color: rgb(164,89,121); }
H1.HeaderClassName
{
color: #A45979;
}
.AnyTagClassName
{
color: #A45979;
}
</style>
background-color css
<style>
a { background-color: #A45979; }
a { background-color: rgb(164,89,121); }
div.DivClassName
{
background-color: #A45979;
}
.BgClassName
{
background-color: #A45979;
}
</style>
border-color css
<style>
span { border-color: #A45979; }
span { border-color: rgb(164,89,121); }
td.TdClassName
{
border-color: #A45979;
}
.TagClassName
{
border-color: #A45979;
}
</style>