Shades of Royal Heath #A44975
Tints of Royal Heath #A44975
RGB
CMYK
RGB Variations
Color information
#A44975 (or 0xA44975) is known color: Royal Heath. HEX triplet: A4, 49 and 75. RGB value is (164,73,117). Sum of RGB (Red+Green+Blue) = 164+73+117=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A44975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44975 is #5BB68A. Grayscale: #696969. Windows color (decimal): -6010507 or 7686564. OLE color: 7686564.
HSL color Cylindrical-coordinate representation of color #A44975: hue angle of 330.99º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44975 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 73 | 117 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.36 |
| HSL | 330.99º | 0.38% | 0.46% | - |
| HSV(B) | 330.99º | 0.55% | 0.64% | - |
| XYZ | 20.9 | 13.94 | 18.42 | - |
| YUV | 105.23 | 134.65 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 117 | 0 | 0.55 | 0.29 | 0.36 | 330.99 | 0.38 | 0.46 |
| Hex | A4 | 49 | 75 | 0 | 37 | 1D | 24 | 14B | 26 | 2E |
| Octal | 244 | 111 | 165 | 0 | 67 | 35 | 44 | 513 | 46 | 56 |
| Binary | 10100100 | 1001001 | 1110101 | 0 | 110111 | 11101 | 100100 | 101001011 | 100110 | 101110 |
Color Harmonies of #A44975
Complementary color
Monochromatic Colors of #A44975
Black with #A44975
Text Example
Text Example
White with #A44975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44975; }
p { color: rgb(164,73,117); }
H1.HeaderClassName
{
color: #A44975;
}
.AnyTagClassName
{
color: #A44975;
}
</style>
background-color css
<style>
a { background-color: #A44975; }
a { background-color: rgb(164,73,117); }
div.DivClassName
{
background-color: #A44975;
}
.BgClassName
{
background-color: #A44975;
}
</style>
border-color css
<style>
span { border-color: #A44975; }
span { border-color: rgb(164,73,117); }
td.TdClassName
{
border-color: #A44975;
}
.TagClassName
{
border-color: #A44975;
}
</style>