Shades of Royal Heath #A7567B
Tints of Royal Heath #A7567B
RGB
CMYK
RGB Variations
Color information
#A7567B (or 0xA7567B) is known color: Royal Heath. HEX triplet: A7, 56 and 7B. RGB value is (167,86,123). Sum of RGB (Red+Green+Blue) = 167+86+123=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A7567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7567B is #58A984. Grayscale: #727272. Windows color (decimal): -5810565 or 8083111. OLE color: 8083111.
HSL color Cylindrical-coordinate representation of color #A7567B: hue angle of 332.59º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7567B is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 86 | 123 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.35 |
| HSL | 332.59º | 0.32% | 0.5% | - |
| HSV(B) | 332.59º | 0.49% | 0.65% | - |
| XYZ | 22.84 | 16.3 | 20.68 | - |
| YUV | 114.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 123 | 0 | 0.49 | 0.26 | 0.35 | 332.59 | 0.32 | 0.5 |
| Hex | A7 | 56 | 7B | 0 | 31 | 1A | 23 | 14D | 20 | 32 |
| Octal | 247 | 126 | 173 | 0 | 61 | 32 | 43 | 515 | 40 | 62 |
| Binary | 10100111 | 1010110 | 1111011 | 0 | 110001 | 11010 | 100011 | 101001101 | 100000 | 110010 |
Color Harmonies of #A7567B
Complementary color
Monochromatic Colors of #A7567B
Black with #A7567B
Text Example
Text Example
White with #A7567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7567B; }
p { color: rgb(167,86,123); }
H1.HeaderClassName
{
color: #A7567B;
}
.AnyTagClassName
{
color: #A7567B;
}
</style>
background-color css
<style>
a { background-color: #A7567B; }
a { background-color: rgb(167,86,123); }
div.DivClassName
{
background-color: #A7567B;
}
.BgClassName
{
background-color: #A7567B;
}
</style>
border-color css
<style>
span { border-color: #A7567B; }
span { border-color: rgb(167,86,123); }
td.TdClassName
{
border-color: #A7567B;
}
.TagClassName
{
border-color: #A7567B;
}
</style>