Shades of Royal Heath #A54F7F
Tints of Royal Heath #A54F7F
RGB
CMYK
RGB Variations
Color information
#A54F7F (or 0xA54F7F) is known color: Royal Heath. HEX triplet: A5, 4F and 7F. RGB value is (165,79,127). Sum of RGB (Red+Green+Blue) = 165+79+127=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54F7F is #5AB080. Grayscale: #6E6E6E. Windows color (decimal): -5943425 or 8343461. OLE color: 8343461.
HSL color Cylindrical-coordinate representation of color #A54F7F: hue angle of 326.51º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A54F7F is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 79 | 127 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.35 |
| HSL | 326.51º | 0.35% | 0.48% | - |
| HSV(B) | 326.51º | 0.52% | 0.65% | - |
| XYZ | 22.14 | 15.12 | 21.83 | - |
| YUV | 110.19 | 137.49 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 127 | 0 | 0.52 | 0.23 | 0.35 | 326.51 | 0.35 | 0.48 |
| Hex | A5 | 4F | 7F | 0 | 34 | 17 | 23 | 147 | 23 | 30 |
| Octal | 245 | 117 | 177 | 0 | 64 | 27 | 43 | 507 | 43 | 60 |
| Binary | 10100101 | 1001111 | 1111111 | 0 | 110100 | 10111 | 100011 | 101000111 | 100011 | 110000 |
Color Harmonies of #A54F7F
Complementary color
Monochromatic Colors of #A54F7F
Black with #A54F7F
Text Example
Text Example
White with #A54F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54F7F; }
p { color: rgb(165,79,127); }
H1.HeaderClassName
{
color: #A54F7F;
}
.AnyTagClassName
{
color: #A54F7F;
}
</style>
background-color css
<style>
a { background-color: #A54F7F; }
a { background-color: rgb(165,79,127); }
div.DivClassName
{
background-color: #A54F7F;
}
.BgClassName
{
background-color: #A54F7F;
}
</style>
border-color css
<style>
span { border-color: #A54F7F; }
span { border-color: rgb(165,79,127); }
td.TdClassName
{
border-color: #A54F7F;
}
.TagClassName
{
border-color: #A54F7F;
}
</style>