Shades of Royal Heath #A55273
Tints of Royal Heath #A55273
RGB
CMYK
RGB Variations
Color information
#A55273 (or 0xA55273) is known color: Royal Heath. HEX triplet: A5, 52 and 73. RGB value is (165,82,115). Sum of RGB (Red+Green+Blue) = 165+82+115=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A55273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55273 is #5AAD8C. Grayscale: #6E6E6E. Windows color (decimal): -5942669 or 7557797. OLE color: 7557797.
HSL color Cylindrical-coordinate representation of color #A55273: hue angle of 336.14º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55273 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 82 | 115 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.35 |
| HSL | 336.14º | 0.34% | 0.48% | - |
| HSV(B) | 336.14º | 0.5% | 0.65% | - |
| XYZ | 21.63 | 15.27 | 18.03 | - |
| YUV | 110.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 115 | 0 | 0.50 | 0.30 | 0.35 | 336.14 | 0.34 | 0.48 |
| Hex | A5 | 52 | 73 | 0 | 32 | 1E | 23 | 150 | 22 | 30 |
| Octal | 245 | 122 | 163 | 0 | 62 | 36 | 43 | 520 | 42 | 60 |
| Binary | 10100101 | 1010010 | 1110011 | 0 | 110010 | 11110 | 100011 | 101010000 | 100010 | 110000 |
Color Harmonies of #A55273
Complementary color
Monochromatic Colors of #A55273
Black with #A55273
Text Example
Text Example
White with #A55273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55273; }
p { color: rgb(165,82,115); }
H1.HeaderClassName
{
color: #A55273;
}
.AnyTagClassName
{
color: #A55273;
}
</style>
background-color css
<style>
a { background-color: #A55273; }
a { background-color: rgb(165,82,115); }
div.DivClassName
{
background-color: #A55273;
}
.BgClassName
{
background-color: #A55273;
}
</style>
border-color css
<style>
span { border-color: #A55273; }
span { border-color: rgb(165,82,115); }
td.TdClassName
{
border-color: #A55273;
}
.TagClassName
{
border-color: #A55273;
}
</style>