Shades of Royal Heath #A74A79
Tints of Royal Heath #A74A79
RGB
CMYK
RGB Variations
Color information
#A74A79 (or 0xA74A79) is known color: Royal Heath. HEX triplet: A7, 4A and 79. RGB value is (167,74,121). Sum of RGB (Red+Green+Blue) = 167+74+121=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74A79 is #58B586. Grayscale: #6B6B6B. Windows color (decimal): -5813639 or 7948967. OLE color: 7948967.
HSL color Cylindrical-coordinate representation of color #A74A79: hue angle of 329.68º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A74A79 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 74 | 121 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.35 |
| HSL | 329.68º | 0.39% | 0.47% | - |
| HSV(B) | 329.68º | 0.56% | 0.65% | - |
| XYZ | 21.84 | 14.49 | 19.74 | - |
| YUV | 107.17 | 135.81 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 74 | 121 | 0 | 0.56 | 0.28 | 0.35 | 329.68 | 0.39 | 0.47 |
| Hex | A7 | 4A | 79 | 0 | 38 | 1C | 23 | 14A | 27 | 2F |
| Octal | 247 | 112 | 171 | 0 | 70 | 34 | 43 | 512 | 47 | 57 |
| Binary | 10100111 | 1001010 | 1111001 | 0 | 111000 | 11100 | 100011 | 101001010 | 100111 | 101111 |
Color Harmonies of #A74A79
Complementary color
Monochromatic Colors of #A74A79
Black with #A74A79
Text Example
Text Example
White with #A74A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74A79; }
p { color: rgb(167,74,121); }
H1.HeaderClassName
{
color: #A74A79;
}
.AnyTagClassName
{
color: #A74A79;
}
</style>
background-color css
<style>
a { background-color: #A74A79; }
a { background-color: rgb(167,74,121); }
div.DivClassName
{
background-color: #A74A79;
}
.BgClassName
{
background-color: #A74A79;
}
</style>
border-color css
<style>
span { border-color: #A74A79; }
span { border-color: rgb(167,74,121); }
td.TdClassName
{
border-color: #A74A79;
}
.TagClassName
{
border-color: #A74A79;
}
</style>