Shades of Royal Heath #A35379
Tints of Royal Heath #A35379
RGB
CMYK
RGB Variations
Color information
#A35379 (or 0xA35379) is known color: Royal Heath. HEX triplet: A3, 53 and 79. RGB value is (163,83,121). Sum of RGB (Red+Green+Blue) = 163+83+121=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A35379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35379 is #5CAC86. Grayscale: #6F6F6F. Windows color (decimal): -6073479 or 7951267. OLE color: 7951267.
HSL color Cylindrical-coordinate representation of color #A35379: hue angle of 331.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A35379 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 83 | 121 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.36 |
| HSL | 331.5º | 0.33% | 0.48% | - |
| HSV(B) | 331.5º | 0.49% | 0.64% | - |
| XYZ | 21.65 | 15.35 | 19.91 | - |
| YUV | 111.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 121 | 0 | 0.49 | 0.26 | 0.36 | 331.5 | 0.33 | 0.48 |
| Hex | A3 | 53 | 79 | 0 | 31 | 1A | 24 | 14C | 21 | 30 |
| Octal | 243 | 123 | 171 | 0 | 61 | 32 | 44 | 514 | 41 | 60 |
| Binary | 10100011 | 1010011 | 1111001 | 0 | 110001 | 11010 | 100100 | 101001100 | 100001 | 110000 |
Color Harmonies of #A35379
Complementary color
Monochromatic Colors of #A35379
Black with #A35379
Text Example
Text Example
White with #A35379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35379; }
p { color: rgb(163,83,121); }
H1.HeaderClassName
{
color: #A35379;
}
.AnyTagClassName
{
color: #A35379;
}
</style>
background-color css
<style>
a { background-color: #A35379; }
a { background-color: rgb(163,83,121); }
div.DivClassName
{
background-color: #A35379;
}
.BgClassName
{
background-color: #A35379;
}
</style>
border-color css
<style>
span { border-color: #A35379; }
span { border-color: rgb(163,83,121); }
td.TdClassName
{
border-color: #A35379;
}
.TagClassName
{
border-color: #A35379;
}
</style>