Shades of Royal Heath #A75279
Tints of Royal Heath #A75279
RGB
CMYK
RGB Variations
Color information
#A75279 (or 0xA75279) is known color: Royal Heath. HEX triplet: A7, 52 and 79. RGB value is (167,82,121). Sum of RGB (Red+Green+Blue) = 167+82+121=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A75279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75279 is #58AD86. Grayscale: #6F6F6F. Windows color (decimal): -5811591 or 7951015. OLE color: 7951015.
HSL color Cylindrical-coordinate representation of color #A75279: hue angle of 332.47º degrees, saturation: 0.34, 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 #A75279 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 82 | 121 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.35 |
| HSL | 332.47º | 0.34% | 0.49% | - |
| HSV(B) | 332.47º | 0.51% | 0.65% | - |
| XYZ | 22.4 | 15.63 | 19.93 | - |
| YUV | 111.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 121 | 0 | 0.51 | 0.28 | 0.35 | 332.47 | 0.34 | 0.49 |
| Hex | A7 | 52 | 79 | 0 | 33 | 1C | 23 | 14C | 22 | 31 |
| Octal | 247 | 122 | 171 | 0 | 63 | 34 | 43 | 514 | 42 | 61 |
| Binary | 10100111 | 1010010 | 1111001 | 0 | 110011 | 11100 | 100011 | 101001100 | 100010 | 110001 |
Color Harmonies of #A75279
Complementary color
Monochromatic Colors of #A75279
Black with #A75279
Text Example
Text Example
White with #A75279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75279; }
p { color: rgb(167,82,121); }
H1.HeaderClassName
{
color: #A75279;
}
.AnyTagClassName
{
color: #A75279;
}
</style>
background-color css
<style>
a { background-color: #A75279; }
a { background-color: rgb(167,82,121); }
div.DivClassName
{
background-color: #A75279;
}
.BgClassName
{
background-color: #A75279;
}
</style>
border-color css
<style>
span { border-color: #A75279; }
span { border-color: rgb(167,82,121); }
td.TdClassName
{
border-color: #A75279;
}
.TagClassName
{
border-color: #A75279;
}
</style>