Shades of Royal Heath #A5557B
Tints of Royal Heath #A5557B
RGB
CMYK
RGB Variations
Color information
#A5557B (or 0xA5557B) is known color: Royal Heath. HEX triplet: A5, 55 and 7B. RGB value is (165,85,123). Sum of RGB (Red+Green+Blue) = 165+85+123=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A5557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5557B is #5AAA84. Grayscale: #717171. Windows color (decimal): -5941893 or 8082853. OLE color: 8082853.
HSL color Cylindrical-coordinate representation of color #A5557B: hue angle of 331.5º 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 #A5557B is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 85 | 123 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.35 |
| HSL | 331.5º | 0.32% | 0.49% | - |
| HSV(B) | 331.5º | 0.48% | 0.65% | - |
| XYZ | 22.34 | 15.93 | 20.64 | - |
| YUV | 113.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 85 | 123 | 0 | 0.48 | 0.25 | 0.35 | 331.5 | 0.32 | 0.49 |
| Hex | A5 | 55 | 7B | 0 | 30 | 19 | 23 | 14C | 20 | 31 |
| Octal | 245 | 125 | 173 | 0 | 60 | 31 | 43 | 514 | 40 | 61 |
| Binary | 10100101 | 1010101 | 1111011 | 0 | 110000 | 11001 | 100011 | 101001100 | 100000 | 110001 |
Color Harmonies of #A5557B
Complementary color
Monochromatic Colors of #A5557B
Black with #A5557B
Text Example
Text Example
White with #A5557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5557B; }
p { color: rgb(165,85,123); }
H1.HeaderClassName
{
color: #A5557B;
}
.AnyTagClassName
{
color: #A5557B;
}
</style>
background-color css
<style>
a { background-color: #A5557B; }
a { background-color: rgb(165,85,123); }
div.DivClassName
{
background-color: #A5557B;
}
.BgClassName
{
background-color: #A5557B;
}
</style>
border-color css
<style>
span { border-color: #A5557B; }
span { border-color: rgb(165,85,123); }
td.TdClassName
{
border-color: #A5557B;
}
.TagClassName
{
border-color: #A5557B;
}
</style>