Shades of Royal Heath #A8577A
Tints of Royal Heath #A8577A
RGB
CMYK
RGB Variations
Color information
#A8577A (or 0xA8577A) is known color: Royal Heath. HEX triplet: A8, 57 and 7A. RGB value is (168,87,122). Sum of RGB (Red+Green+Blue) = 168+87+122=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A8577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8577A is #57A885. Grayscale: #737373. Windows color (decimal): -5744774 or 8017832. OLE color: 8017832.
HSL color Cylindrical-coordinate representation of color #A8577A: hue angle of 334.07º 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 #A8577A is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 122 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.34 |
| HSL | 334.07º | 0.32% | 0.5% | - |
| HSV(B) | 334.07º | 0.48% | 0.66% | - |
| XYZ | 23.07 | 16.55 | 20.39 | - |
| YUV | 115.21 | 131.84 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 122 | 0 | 0.48 | 0.27 | 0.34 | 334.07 | 0.32 | 0.5 |
| Hex | A8 | 57 | 7A | 0 | 30 | 1B | 22 | 14E | 20 | 32 |
| Octal | 250 | 127 | 172 | 0 | 60 | 33 | 42 | 516 | 40 | 62 |
| Binary | 10101000 | 1010111 | 1111010 | 0 | 110000 | 11011 | 100010 | 101001110 | 100000 | 110010 |
Color Harmonies of #A8577A
Complementary color
Monochromatic Colors of #A8577A
Black with #A8577A
Text Example
Text Example
White with #A8577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8577A; }
p { color: rgb(168,87,122); }
H1.HeaderClassName
{
color: #A8577A;
}
.AnyTagClassName
{
color: #A8577A;
}
</style>
background-color css
<style>
a { background-color: #A8577A; }
a { background-color: rgb(168,87,122); }
div.DivClassName
{
background-color: #A8577A;
}
.BgClassName
{
background-color: #A8577A;
}
</style>
border-color css
<style>
span { border-color: #A8577A; }
span { border-color: rgb(168,87,122); }
td.TdClassName
{
border-color: #A8577A;
}
.TagClassName
{
border-color: #A8577A;
}
</style>