Shades of Royal Heath #A84074
Tints of Royal Heath #A84074
RGB
CMYK
RGB Variations
Color information
#A84074 (or 0xA84074) is known color: Royal Heath. HEX triplet: A8, 40 and 74. RGB value is (168,64,116). Sum of RGB (Red+Green+Blue) = 168+64+116=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A84074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84074 is #57BF8B. Grayscale: #646464. Windows color (decimal): -5750668 or 7618728. OLE color: 7618728.
HSL color Cylindrical-coordinate representation of color #A84074: hue angle of 330º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84074 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 64 | 116 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.34 |
| HSL | 330º | 0.45% | 0.45% | - |
| HSV(B) | 330º | 0.62% | 0.66% | - |
| XYZ | 21.13 | 13.25 | 17.97 | - |
| YUV | 101.02 | 136.46 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 116 | 0 | 0.62 | 0.31 | 0.34 | 330 | 0.45 | 0.45 |
| Hex | A8 | 40 | 74 | 0 | 3E | 1F | 22 | 14A | 2D | 2D |
| Octal | 250 | 100 | 164 | 0 | 76 | 37 | 42 | 512 | 55 | 55 |
| Binary | 10101000 | 1000000 | 1110100 | 0 | 111110 | 11111 | 100010 | 101001010 | 101101 | 101101 |
Color Harmonies of #A84074
Complementary color
Monochromatic Colors of #A84074
Black with #A84074
Text Example
Text Example
White with #A84074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84074; }
p { color: rgb(168,64,116); }
H1.HeaderClassName
{
color: #A84074;
}
.AnyTagClassName
{
color: #A84074;
}
</style>
background-color css
<style>
a { background-color: #A84074; }
a { background-color: rgb(168,64,116); }
div.DivClassName
{
background-color: #A84074;
}
.BgClassName
{
background-color: #A84074;
}
</style>
border-color css
<style>
span { border-color: #A84074; }
span { border-color: rgb(168,64,116); }
td.TdClassName
{
border-color: #A84074;
}
.TagClassName
{
border-color: #A84074;
}
</style>