Shades of Royal Heath #A74578
Tints of Royal Heath #A74578
RGB
CMYK
RGB Variations
Color information
#A74578 (or 0xA74578) is known color: Royal Heath. HEX triplet: A7, 45 and 78. RGB value is (167,69,120). Sum of RGB (Red+Green+Blue) = 167+69+120=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A74578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74578 is #58BA87. Grayscale: #686868. Windows color (decimal): -5814920 or 7882151. OLE color: 7882151.
HSL color Cylindrical-coordinate representation of color #A74578: hue angle of 328.78º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74578 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 69 | 120 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.35 |
| HSL | 328.78º | 0.42% | 0.46% | - |
| HSV(B) | 328.78º | 0.59% | 0.65% | - |
| XYZ | 21.45 | 13.83 | 19.31 | - |
| YUV | 104.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 120 | 0 | 0.59 | 0.28 | 0.35 | 328.78 | 0.42 | 0.46 |
| Hex | A7 | 45 | 78 | 0 | 3B | 1C | 23 | 149 | 2A | 2E |
| Octal | 247 | 105 | 170 | 0 | 73 | 34 | 43 | 511 | 52 | 56 |
| Binary | 10100111 | 1000101 | 1111000 | 0 | 111011 | 11100 | 100011 | 101001001 | 101010 | 101110 |
Color Harmonies of #A74578
Complementary color
Monochromatic Colors of #A74578
Black with #A74578
Text Example
Text Example
White with #A74578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74578; }
p { color: rgb(167,69,120); }
H1.HeaderClassName
{
color: #A74578;
}
.AnyTagClassName
{
color: #A74578;
}
</style>
background-color css
<style>
a { background-color: #A74578; }
a { background-color: rgb(167,69,120); }
div.DivClassName
{
background-color: #A74578;
}
.BgClassName
{
background-color: #A74578;
}
</style>
border-color css
<style>
span { border-color: #A74578; }
span { border-color: rgb(167,69,120); }
td.TdClassName
{
border-color: #A74578;
}
.TagClassName
{
border-color: #A74578;
}
</style>