Shades of Royal Heath #A7467B
Tints of Royal Heath #A7467B
RGB
CMYK
RGB Variations
Color information
#A7467B (or 0xA7467B) is known color: Royal Heath. HEX triplet: A7, 46 and 7B. RGB value is (167,70,123). Sum of RGB (Red+Green+Blue) = 167+70+123=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A7467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7467B is #58B984. Grayscale: #686868. Windows color (decimal): -5814661 or 8079015. OLE color: 8079015.
HSL color Cylindrical-coordinate representation of color #A7467B: hue angle of 327.22º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A7467B is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 70 | 123 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.35 |
| HSL | 327.22º | 0.41% | 0.46% | - |
| HSV(B) | 327.22º | 0.58% | 0.65% | - |
| XYZ | 21.7 | 14.03 | 20.3 | - |
| YUV | 105.05 | 138.14 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 123 | 0 | 0.58 | 0.26 | 0.35 | 327.22 | 0.41 | 0.46 |
| Hex | A7 | 46 | 7B | 0 | 3A | 1A | 23 | 147 | 29 | 2E |
| Octal | 247 | 106 | 173 | 0 | 72 | 32 | 43 | 507 | 51 | 56 |
| Binary | 10100111 | 1000110 | 1111011 | 0 | 111010 | 11010 | 100011 | 101000111 | 101001 | 101110 |
Color Harmonies of #A7467B
Complementary color
Monochromatic Colors of #A7467B
Black with #A7467B
Text Example
Text Example
White with #A7467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7467B; }
p { color: rgb(167,70,123); }
H1.HeaderClassName
{
color: #A7467B;
}
.AnyTagClassName
{
color: #A7467B;
}
</style>
background-color css
<style>
a { background-color: #A7467B; }
a { background-color: rgb(167,70,123); }
div.DivClassName
{
background-color: #A7467B;
}
.BgClassName
{
background-color: #A7467B;
}
</style>
border-color css
<style>
span { border-color: #A7467B; }
span { border-color: rgb(167,70,123); }
td.TdClassName
{
border-color: #A7467B;
}
.TagClassName
{
border-color: #A7467B;
}
</style>