Shades of Royal Heath #A4557D
Tints of Royal Heath #A4557D
RGB
CMYK
RGB Variations
Color information
#A4557D (or 0xA4557D) is known color: Royal Heath. HEX triplet: A4, 55 and 7D. RGB value is (164,85,125). Sum of RGB (Red+Green+Blue) = 164+85+125=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A4557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4557D is #5BAA82. Grayscale: #717171. Windows color (decimal): -6007427 or 8213924. OLE color: 8213924.
HSL color Cylindrical-coordinate representation of color #A4557D: hue angle of 329.62º 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 #A4557D is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 85 | 125 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.36 |
| HSL | 329.62º | 0.32% | 0.49% | - |
| HSV(B) | 329.62º | 0.48% | 0.64% | - |
| XYZ | 22.26 | 15.87 | 21.29 | - |
| YUV | 113.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 125 | 0 | 0.48 | 0.24 | 0.36 | 329.62 | 0.32 | 0.49 |
| Hex | A4 | 55 | 7D | 0 | 30 | 18 | 24 | 14A | 20 | 31 |
| Octal | 244 | 125 | 175 | 0 | 60 | 30 | 44 | 512 | 40 | 61 |
| Binary | 10100100 | 1010101 | 1111101 | 0 | 110000 | 11000 | 100100 | 101001010 | 100000 | 110001 |
Color Harmonies of #A4557D
Complementary color
Monochromatic Colors of #A4557D
Black with #A4557D
Text Example
Text Example
White with #A4557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4557D; }
p { color: rgb(164,85,125); }
H1.HeaderClassName
{
color: #A4557D;
}
.AnyTagClassName
{
color: #A4557D;
}
</style>
background-color css
<style>
a { background-color: #A4557D; }
a { background-color: rgb(164,85,125); }
div.DivClassName
{
background-color: #A4557D;
}
.BgClassName
{
background-color: #A4557D;
}
</style>
border-color css
<style>
span { border-color: #A4557D; }
span { border-color: rgb(164,85,125); }
td.TdClassName
{
border-color: #A4557D;
}
.TagClassName
{
border-color: #A4557D;
}
</style>