Shades of Royal Heath #A75179
Tints of Royal Heath #A75179
RGB
CMYK
RGB Variations
Color information
#A75179 (or 0xA75179) is known color: Royal Heath. HEX triplet: A7, 51 and 79. RGB value is (167,81,121). Sum of RGB (Red+Green+Blue) = 167+81+121=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A75179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75179 is #58AE86. Grayscale: #6F6F6F. Windows color (decimal): -5811847 or 7950759. OLE color: 7950759.
HSL color Cylindrical-coordinate representation of color #A75179: hue angle of 332.09º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A75179 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 81 | 121 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.35 |
| HSL | 332.09º | 0.35% | 0.49% | - |
| HSV(B) | 332.09º | 0.51% | 0.65% | - |
| XYZ | 22.33 | 15.48 | 19.9 | - |
| YUV | 111.27 | 133.49 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 81 | 121 | 0 | 0.51 | 0.28 | 0.35 | 332.09 | 0.35 | 0.49 |
| Hex | A7 | 51 | 79 | 0 | 33 | 1C | 23 | 14C | 23 | 31 |
| Octal | 247 | 121 | 171 | 0 | 63 | 34 | 43 | 514 | 43 | 61 |
| Binary | 10100111 | 1010001 | 1111001 | 0 | 110011 | 11100 | 100011 | 101001100 | 100011 | 110001 |
Color Harmonies of #A75179
Complementary color
Monochromatic Colors of #A75179
Black with #A75179
Text Example
Text Example
White with #A75179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75179; }
p { color: rgb(167,81,121); }
H1.HeaderClassName
{
color: #A75179;
}
.AnyTagClassName
{
color: #A75179;
}
</style>
background-color css
<style>
a { background-color: #A75179; }
a { background-color: rgb(167,81,121); }
div.DivClassName
{
background-color: #A75179;
}
.BgClassName
{
background-color: #A75179;
}
</style>
border-color css
<style>
span { border-color: #A75179; }
span { border-color: rgb(167,81,121); }
td.TdClassName
{
border-color: #A75179;
}
.TagClassName
{
border-color: #A75179;
}
</style>