Shades of Royal Heath #A44675
Tints of Royal Heath #A44675
RGB
CMYK
RGB Variations
Color information
#A44675 (or 0xA44675) is known color: Royal Heath. HEX triplet: A4, 46 and 75. RGB value is (164,70,117). Sum of RGB (Red+Green+Blue) = 164+70+117=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A44675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44675 is #5BB98A. Grayscale: #676767. Windows color (decimal): -6011275 or 7685796. OLE color: 7685796.
HSL color Cylindrical-coordinate representation of color #A44675: hue angle of 330º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A44675 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 70 | 117 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.36 |
| HSL | 330º | 0.4% | 0.46% | - |
| HSV(B) | 330º | 0.57% | 0.64% | - |
| XYZ | 20.71 | 13.56 | 18.35 | - |
| YUV | 103.46 | 135.64 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 117 | 0 | 0.57 | 0.29 | 0.36 | 330 | 0.4 | 0.46 |
| Hex | A4 | 46 | 75 | 0 | 39 | 1D | 24 | 14A | 28 | 2E |
| Octal | 244 | 106 | 165 | 0 | 71 | 35 | 44 | 512 | 50 | 56 |
| Binary | 10100100 | 1000110 | 1110101 | 0 | 111001 | 11101 | 100100 | 101001010 | 101000 | 101110 |
Color Harmonies of #A44675
Complementary color
Monochromatic Colors of #A44675
Black with #A44675
Text Example
Text Example
White with #A44675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44675; }
p { color: rgb(164,70,117); }
H1.HeaderClassName
{
color: #A44675;
}
.AnyTagClassName
{
color: #A44675;
}
</style>
background-color css
<style>
a { background-color: #A44675; }
a { background-color: rgb(164,70,117); }
div.DivClassName
{
background-color: #A44675;
}
.BgClassName
{
background-color: #A44675;
}
</style>
border-color css
<style>
span { border-color: #A44675; }
span { border-color: rgb(164,70,117); }
td.TdClassName
{
border-color: #A44675;
}
.TagClassName
{
border-color: #A44675;
}
</style>