Shades of Royal Heath #A44D81
Tints of Royal Heath #A44D81
RGB
CMYK
RGB Variations
Color information
#A44D81 (or 0xA44D81) is known color: Royal Heath. HEX triplet: A4, 4D and 81. RGB value is (164,77,129). Sum of RGB (Red+Green+Blue) = 164+77+129=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44D81 is #5BB27E. Grayscale: #6C6C6C. Windows color (decimal): -6009471 or 8474020. OLE color: 8474020.
HSL color Cylindrical-coordinate representation of color #A44D81: hue angle of 324.14º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A44D81 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 77 | 129 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.36 |
| HSL | 324.14º | 0.36% | 0.47% | - |
| HSV(B) | 324.14º | 0.53% | 0.64% | - |
| XYZ | 21.93 | 14.79 | 22.47 | - |
| YUV | 108.94 | 139.32 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 129 | 0 | 0.53 | 0.21 | 0.36 | 324.14 | 0.36 | 0.47 |
| Hex | A4 | 4D | 81 | 0 | 35 | 15 | 24 | 144 | 24 | 2F |
| Octal | 244 | 115 | 201 | 0 | 65 | 25 | 44 | 504 | 44 | 57 |
| Binary | 10100100 | 1001101 | 10000001 | 0 | 110101 | 10101 | 100100 | 101000100 | 100100 | 101111 |
Color Harmonies of #A44D81
Complementary color
Monochromatic Colors of #A44D81
Black with #A44D81
Text Example
Text Example
White with #A44D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44D81; }
p { color: rgb(164,77,129); }
H1.HeaderClassName
{
color: #A44D81;
}
.AnyTagClassName
{
color: #A44D81;
}
</style>
background-color css
<style>
a { background-color: #A44D81; }
a { background-color: rgb(164,77,129); }
div.DivClassName
{
background-color: #A44D81;
}
.BgClassName
{
background-color: #A44D81;
}
</style>
border-color css
<style>
span { border-color: #A44D81; }
span { border-color: rgb(164,77,129); }
td.TdClassName
{
border-color: #A44D81;
}
.TagClassName
{
border-color: #A44D81;
}
</style>