Shades of Royal Heath #A74F84
Tints of Royal Heath #A74F84
RGB
CMYK
RGB Variations
Color information
#A74F84 (or 0xA74F84) is known color: Royal Heath. HEX triplet: A7, 4F and 84. RGB value is (167,79,132). Sum of RGB (Red+Green+Blue) = 167+79+132=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74F84 is #58B07B. Grayscale: #6F6F6F. Windows color (decimal): -5812348 or 8671143. OLE color: 8671143.
HSL color Cylindrical-coordinate representation of color #A74F84: hue angle of 323.86º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A74F84 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 79 | 132 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.35 |
| HSL | 323.86º | 0.36% | 0.48% | - |
| HSV(B) | 323.86º | 0.53% | 0.65% | - |
| XYZ | 22.9 | 15.47 | 23.61 | - |
| YUV | 111.35 | 139.65 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 132 | 0 | 0.53 | 0.21 | 0.35 | 323.86 | 0.36 | 0.48 |
| Hex | A7 | 4F | 84 | 0 | 35 | 15 | 23 | 144 | 24 | 30 |
| Octal | 247 | 117 | 204 | 0 | 65 | 25 | 43 | 504 | 44 | 60 |
| Binary | 10100111 | 1001111 | 10000100 | 0 | 110101 | 10101 | 100011 | 101000100 | 100100 | 110000 |
Color Harmonies of #A74F84
Complementary color
Monochromatic Colors of #A74F84
Black with #A74F84
Text Example
Text Example
White with #A74F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74F84; }
p { color: rgb(167,79,132); }
H1.HeaderClassName
{
color: #A74F84;
}
.AnyTagClassName
{
color: #A74F84;
}
</style>
background-color css
<style>
a { background-color: #A74F84; }
a { background-color: rgb(167,79,132); }
div.DivClassName
{
background-color: #A74F84;
}
.BgClassName
{
background-color: #A74F84;
}
</style>
border-color css
<style>
span { border-color: #A74F84; }
span { border-color: rgb(167,79,132); }
td.TdClassName
{
border-color: #A74F84;
}
.TagClassName
{
border-color: #A74F84;
}
</style>