Shades of Royal Heath #A75273
Tints of Royal Heath #A75273
RGB
CMYK
RGB Variations
Color information
#A75273 (or 0xA75273) is known color: Royal Heath. HEX triplet: A7, 52 and 73. RGB value is (167,82,115). Sum of RGB (Red+Green+Blue) = 167+82+115=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A75273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75273 is #58AD8C. Grayscale: #6F6F6F. Windows color (decimal): -5811597 or 7557799. OLE color: 7557799.
HSL color Cylindrical-coordinate representation of color #A75273: hue angle of 336.71º 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 #A75273 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 82 | 115 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.35 |
| HSL | 336.71º | 0.34% | 0.49% | - |
| HSV(B) | 336.71º | 0.51% | 0.65% | - |
| XYZ | 22.05 | 15.49 | 18.05 | - |
| YUV | 111.18 | 130.16 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 115 | 0 | 0.51 | 0.31 | 0.35 | 336.71 | 0.34 | 0.49 |
| Hex | A7 | 52 | 73 | 0 | 33 | 1F | 23 | 151 | 22 | 31 |
| Octal | 247 | 122 | 163 | 0 | 63 | 37 | 43 | 521 | 42 | 61 |
| Binary | 10100111 | 1010010 | 1110011 | 0 | 110011 | 11111 | 100011 | 101010001 | 100010 | 110001 |
Color Harmonies of #A75273
Complementary color
Monochromatic Colors of #A75273
Black with #A75273
Text Example
Text Example
White with #A75273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75273; }
p { color: rgb(167,82,115); }
H1.HeaderClassName
{
color: #A75273;
}
.AnyTagClassName
{
color: #A75273;
}
</style>
background-color css
<style>
a { background-color: #A75273; }
a { background-color: rgb(167,82,115); }
div.DivClassName
{
background-color: #A75273;
}
.BgClassName
{
background-color: #A75273;
}
</style>
border-color css
<style>
span { border-color: #A75273; }
span { border-color: rgb(167,82,115); }
td.TdClassName
{
border-color: #A75273;
}
.TagClassName
{
border-color: #A75273;
}
</style>