Shades of Royal Heath #A55574
Tints of Royal Heath #A55574
RGB
CMYK
RGB Variations
Color information
#A55574 (or 0xA55574) is known color: Royal Heath. HEX triplet: A5, 55 and 74. RGB value is (165,85,116). Sum of RGB (Red+Green+Blue) = 165+85+116=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A55574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55574 is #5AAA8B. Grayscale: #707070. Windows color (decimal): -5941900 or 7624101. OLE color: 7624101.
HSL color Cylindrical-coordinate representation of color #A55574: hue angle of 336.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A55574 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 85 | 116 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.35 |
| HSL | 336.75º | 0.32% | 0.49% | - |
| HSV(B) | 336.75º | 0.48% | 0.65% | - |
| XYZ | 21.92 | 15.76 | 18.41 | - |
| YUV | 112.45 | 130 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 85 | 116 | 0 | 0.48 | 0.30 | 0.35 | 336.75 | 0.32 | 0.49 |
| Hex | A5 | 55 | 74 | 0 | 30 | 1E | 23 | 151 | 20 | 31 |
| Octal | 245 | 125 | 164 | 0 | 60 | 36 | 43 | 521 | 40 | 61 |
| Binary | 10100101 | 1010101 | 1110100 | 0 | 110000 | 11110 | 100011 | 101010001 | 100000 | 110001 |
Color Harmonies of #A55574
Complementary color
Monochromatic Colors of #A55574
Black with #A55574
Text Example
Text Example
White with #A55574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55574; }
p { color: rgb(165,85,116); }
H1.HeaderClassName
{
color: #A55574;
}
.AnyTagClassName
{
color: #A55574;
}
</style>
background-color css
<style>
a { background-color: #A55574; }
a { background-color: rgb(165,85,116); }
div.DivClassName
{
background-color: #A55574;
}
.BgClassName
{
background-color: #A55574;
}
</style>
border-color css
<style>
span { border-color: #A55574; }
span { border-color: rgb(165,85,116); }
td.TdClassName
{
border-color: #A55574;
}
.TagClassName
{
border-color: #A55574;
}
</style>