Shades of Royal Heath #A8557F
Tints of Royal Heath #A8557F
RGB
CMYK
RGB Variations
Color information
#A8557F (or 0xA8557F) is known color: Royal Heath. HEX triplet: A8, 55 and 7F. RGB value is (168,85,127). Sum of RGB (Red+Green+Blue) = 168+85+127=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8557F is #57AA80. Grayscale: #727272. Windows color (decimal): -5745281 or 8345000. OLE color: 8345000.
HSL color Cylindrical-coordinate representation of color #A8557F: hue angle of 329.64º 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 #A8557F is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 85 | 127 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.34 |
| HSL | 329.64º | 0.33% | 0.5% | - |
| HSV(B) | 329.64º | 0.49% | 0.66% | - |
| XYZ | 23.23 | 16.35 | 22.01 | - |
| YUV | 114.61 | 135 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 127 | 0 | 0.49 | 0.24 | 0.34 | 329.64 | 0.33 | 0.5 |
| Hex | A8 | 55 | 7F | 0 | 31 | 18 | 22 | 14A | 21 | 32 |
| Octal | 250 | 125 | 177 | 0 | 61 | 30 | 42 | 512 | 41 | 62 |
| Binary | 10101000 | 1010101 | 1111111 | 0 | 110001 | 11000 | 100010 | 101001010 | 100001 | 110010 |
Color Harmonies of #A8557F
Complementary color
Monochromatic Colors of #A8557F
Black with #A8557F
Text Example
Text Example
White with #A8557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8557F; }
p { color: rgb(168,85,127); }
H1.HeaderClassName
{
color: #A8557F;
}
.AnyTagClassName
{
color: #A8557F;
}
</style>
background-color css
<style>
a { background-color: #A8557F; }
a { background-color: rgb(168,85,127); }
div.DivClassName
{
background-color: #A8557F;
}
.BgClassName
{
background-color: #A8557F;
}
</style>
border-color css
<style>
span { border-color: #A8557F; }
span { border-color: rgb(168,85,127); }
td.TdClassName
{
border-color: #A8557F;
}
.TagClassName
{
border-color: #A8557F;
}
</style>