Shades of Royal Heath #A4437D
Tints of Royal Heath #A4437D
RGB
CMYK
RGB Variations
Color information
#A4437D (or 0xA4437D) is known color: Royal Heath. HEX triplet: A4, 43 and 7D. RGB value is (164,67,125). Sum of RGB (Red+Green+Blue) = 164+67+125=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A4437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4437D is #5BBC82. Grayscale: #666666. Windows color (decimal): -6012035 or 8209316. OLE color: 8209316.
HSL color Cylindrical-coordinate representation of color #A4437D: hue angle of 324.12º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A4437D is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 67 | 125 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.36 |
| HSL | 324.12º | 0.42% | 0.45% | - |
| HSV(B) | 324.12º | 0.59% | 0.64% | - |
| XYZ | 21.02 | 13.39 | 20.88 | - |
| YUV | 102.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 125 | 0 | 0.59 | 0.24 | 0.36 | 324.12 | 0.42 | 0.45 |
| Hex | A4 | 43 | 7D | 0 | 3B | 18 | 24 | 144 | 2A | 2D |
| Octal | 244 | 103 | 175 | 0 | 73 | 30 | 44 | 504 | 52 | 55 |
| Binary | 10100100 | 1000011 | 1111101 | 0 | 111011 | 11000 | 100100 | 101000100 | 101010 | 101101 |
Color Harmonies of #A4437D
Complementary color
Monochromatic Colors of #A4437D
Black with #A4437D
Text Example
Text Example
White with #A4437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4437D; }
p { color: rgb(164,67,125); }
H1.HeaderClassName
{
color: #A4437D;
}
.AnyTagClassName
{
color: #A4437D;
}
</style>
background-color css
<style>
a { background-color: #A4437D; }
a { background-color: rgb(164,67,125); }
div.DivClassName
{
background-color: #A4437D;
}
.BgClassName
{
background-color: #A4437D;
}
</style>
border-color css
<style>
span { border-color: #A4437D; }
span { border-color: rgb(164,67,125); }
td.TdClassName
{
border-color: #A4437D;
}
.TagClassName
{
border-color: #A4437D;
}
</style>