Shades of Royal Heath #A55071
Tints of Royal Heath #A55071
RGB
CMYK
RGB Variations
Color information
#A55071 (or 0xA55071) is known color: Royal Heath. HEX triplet: A5, 50 and 71. RGB value is (165,80,113). Sum of RGB (Red+Green+Blue) = 165+80+113=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A55071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55071 is #5AAF8E. Grayscale: #6D6D6D. Windows color (decimal): -5943183 or 7426213. OLE color: 7426213.
HSL color Cylindrical-coordinate representation of color #A55071: hue angle of 336.71º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A55071 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 80 | 113 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.35 |
| HSL | 336.71º | 0.35% | 0.48% | - |
| HSV(B) | 336.71º | 0.52% | 0.65% | - |
| XYZ | 21.37 | 14.93 | 17.38 | - |
| YUV | 109.18 | 130.16 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 113 | 0 | 0.52 | 0.32 | 0.35 | 336.71 | 0.35 | 0.48 |
| Hex | A5 | 50 | 71 | 0 | 34 | 20 | 23 | 151 | 23 | 30 |
| Octal | 245 | 120 | 161 | 0 | 64 | 40 | 43 | 521 | 43 | 60 |
| Binary | 10100101 | 1010000 | 1110001 | 0 | 110100 | 100000 | 100011 | 101010001 | 100011 | 110000 |
Color Harmonies of #A55071
Complementary color
Monochromatic Colors of #A55071
Black with #A55071
Text Example
Text Example
White with #A55071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55071; }
p { color: rgb(165,80,113); }
H1.HeaderClassName
{
color: #A55071;
}
.AnyTagClassName
{
color: #A55071;
}
</style>
background-color css
<style>
a { background-color: #A55071; }
a { background-color: rgb(165,80,113); }
div.DivClassName
{
background-color: #A55071;
}
.BgClassName
{
background-color: #A55071;
}
</style>
border-color css
<style>
span { border-color: #A55071; }
span { border-color: rgb(165,80,113); }
td.TdClassName
{
border-color: #A55071;
}
.TagClassName
{
border-color: #A55071;
}
</style>