Shades of Royal Heath #A8557D
Tints of Royal Heath #A8557D
RGB
CMYK
RGB Variations
Color information
#A8557D (or 0xA8557D) is known color: Royal Heath. HEX triplet: A8, 55 and 7D. RGB value is (168,85,125). Sum of RGB (Red+Green+Blue) = 168+85+125=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A8557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8557D is #57AA82. Grayscale: #727272. Windows color (decimal): -5745283 or 8213928. OLE color: 8213928.
HSL color Cylindrical-coordinate representation of color #A8557D: hue angle of 331.08º 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 #A8557D is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 85 | 125 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.34 |
| HSL | 331.08º | 0.33% | 0.5% | - |
| HSV(B) | 331.08º | 0.49% | 0.66% | - |
| XYZ | 23.1 | 16.3 | 21.33 | - |
| YUV | 114.38 | 134 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 125 | 0 | 0.49 | 0.26 | 0.34 | 331.08 | 0.33 | 0.5 |
| Hex | A8 | 55 | 7D | 0 | 31 | 1A | 22 | 14B | 21 | 32 |
| Octal | 250 | 125 | 175 | 0 | 61 | 32 | 42 | 513 | 41 | 62 |
| Binary | 10101000 | 1010101 | 1111101 | 0 | 110001 | 11010 | 100010 | 101001011 | 100001 | 110010 |
Color Harmonies of #A8557D
Complementary color
Monochromatic Colors of #A8557D
Black with #A8557D
Text Example
Text Example
White with #A8557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8557D; }
p { color: rgb(168,85,125); }
H1.HeaderClassName
{
color: #A8557D;
}
.AnyTagClassName
{
color: #A8557D;
}
</style>
background-color css
<style>
a { background-color: #A8557D; }
a { background-color: rgb(168,85,125); }
div.DivClassName
{
background-color: #A8557D;
}
.BgClassName
{
background-color: #A8557D;
}
</style>
border-color css
<style>
span { border-color: #A8557D; }
span { border-color: rgb(168,85,125); }
td.TdClassName
{
border-color: #A8557D;
}
.TagClassName
{
border-color: #A8557D;
}
</style>