Shades of Royal Heath #A05376
Tints of Royal Heath #A05376
RGB
CMYK
RGB Variations
Color information
#A05376 (or 0xA05376) is known color: Royal Heath. HEX triplet: A0, 53 and 76. RGB value is (160,83,118). Sum of RGB (Red+Green+Blue) = 160+83+118=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A05376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05376 is #5FAC89. Grayscale: #6D6D6D. Windows color (decimal): -6270090 or 7754656. OLE color: 7754656.
HSL color Cylindrical-coordinate representation of color #A05376: hue angle of 332.73º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A05376 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 83 | 118 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.37 |
| HSL | 332.73º | 0.32% | 0.48% | - |
| HSV(B) | 332.73º | 0.48% | 0.63% | - |
| XYZ | 20.86 | 14.97 | 18.93 | - |
| YUV | 110.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 118 | 0 | 0.48 | 0.26 | 0.37 | 332.73 | 0.32 | 0.48 |
| Hex | A0 | 53 | 76 | 0 | 30 | 1A | 25 | 14D | 20 | 30 |
| Octal | 240 | 123 | 166 | 0 | 60 | 32 | 45 | 515 | 40 | 60 |
| Binary | 10100000 | 1010011 | 1110110 | 0 | 110000 | 11010 | 100101 | 101001101 | 100000 | 110000 |
Color Harmonies of #A05376
Complementary color
Monochromatic Colors of #A05376
Black with #A05376
Text Example
Text Example
White with #A05376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05376; }
p { color: rgb(160,83,118); }
H1.HeaderClassName
{
color: #A05376;
}
.AnyTagClassName
{
color: #A05376;
}
</style>
background-color css
<style>
a { background-color: #A05376; }
a { background-color: rgb(160,83,118); }
div.DivClassName
{
background-color: #A05376;
}
.BgClassName
{
background-color: #A05376;
}
</style>
border-color css
<style>
span { border-color: #A05376; }
span { border-color: rgb(160,83,118); }
td.TdClassName
{
border-color: #A05376;
}
.TagClassName
{
border-color: #A05376;
}
</style>