Shades of Royal Heath #A15079
Tints of Royal Heath #A15079
RGB
CMYK
RGB Variations
Color information
#A15079 (or 0xA15079) is known color: Royal Heath. HEX triplet: A1, 50 and 79. RGB value is (161,80,121). Sum of RGB (Red+Green+Blue) = 161+80+121=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A15079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15079 is #5EAF86. Grayscale: #6C6C6C. Windows color (decimal): -6205319 or 7950497. OLE color: 7950497.
HSL color Cylindrical-coordinate representation of color #A15079: hue angle of 329.63º degrees, saturation: 0.34, 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 #A15079 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 121 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.37 |
| HSL | 329.63º | 0.34% | 0.47% | - |
| HSV(B) | 329.63º | 0.5% | 0.63% | - |
| XYZ | 21.02 | 14.69 | 19.82 | - |
| YUV | 108.89 | 134.84 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 121 | 0 | 0.50 | 0.25 | 0.37 | 329.63 | 0.34 | 0.47 |
| Hex | A1 | 50 | 79 | 0 | 32 | 19 | 25 | 14A | 22 | 2F |
| Octal | 241 | 120 | 171 | 0 | 62 | 31 | 45 | 512 | 42 | 57 |
| Binary | 10100001 | 1010000 | 1111001 | 0 | 110010 | 11001 | 100101 | 101001010 | 100010 | 101111 |
Color Harmonies of #A15079
Complementary color
Monochromatic Colors of #A15079
Black with #A15079
Text Example
Text Example
White with #A15079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15079; }
p { color: rgb(161,80,121); }
H1.HeaderClassName
{
color: #A15079;
}
.AnyTagClassName
{
color: #A15079;
}
</style>
background-color css
<style>
a { background-color: #A15079; }
a { background-color: rgb(161,80,121); }
div.DivClassName
{
background-color: #A15079;
}
.BgClassName
{
background-color: #A15079;
}
</style>
border-color css
<style>
span { border-color: #A15079; }
span { border-color: rgb(161,80,121); }
td.TdClassName
{
border-color: #A15079;
}
.TagClassName
{
border-color: #A15079;
}
</style>