Shades of Royal Heath #A7487F
Tints of Royal Heath #A7487F
RGB
CMYK
RGB Variations
Color information
#A7487F (or 0xA7487F) is known color: Royal Heath. HEX triplet: A7, 48 and 7F. RGB value is (167,72,127). Sum of RGB (Red+Green+Blue) = 167+72+127=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A7487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7487F is #58B780. Grayscale: #6A6A6A. Windows color (decimal): -5814145 or 8341671. OLE color: 8341671.
HSL color Cylindrical-coordinate representation of color #A7487F: hue angle of 325.26º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A7487F is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 72 | 127 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.35 |
| HSL | 325.26º | 0.4% | 0.47% | - |
| HSV(B) | 325.26º | 0.57% | 0.65% | - |
| XYZ | 22.08 | 14.38 | 21.69 | - |
| YUV | 106.68 | 139.47 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 72 | 127 | 0 | 0.57 | 0.24 | 0.35 | 325.26 | 0.4 | 0.47 |
| Hex | A7 | 48 | 7F | 0 | 39 | 18 | 23 | 145 | 28 | 2F |
| Octal | 247 | 110 | 177 | 0 | 71 | 30 | 43 | 505 | 50 | 57 |
| Binary | 10100111 | 1001000 | 1111111 | 0 | 111001 | 11000 | 100011 | 101000101 | 101000 | 101111 |
Color Harmonies of #A7487F
Complementary color
Monochromatic Colors of #A7487F
Black with #A7487F
Text Example
Text Example
White with #A7487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7487F; }
p { color: rgb(167,72,127); }
H1.HeaderClassName
{
color: #A7487F;
}
.AnyTagClassName
{
color: #A7487F;
}
</style>
background-color css
<style>
a { background-color: #A7487F; }
a { background-color: rgb(167,72,127); }
div.DivClassName
{
background-color: #A7487F;
}
.BgClassName
{
background-color: #A7487F;
}
</style>
border-color css
<style>
span { border-color: #A7487F; }
span { border-color: rgb(167,72,127); }
td.TdClassName
{
border-color: #A7487F;
}
.TagClassName
{
border-color: #A7487F;
}
</style>