Shades of Royal Heath #A85279
Tints of Royal Heath #A85279
RGB
CMYK
RGB Variations
Color information
#A85279 (or 0xA85279) is known color: Royal Heath. HEX triplet: A8, 52 and 79. RGB value is (168,82,121). Sum of RGB (Red+Green+Blue) = 168+82+121=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A85279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85279 is #57AD86. Grayscale: #707070. Windows color (decimal): -5746055 or 7951016. OLE color: 7951016.
HSL color Cylindrical-coordinate representation of color #A85279: hue angle of 332.79º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85279 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 121 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.34 |
| HSL | 332.79º | 0.34% | 0.49% | - |
| HSV(B) | 332.79º | 0.51% | 0.66% | - |
| XYZ | 22.62 | 15.74 | 19.94 | - |
| YUV | 112.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 121 | 0 | 0.51 | 0.28 | 0.34 | 332.79 | 0.34 | 0.49 |
| Hex | A8 | 52 | 79 | 0 | 33 | 1C | 22 | 14D | 22 | 31 |
| Octal | 250 | 122 | 171 | 0 | 63 | 34 | 42 | 515 | 42 | 61 |
| Binary | 10101000 | 1010010 | 1111001 | 0 | 110011 | 11100 | 100010 | 101001101 | 100010 | 110001 |
Color Harmonies of #A85279
Complementary color
Monochromatic Colors of #A85279
Black with #A85279
Text Example
Text Example
White with #A85279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85279; }
p { color: rgb(168,82,121); }
H1.HeaderClassName
{
color: #A85279;
}
.AnyTagClassName
{
color: #A85279;
}
</style>
background-color css
<style>
a { background-color: #A85279; }
a { background-color: rgb(168,82,121); }
div.DivClassName
{
background-color: #A85279;
}
.BgClassName
{
background-color: #A85279;
}
</style>
border-color css
<style>
span { border-color: #A85279; }
span { border-color: rgb(168,82,121); }
td.TdClassName
{
border-color: #A85279;
}
.TagClassName
{
border-color: #A85279;
}
</style>