Shades of Royal Heath #A04F7B
Tints of Royal Heath #A04F7B
RGB
CMYK
RGB Variations
Color information
#A04F7B (or 0xA04F7B) is known color: Royal Heath. HEX triplet: A0, 4F and 7B. RGB value is (160,79,123). Sum of RGB (Red+Green+Blue) = 160+79+123=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F7B is #5FB084. Grayscale: #6C6C6C. Windows color (decimal): -6271109 or 8081312. OLE color: 8081312.
HSL color Cylindrical-coordinate representation of color #A04F7B: hue angle of 327.41º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04F7B is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 123 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.37 |
| HSL | 327.41º | 0.34% | 0.47% | - |
| HSV(B) | 327.41º | 0.51% | 0.63% | - |
| XYZ | 20.87 | 14.5 | 20.44 | - |
| YUV | 108.24 | 136.34 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 123 | 0 | 0.51 | 0.23 | 0.37 | 327.41 | 0.34 | 0.47 |
| Hex | A0 | 4F | 7B | 0 | 33 | 17 | 25 | 147 | 22 | 2F |
| Octal | 240 | 117 | 173 | 0 | 63 | 27 | 45 | 507 | 42 | 57 |
| Binary | 10100000 | 1001111 | 1111011 | 0 | 110011 | 10111 | 100101 | 101000111 | 100010 | 101111 |
Color Harmonies of #A04F7B
Complementary color
Monochromatic Colors of #A04F7B
Black with #A04F7B
Text Example
Text Example
White with #A04F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F7B; }
p { color: rgb(160,79,123); }
H1.HeaderClassName
{
color: #A04F7B;
}
.AnyTagClassName
{
color: #A04F7B;
}
</style>
background-color css
<style>
a { background-color: #A04F7B; }
a { background-color: rgb(160,79,123); }
div.DivClassName
{
background-color: #A04F7B;
}
.BgClassName
{
background-color: #A04F7B;
}
</style>
border-color css
<style>
span { border-color: #A04F7B; }
span { border-color: rgb(160,79,123); }
td.TdClassName
{
border-color: #A04F7B;
}
.TagClassName
{
border-color: #A04F7B;
}
</style>