Shades of Royal Heath #A43F79
Tints of Royal Heath #A43F79
RGB
CMYK
RGB Variations
Color information
#A43F79 (or 0xA43F79) is known color: Royal Heath. HEX triplet: A4, 3F and 79. RGB value is (164,63,121). Sum of RGB (Red+Green+Blue) = 164+63+121=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43F79 is #5BC086. Grayscale: #636363. Windows color (decimal): -6013063 or 7946148. OLE color: 7946148.
HSL color Cylindrical-coordinate representation of color #A43F79: hue angle of 325.54º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A43F79 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 63 | 121 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.36 |
| HSL | 325.54º | 0.44% | 0.45% | - |
| HSV(B) | 325.54º | 0.62% | 0.64% | - |
| XYZ | 20.54 | 12.83 | 19.48 | - |
| YUV | 99.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 121 | 0 | 0.62 | 0.26 | 0.36 | 325.54 | 0.44 | 0.45 |
| Hex | A4 | 3F | 79 | 0 | 3E | 1A | 24 | 146 | 2C | 2D |
| Octal | 244 | 77 | 171 | 0 | 76 | 32 | 44 | 506 | 54 | 55 |
| Binary | 10100100 | 111111 | 1111001 | 0 | 111110 | 11010 | 100100 | 101000110 | 101100 | 101101 |
Color Harmonies of #A43F79
Complementary color
Monochromatic Colors of #A43F79
Black with #A43F79
Text Example
Text Example
White with #A43F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43F79; }
p { color: rgb(164,63,121); }
H1.HeaderClassName
{
color: #A43F79;
}
.AnyTagClassName
{
color: #A43F79;
}
</style>
background-color css
<style>
a { background-color: #A43F79; }
a { background-color: rgb(164,63,121); }
div.DivClassName
{
background-color: #A43F79;
}
.BgClassName
{
background-color: #A43F79;
}
</style>
border-color css
<style>
span { border-color: #A43F79; }
span { border-color: rgb(164,63,121); }
td.TdClassName
{
border-color: #A43F79;
}
.TagClassName
{
border-color: #A43F79;
}
</style>