Shades of Royal Heath #A74F7B
Tints of Royal Heath #A74F7B
RGB
CMYK
RGB Variations
Color information
#A74F7B (or 0xA74F7B) is known color: Royal Heath. HEX triplet: A7, 4F and 7B. RGB value is (167,79,123). Sum of RGB (Red+Green+Blue) = 167+79+123=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A74F7B is #58B084. Grayscale: #6E6E6E. Windows color (decimal): -5812357 or 8081319. OLE color: 8081319.
HSL color Cylindrical-coordinate representation of color #A74F7B: hue angle of 330º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A74F7B is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 79 | 123 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.35 |
| HSL | 330º | 0.36% | 0.48% | - |
| HSV(B) | 330º | 0.53% | 0.65% | - |
| XYZ | 22.31 | 15.24 | 20.5 | - |
| YUV | 110.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 123 | 0 | 0.53 | 0.26 | 0.35 | 330 | 0.36 | 0.48 |
| Hex | A7 | 4F | 7B | 0 | 35 | 1A | 23 | 14A | 24 | 30 |
| Octal | 247 | 117 | 173 | 0 | 65 | 32 | 43 | 512 | 44 | 60 |
| Binary | 10100111 | 1001111 | 1111011 | 0 | 110101 | 11010 | 100011 | 101001010 | 100100 | 110000 |
Color Harmonies of #A74F7B
Complementary color
Monochromatic Colors of #A74F7B
Black with #A74F7B
Text Example
Text Example
White with #A74F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74F7B; }
p { color: rgb(167,79,123); }
H1.HeaderClassName
{
color: #A74F7B;
}
.AnyTagClassName
{
color: #A74F7B;
}
</style>
background-color css
<style>
a { background-color: #A74F7B; }
a { background-color: rgb(167,79,123); }
div.DivClassName
{
background-color: #A74F7B;
}
.BgClassName
{
background-color: #A74F7B;
}
</style>
border-color css
<style>
span { border-color: #A74F7B; }
span { border-color: rgb(167,79,123); }
td.TdClassName
{
border-color: #A74F7B;
}
.TagClassName
{
border-color: #A74F7B;
}
</style>