Shades of Royal Heath #A35A79
Tints of Royal Heath #A35A79
RGB
CMYK
RGB Variations
Color information
#A35A79 (or 0xA35A79) is known color: Royal Heath. HEX triplet: A3, 5A and 79. RGB value is (163,90,121). Sum of RGB (Red+Green+Blue) = 163+90+121=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35A79 is #5CA586. Grayscale: #737373. Windows color (decimal): -6071687 or 7953059. OLE color: 7953059.
HSL color Cylindrical-coordinate representation of color #A35A79: hue angle of 334.52º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A35A79 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 90 | 121 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.36 |
| HSL | 334.52º | 0.29% | 0.5% | - |
| HSV(B) | 334.52º | 0.45% | 0.64% | - |
| XYZ | 22.21 | 16.48 | 20.1 | - |
| YUV | 115.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 121 | 0 | 0.45 | 0.26 | 0.36 | 334.52 | 0.29 | 0.5 |
| Hex | A3 | 5A | 79 | 0 | 2D | 1A | 24 | 14F | 1D | 32 |
| Octal | 243 | 132 | 171 | 0 | 55 | 32 | 44 | 517 | 35 | 62 |
| Binary | 10100011 | 1011010 | 1111001 | 0 | 101101 | 11010 | 100100 | 101001111 | 11101 | 110010 |
Color Harmonies of #A35A79
Complementary color
Monochromatic Colors of #A35A79
Black with #A35A79
Text Example
Text Example
White with #A35A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35A79; }
p { color: rgb(163,90,121); }
H1.HeaderClassName
{
color: #A35A79;
}
.AnyTagClassName
{
color: #A35A79;
}
</style>
background-color css
<style>
a { background-color: #A35A79; }
a { background-color: rgb(163,90,121); }
div.DivClassName
{
background-color: #A35A79;
}
.BgClassName
{
background-color: #A35A79;
}
</style>
border-color css
<style>
span { border-color: #A35A79; }
span { border-color: rgb(163,90,121); }
td.TdClassName
{
border-color: #A35A79;
}
.TagClassName
{
border-color: #A35A79;
}
</style>