Shades of Royal Heath #A4557C
Tints of Royal Heath #A4557C
RGB
CMYK
RGB Variations
Color information
#A4557C (or 0xA4557C) is known color: Royal Heath. HEX triplet: A4, 55 and 7C. RGB value is (164,85,124). Sum of RGB (Red+Green+Blue) = 164+85+124=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A4557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4557C is #5BAA83. Grayscale: #707070. Windows color (decimal): -6007428 or 8148388. OLE color: 8148388.
HSL color Cylindrical-coordinate representation of color #A4557C: hue angle of 330.38º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4557C is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 85 | 124 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.36 |
| HSL | 330.38º | 0.32% | 0.49% | - |
| HSV(B) | 330.38º | 0.48% | 0.64% | - |
| XYZ | 22.2 | 15.84 | 20.96 | - |
| YUV | 113.07 | 134.17 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 124 | 0 | 0.48 | 0.24 | 0.36 | 330.38 | 0.32 | 0.49 |
| Hex | A4 | 55 | 7C | 0 | 30 | 18 | 24 | 14A | 20 | 31 |
| Octal | 244 | 125 | 174 | 0 | 60 | 30 | 44 | 512 | 40 | 61 |
| Binary | 10100100 | 1010101 | 1111100 | 0 | 110000 | 11000 | 100100 | 101001010 | 100000 | 110001 |
Color Harmonies of #A4557C
Complementary color
Monochromatic Colors of #A4557C
Black with #A4557C
Text Example
Text Example
White with #A4557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4557C; }
p { color: rgb(164,85,124); }
H1.HeaderClassName
{
color: #A4557C;
}
.AnyTagClassName
{
color: #A4557C;
}
</style>
background-color css
<style>
a { background-color: #A4557C; }
a { background-color: rgb(164,85,124); }
div.DivClassName
{
background-color: #A4557C;
}
.BgClassName
{
background-color: #A4557C;
}
</style>
border-color css
<style>
span { border-color: #A4557C; }
span { border-color: rgb(164,85,124); }
td.TdClassName
{
border-color: #A4557C;
}
.TagClassName
{
border-color: #A4557C;
}
</style>