Shades of Royal Heath #A35579
Tints of Royal Heath #A35579
RGB
CMYK
RGB Variations
Color information
#A35579 (or 0xA35579) is known color: Royal Heath. HEX triplet: A3, 55 and 79. RGB value is (163,85,121). Sum of RGB (Red+Green+Blue) = 163+85+121=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A35579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35579 is #5CAA86. Grayscale: #707070. Windows color (decimal): -6072967 or 7951779. OLE color: 7951779.
HSL color Cylindrical-coordinate representation of color #A35579: hue angle of 332.31º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35579 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 85 | 121 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.36 |
| HSL | 332.31º | 0.31% | 0.49% | - |
| HSV(B) | 332.31º | 0.48% | 0.64% | - |
| XYZ | 21.8 | 15.66 | 19.96 | - |
| YUV | 112.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 121 | 0 | 0.48 | 0.26 | 0.36 | 332.31 | 0.31 | 0.49 |
| Hex | A3 | 55 | 79 | 0 | 30 | 1A | 24 | 14C | 1F | 31 |
| Octal | 243 | 125 | 171 | 0 | 60 | 32 | 44 | 514 | 37 | 61 |
| Binary | 10100011 | 1010101 | 1111001 | 0 | 110000 | 11010 | 100100 | 101001100 | 11111 | 110001 |
Color Harmonies of #A35579
Complementary color
Monochromatic Colors of #A35579
Black with #A35579
Text Example
Text Example
White with #A35579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35579; }
p { color: rgb(163,85,121); }
H1.HeaderClassName
{
color: #A35579;
}
.AnyTagClassName
{
color: #A35579;
}
</style>
background-color css
<style>
a { background-color: #A35579; }
a { background-color: rgb(163,85,121); }
div.DivClassName
{
background-color: #A35579;
}
.BgClassName
{
background-color: #A35579;
}
</style>
border-color css
<style>
span { border-color: #A35579; }
span { border-color: rgb(163,85,121); }
td.TdClassName
{
border-color: #A35579;
}
.TagClassName
{
border-color: #A35579;
}
</style>