Shades of Royal Heath #A74A83
Tints of Royal Heath #A74A83
RGB
CMYK
RGB Variations
Color information
#A74A83 (or 0xA74A83) is known color: Royal Heath. HEX triplet: A7, 4A and 83. RGB value is (167,74,131). Sum of RGB (Red+Green+Blue) = 167+74+131=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74A83 is #58B57C. Grayscale: #6C6C6C. Windows color (decimal): -5813629 or 8604327. OLE color: 8604327.
HSL color Cylindrical-coordinate representation of color #A74A83: hue angle of 323.23º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A74A83 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 74 | 131 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.35 |
| HSL | 323.23º | 0.39% | 0.47% | - |
| HSV(B) | 323.23º | 0.56% | 0.65% | - |
| XYZ | 22.48 | 14.75 | 23.14 | - |
| YUV | 108.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 74 | 131 | 0 | 0.56 | 0.22 | 0.35 | 323.23 | 0.39 | 0.47 |
| Hex | A7 | 4A | 83 | 0 | 38 | 16 | 23 | 143 | 27 | 2F |
| Octal | 247 | 112 | 203 | 0 | 70 | 26 | 43 | 503 | 47 | 57 |
| Binary | 10100111 | 1001010 | 10000011 | 0 | 111000 | 10110 | 100011 | 101000011 | 100111 | 101111 |
Color Harmonies of #A74A83
Complementary color
Monochromatic Colors of #A74A83
Black with #A74A83
Text Example
Text Example
White with #A74A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74A83; }
p { color: rgb(167,74,131); }
H1.HeaderClassName
{
color: #A74A83;
}
.AnyTagClassName
{
color: #A74A83;
}
</style>
background-color css
<style>
a { background-color: #A74A83; }
a { background-color: rgb(167,74,131); }
div.DivClassName
{
background-color: #A74A83;
}
.BgClassName
{
background-color: #A74A83;
}
</style>
border-color css
<style>
span { border-color: #A74A83; }
span { border-color: rgb(167,74,131); }
td.TdClassName
{
border-color: #A74A83;
}
.TagClassName
{
border-color: #A74A83;
}
</style>