Shades of Royal Heath #A05072
Tints of Royal Heath #A05072
RGB
CMYK
RGB Variations
Color information
#A05072 (or 0xA05072) is known color: Royal Heath. HEX triplet: A0, 50 and 72. RGB value is (160,80,114). Sum of RGB (Red+Green+Blue) = 160+80+114=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A05072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05072 is #5FAF8D. Grayscale: #6B6B6B. Windows color (decimal): -6270862 or 7491744. OLE color: 7491744.
HSL color Cylindrical-coordinate representation of color #A05072: hue angle of 334.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A05072 is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 80 | 114 | - |
| CMYK | 0 | 0.5 | 0.29 | 0.37 |
| HSL | 334.5º | 0.33% | 0.47% | - |
| HSV(B) | 334.5º | 0.5% | 0.63% | - |
| XYZ | 20.4 | 14.43 | 17.63 | - |
| YUV | 107.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 114 | 0 | 0.5 | 0.29 | 0.37 | 334.5 | 0.33 | 0.47 |
| Hex | A0 | 50 | 72 | 0 | 32 | 1D | 25 | 14E | 21 | 2F |
| Octal | 240 | 120 | 162 | 0 | 62 | 35 | 45 | 516 | 41 | 57 |
| Binary | 10100000 | 1010000 | 1110010 | 0 | 110010 | 11101 | 100101 | 101001110 | 100001 | 101111 |
Color Harmonies of #A05072
Complementary color
Monochromatic Colors of #A05072
Black with #A05072
Text Example
Text Example
White with #A05072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05072; }
p { color: rgb(160,80,114); }
H1.HeaderClassName
{
color: #A05072;
}
.AnyTagClassName
{
color: #A05072;
}
</style>
background-color css
<style>
a { background-color: #A05072; }
a { background-color: rgb(160,80,114); }
div.DivClassName
{
background-color: #A05072;
}
.BgClassName
{
background-color: #A05072;
}
</style>
border-color css
<style>
span { border-color: #A05072; }
span { border-color: rgb(160,80,114); }
td.TdClassName
{
border-color: #A05072;
}
.TagClassName
{
border-color: #A05072;
}
</style>