Shades of Royal Heath #A04B7F
Tints of Royal Heath #A04B7F
RGB
CMYK
RGB Variations
Color information
#A04B7F (or 0xA04B7F) is known color: Royal Heath. HEX triplet: A0, 4B and 7F. RGB value is (160,75,127). Sum of RGB (Red+Green+Blue) = 160+75+127=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04B7F is #5FB480. Grayscale: #6A6A6A. Windows color (decimal): -6272129 or 8342432. OLE color: 8342432.
HSL color Cylindrical-coordinate representation of color #A04B7F: hue angle of 323.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A04B7F is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 75 | 127 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.37 |
| HSL | 323.29º | 0.36% | 0.46% | - |
| HSV(B) | 323.29º | 0.53% | 0.63% | - |
| XYZ | 20.84 | 14.04 | 21.69 | - |
| YUV | 106.34 | 139.66 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 127 | 0 | 0.53 | 0.21 | 0.37 | 323.29 | 0.36 | 0.46 |
| Hex | A0 | 4B | 7F | 0 | 35 | 15 | 25 | 143 | 24 | 2E |
| Octal | 240 | 113 | 177 | 0 | 65 | 25 | 45 | 503 | 44 | 56 |
| Binary | 10100000 | 1001011 | 1111111 | 0 | 110101 | 10101 | 100101 | 101000011 | 100100 | 101110 |
Color Harmonies of #A04B7F
Complementary color
Monochromatic Colors of #A04B7F
Black with #A04B7F
Text Example
Text Example
White with #A04B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04B7F; }
p { color: rgb(160,75,127); }
H1.HeaderClassName
{
color: #A04B7F;
}
.AnyTagClassName
{
color: #A04B7F;
}
</style>
background-color css
<style>
a { background-color: #A04B7F; }
a { background-color: rgb(160,75,127); }
div.DivClassName
{
background-color: #A04B7F;
}
.BgClassName
{
background-color: #A04B7F;
}
</style>
border-color css
<style>
span { border-color: #A04B7F; }
span { border-color: rgb(160,75,127); }
td.TdClassName
{
border-color: #A04B7F;
}
.TagClassName
{
border-color: #A04B7F;
}
</style>