Shades of Royal Heath #A8577D
Tints of Royal Heath #A8577D
RGB
CMYK
RGB Variations
Color information
#A8577D (or 0xA8577D) is known color: Royal Heath. HEX triplet: A8, 57 and 7D. RGB value is (168,87,125). Sum of RGB (Red+Green+Blue) = 168+87+125=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8577D is #57A882. Grayscale: #737373. Windows color (decimal): -5744771 or 8214440. OLE color: 8214440.
HSL color Cylindrical-coordinate representation of color #A8577D: hue angle of 331.85º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8577D is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 125 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.34 |
| HSL | 331.85º | 0.32% | 0.5% | - |
| HSV(B) | 331.85º | 0.48% | 0.66% | - |
| XYZ | 23.26 | 16.62 | 21.38 | - |
| YUV | 115.55 | 133.34 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 125 | 0 | 0.48 | 0.26 | 0.34 | 331.85 | 0.32 | 0.5 |
| Hex | A8 | 57 | 7D | 0 | 30 | 1A | 22 | 14C | 20 | 32 |
| Octal | 250 | 127 | 175 | 0 | 60 | 32 | 42 | 514 | 40 | 62 |
| Binary | 10101000 | 1010111 | 1111101 | 0 | 110000 | 11010 | 100010 | 101001100 | 100000 | 110010 |
Color Harmonies of #A8577D
Complementary color
Monochromatic Colors of #A8577D
Black with #A8577D
Text Example
Text Example
White with #A8577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8577D; }
p { color: rgb(168,87,125); }
H1.HeaderClassName
{
color: #A8577D;
}
.AnyTagClassName
{
color: #A8577D;
}
</style>
background-color css
<style>
a { background-color: #A8577D; }
a { background-color: rgb(168,87,125); }
div.DivClassName
{
background-color: #A8577D;
}
.BgClassName
{
background-color: #A8577D;
}
</style>
border-color css
<style>
span { border-color: #A8577D; }
span { border-color: rgb(168,87,125); }
td.TdClassName
{
border-color: #A8577D;
}
.TagClassName
{
border-color: #A8577D;
}
</style>