Shades of Royal Heath #A55372
Tints of Royal Heath #A55372
RGB
CMYK
RGB Variations
Color information
#A55372 (or 0xA55372) is known color: Royal Heath. HEX triplet: A5, 53 and 72. RGB value is (165,83,114). Sum of RGB (Red+Green+Blue) = 165+83+114=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A55372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55372 is #5AAC8D. Grayscale: #6F6F6F. Windows color (decimal): -5942414 or 7492517. OLE color: 7492517.
HSL color Cylindrical-coordinate representation of color #A55372: hue angle of 337.32º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55372 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 83 | 114 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.35 |
| HSL | 337.32º | 0.33% | 0.49% | - |
| HSV(B) | 337.32º | 0.5% | 0.65% | - |
| XYZ | 21.65 | 15.4 | 17.75 | - |
| YUV | 111.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 83 | 114 | 0 | 0.50 | 0.31 | 0.35 | 337.32 | 0.33 | 0.49 |
| Hex | A5 | 53 | 72 | 0 | 32 | 1F | 23 | 151 | 21 | 31 |
| Octal | 245 | 123 | 162 | 0 | 62 | 37 | 43 | 521 | 41 | 61 |
| Binary | 10100101 | 1010011 | 1110010 | 0 | 110010 | 11111 | 100011 | 101010001 | 100001 | 110001 |
Color Harmonies of #A55372
Complementary color
Monochromatic Colors of #A55372
Black with #A55372
Text Example
Text Example
White with #A55372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55372; }
p { color: rgb(165,83,114); }
H1.HeaderClassName
{
color: #A55372;
}
.AnyTagClassName
{
color: #A55372;
}
</style>
background-color css
<style>
a { background-color: #A55372; }
a { background-color: rgb(165,83,114); }
div.DivClassName
{
background-color: #A55372;
}
.BgClassName
{
background-color: #A55372;
}
</style>
border-color css
<style>
span { border-color: #A55372; }
span { border-color: rgb(165,83,114); }
td.TdClassName
{
border-color: #A55372;
}
.TagClassName
{
border-color: #A55372;
}
</style>