Shades of Royal Heath #A7427B
Tints of Royal Heath #A7427B
RGB
CMYK
RGB Variations
Color information
#A7427B (or 0xA7427B) is known color: Royal Heath. HEX triplet: A7, 42 and 7B. RGB value is (167,66,123). Sum of RGB (Red+Green+Blue) = 167+66+123=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A7427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7427B is #58BD84. Grayscale: #666666. Windows color (decimal): -5815685 or 8077991. OLE color: 8077991.
HSL color Cylindrical-coordinate representation of color #A7427B: hue angle of 326.14º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A7427B is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 66 | 123 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.35 |
| HSL | 326.14º | 0.43% | 0.46% | - |
| HSV(B) | 326.14º | 0.6% | 0.65% | - |
| XYZ | 21.46 | 13.54 | 20.22 | - |
| YUV | 102.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 66 | 123 | 0 | 0.60 | 0.26 | 0.35 | 326.14 | 0.43 | 0.46 |
| Hex | A7 | 42 | 7B | 0 | 3C | 1A | 23 | 146 | 2B | 2E |
| Octal | 247 | 102 | 173 | 0 | 74 | 32 | 43 | 506 | 53 | 56 |
| Binary | 10100111 | 1000010 | 1111011 | 0 | 111100 | 11010 | 100011 | 101000110 | 101011 | 101110 |
Color Harmonies of #A7427B
Complementary color
Monochromatic Colors of #A7427B
Black with #A7427B
Text Example
Text Example
White with #A7427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7427B; }
p { color: rgb(167,66,123); }
H1.HeaderClassName
{
color: #A7427B;
}
.AnyTagClassName
{
color: #A7427B;
}
</style>
background-color css
<style>
a { background-color: #A7427B; }
a { background-color: rgb(167,66,123); }
div.DivClassName
{
background-color: #A7427B;
}
.BgClassName
{
background-color: #A7427B;
}
</style>
border-color css
<style>
span { border-color: #A7427B; }
span { border-color: rgb(167,66,123); }
td.TdClassName
{
border-color: #A7427B;
}
.TagClassName
{
border-color: #A7427B;
}
</style>