Shades of Royal Heath #A35079
Tints of Royal Heath #A35079
RGB
CMYK
RGB Variations
Color information
#A35079 (or 0xA35079) is known color: Royal Heath. HEX triplet: A3, 50 and 79. RGB value is (163,80,121). Sum of RGB (Red+Green+Blue) = 163+80+121=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A35079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35079 is #5CAF86. Grayscale: #6D6D6D. Windows color (decimal): -6074247 or 7950499. OLE color: 7950499.
HSL color Cylindrical-coordinate representation of color #A35079: hue angle of 330.36º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A35079 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 121 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.36 |
| HSL | 330.36º | 0.34% | 0.48% | - |
| HSV(B) | 330.36º | 0.51% | 0.64% | - |
| XYZ | 21.42 | 14.9 | 19.84 | - |
| YUV | 109.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 121 | 0 | 0.51 | 0.26 | 0.36 | 330.36 | 0.34 | 0.48 |
| Hex | A3 | 50 | 79 | 0 | 33 | 1A | 24 | 14A | 22 | 30 |
| Octal | 243 | 120 | 171 | 0 | 63 | 32 | 44 | 512 | 42 | 60 |
| Binary | 10100011 | 1010000 | 1111001 | 0 | 110011 | 11010 | 100100 | 101001010 | 100010 | 110000 |
Color Harmonies of #A35079
Complementary color
Monochromatic Colors of #A35079
Black with #A35079
Text Example
Text Example
White with #A35079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35079; }
p { color: rgb(163,80,121); }
H1.HeaderClassName
{
color: #A35079;
}
.AnyTagClassName
{
color: #A35079;
}
</style>
background-color css
<style>
a { background-color: #A35079; }
a { background-color: rgb(163,80,121); }
div.DivClassName
{
background-color: #A35079;
}
.BgClassName
{
background-color: #A35079;
}
</style>
border-color css
<style>
span { border-color: #A35079; }
span { border-color: rgb(163,80,121); }
td.TdClassName
{
border-color: #A35079;
}
.TagClassName
{
border-color: #A35079;
}
</style>