Shades of Royal Heath #A35076
Tints of Royal Heath #A35076
RGB
CMYK
RGB Variations
Color information
#A35076 (or 0xA35076) is known color: Royal Heath. HEX triplet: A3, 50 and 76. RGB value is (163,80,118). Sum of RGB (Red+Green+Blue) = 163+80+118=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A35076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35076 is #5CAF89. Grayscale: #6D6D6D. Windows color (decimal): -6074250 or 7753891. OLE color: 7753891.
HSL color Cylindrical-coordinate representation of color #A35076: hue angle of 332.53º 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 #A35076 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 118 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.36 |
| HSL | 332.53º | 0.34% | 0.48% | - |
| HSV(B) | 332.53º | 0.51% | 0.64% | - |
| XYZ | 21.24 | 14.83 | 18.88 | - |
| YUV | 109.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 118 | 0 | 0.51 | 0.28 | 0.36 | 332.53 | 0.34 | 0.48 |
| Hex | A3 | 50 | 76 | 0 | 33 | 1C | 24 | 14D | 22 | 30 |
| Octal | 243 | 120 | 166 | 0 | 63 | 34 | 44 | 515 | 42 | 60 |
| Binary | 10100011 | 1010000 | 1110110 | 0 | 110011 | 11100 | 100100 | 101001101 | 100010 | 110000 |
Color Harmonies of #A35076
Complementary color
Monochromatic Colors of #A35076
Black with #A35076
Text Example
Text Example
White with #A35076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35076; }
p { color: rgb(163,80,118); }
H1.HeaderClassName
{
color: #A35076;
}
.AnyTagClassName
{
color: #A35076;
}
</style>
background-color css
<style>
a { background-color: #A35076; }
a { background-color: rgb(163,80,118); }
div.DivClassName
{
background-color: #A35076;
}
.BgClassName
{
background-color: #A35076;
}
</style>
border-color css
<style>
span { border-color: #A35076; }
span { border-color: rgb(163,80,118); }
td.TdClassName
{
border-color: #A35076;
}
.TagClassName
{
border-color: #A35076;
}
</style>