Shades of Royal Heath #A74279
Tints of Royal Heath #A74279
RGB
CMYK
RGB Variations
Color information
#A74279 (or 0xA74279) is known color: Royal Heath. HEX triplet: A7, 42 and 79. RGB value is (167,66,121). Sum of RGB (Red+Green+Blue) = 167+66+121=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A74279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74279 is #58BD86. Grayscale: #666666. Windows color (decimal): -5815687 or 7946919. OLE color: 7946919.
HSL color Cylindrical-coordinate representation of color #A74279: hue angle of 327.33º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74279 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 66 | 121 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.35 |
| HSL | 327.33º | 0.43% | 0.46% | - |
| HSV(B) | 327.33º | 0.6% | 0.65% | - |
| XYZ | 21.34 | 13.49 | 19.57 | - |
| YUV | 102.47 | 138.46 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 66 | 121 | 0 | 0.60 | 0.28 | 0.35 | 327.33 | 0.43 | 0.46 |
| Hex | A7 | 42 | 79 | 0 | 3C | 1C | 23 | 147 | 2B | 2E |
| Octal | 247 | 102 | 171 | 0 | 74 | 34 | 43 | 507 | 53 | 56 |
| Binary | 10100111 | 1000010 | 1111001 | 0 | 111100 | 11100 | 100011 | 101000111 | 101011 | 101110 |
Color Harmonies of #A74279
Complementary color
Monochromatic Colors of #A74279
Black with #A74279
Text Example
Text Example
White with #A74279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74279; }
p { color: rgb(167,66,121); }
H1.HeaderClassName
{
color: #A74279;
}
.AnyTagClassName
{
color: #A74279;
}
</style>
background-color css
<style>
a { background-color: #A74279; }
a { background-color: rgb(167,66,121); }
div.DivClassName
{
background-color: #A74279;
}
.BgClassName
{
background-color: #A74279;
}
</style>
border-color css
<style>
span { border-color: #A74279; }
span { border-color: rgb(167,66,121); }
td.TdClassName
{
border-color: #A74279;
}
.TagClassName
{
border-color: #A74279;
}
</style>