Shades of Royal Heath #A04A82
Tints of Royal Heath #A04A82
RGB
CMYK
RGB Variations
Color information
#A04A82 (or 0xA04A82) is known color: Royal Heath. HEX triplet: A0, 4A and 82. RGB value is (160,74,130). Sum of RGB (Red+Green+Blue) = 160+74+130=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04A82 is #5FB57D. Grayscale: #696969. Windows color (decimal): -6272382 or 8538784. OLE color: 8538784.
HSL color Cylindrical-coordinate representation of color #A04A82: hue angle of 320.93º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04A82 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 130 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.37 |
| HSL | 320.93º | 0.37% | 0.46% | - |
| HSV(B) | 320.93º | 0.54% | 0.63% | - |
| XYZ | 20.98 | 13.98 | 22.71 | - |
| YUV | 106.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 130 | 0 | 0.54 | 0.19 | 0.37 | 320.93 | 0.37 | 0.46 |
| Hex | A0 | 4A | 82 | 0 | 36 | 13 | 25 | 141 | 25 | 2E |
| Octal | 240 | 112 | 202 | 0 | 66 | 23 | 45 | 501 | 45 | 56 |
| Binary | 10100000 | 1001010 | 10000010 | 0 | 110110 | 10011 | 100101 | 101000001 | 100101 | 101110 |
Color Harmonies of #A04A82
Complementary color
Monochromatic Colors of #A04A82
Black with #A04A82
Text Example
Text Example
White with #A04A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A82; }
p { color: rgb(160,74,130); }
H1.HeaderClassName
{
color: #A04A82;
}
.AnyTagClassName
{
color: #A04A82;
}
</style>
background-color css
<style>
a { background-color: #A04A82; }
a { background-color: rgb(160,74,130); }
div.DivClassName
{
background-color: #A04A82;
}
.BgClassName
{
background-color: #A04A82;
}
</style>
border-color css
<style>
span { border-color: #A04A82; }
span { border-color: rgb(160,74,130); }
td.TdClassName
{
border-color: #A04A82;
}
.TagClassName
{
border-color: #A04A82;
}
</style>