Shades of Royal Heath #A8557A
Tints of Royal Heath #A8557A
RGB
CMYK
RGB Variations
Color information
#A8557A (or 0xA8557A) is known color: Royal Heath. HEX triplet: A8, 55 and 7A. RGB value is (168,85,122). Sum of RGB (Red+Green+Blue) = 168+85+122=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8557A is #57AA85. Grayscale: #717171. Windows color (decimal): -5745286 or 8017320. OLE color: 8017320.
HSL color Cylindrical-coordinate representation of color #A8557A: hue angle of 333.25º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8557A is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 85 | 122 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.34 |
| HSL | 333.25º | 0.33% | 0.5% | - |
| HSV(B) | 333.25º | 0.49% | 0.66% | - |
| XYZ | 22.91 | 16.23 | 20.34 | - |
| YUV | 114.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 122 | 0 | 0.49 | 0.27 | 0.34 | 333.25 | 0.33 | 0.5 |
| Hex | A8 | 55 | 7A | 0 | 31 | 1B | 22 | 14D | 21 | 32 |
| Octal | 250 | 125 | 172 | 0 | 61 | 33 | 42 | 515 | 41 | 62 |
| Binary | 10101000 | 1010101 | 1111010 | 0 | 110001 | 11011 | 100010 | 101001101 | 100001 | 110010 |
Color Harmonies of #A8557A
Complementary color
Monochromatic Colors of #A8557A
Black with #A8557A
Text Example
Text Example
White with #A8557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8557A; }
p { color: rgb(168,85,122); }
H1.HeaderClassName
{
color: #A8557A;
}
.AnyTagClassName
{
color: #A8557A;
}
</style>
background-color css
<style>
a { background-color: #A8557A; }
a { background-color: rgb(168,85,122); }
div.DivClassName
{
background-color: #A8557A;
}
.BgClassName
{
background-color: #A8557A;
}
</style>
border-color css
<style>
span { border-color: #A8557A; }
span { border-color: rgb(168,85,122); }
td.TdClassName
{
border-color: #A8557A;
}
.TagClassName
{
border-color: #A8557A;
}
</style>