Shades of Royal Heath #A4547B
Tints of Royal Heath #A4547B
RGB
CMYK
RGB Variations
Color information
#A4547B (or 0xA4547B) is known color: Royal Heath. HEX triplet: A4, 54 and 7B. RGB value is (164,84,123). Sum of RGB (Red+Green+Blue) = 164+84+123=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4547B is #5BAB84. Grayscale: #707070. Windows color (decimal): -6007685 or 8082596. OLE color: 8082596.
HSL color Cylindrical-coordinate representation of color #A4547B: hue angle of 330.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4547B is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 84 | 123 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.36 |
| HSL | 330.75º | 0.32% | 0.49% | - |
| HSV(B) | 330.75º | 0.49% | 0.64% | - |
| XYZ | 22.06 | 15.66 | 20.6 | - |
| YUV | 112.37 | 134 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 123 | 0 | 0.49 | 0.25 | 0.36 | 330.75 | 0.32 | 0.49 |
| Hex | A4 | 54 | 7B | 0 | 31 | 19 | 24 | 14B | 20 | 31 |
| Octal | 244 | 124 | 173 | 0 | 61 | 31 | 44 | 513 | 40 | 61 |
| Binary | 10100100 | 1010100 | 1111011 | 0 | 110001 | 11001 | 100100 | 101001011 | 100000 | 110001 |
Color Harmonies of #A4547B
Complementary color
Monochromatic Colors of #A4547B
Black with #A4547B
Text Example
Text Example
White with #A4547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4547B; }
p { color: rgb(164,84,123); }
H1.HeaderClassName
{
color: #A4547B;
}
.AnyTagClassName
{
color: #A4547B;
}
</style>
background-color css
<style>
a { background-color: #A4547B; }
a { background-color: rgb(164,84,123); }
div.DivClassName
{
background-color: #A4547B;
}
.BgClassName
{
background-color: #A4547B;
}
</style>
border-color css
<style>
span { border-color: #A4547B; }
span { border-color: rgb(164,84,123); }
td.TdClassName
{
border-color: #A4547B;
}
.TagClassName
{
border-color: #A4547B;
}
</style>