Shades of Royal Heath #A44881
Tints of Royal Heath #A44881
RGB
CMYK
RGB Variations
Color information
#A44881 (or 0xA44881) is known color: Royal Heath. HEX triplet: A4, 48 and 81. RGB value is (164,72,129). Sum of RGB (Red+Green+Blue) = 164+72+129=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A44881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44881 is #5BB77E. Grayscale: #696969. Windows color (decimal): -6010751 or 8472740. OLE color: 8472740.
HSL color Cylindrical-coordinate representation of color #A44881: hue angle of 322.83º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A44881 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 72 | 129 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.36 |
| HSL | 322.83º | 0.39% | 0.46% | - |
| HSV(B) | 322.83º | 0.56% | 0.64% | - |
| XYZ | 21.59 | 14.11 | 22.35 | - |
| YUV | 106.01 | 140.98 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 129 | 0 | 0.56 | 0.21 | 0.36 | 322.83 | 0.39 | 0.46 |
| Hex | A4 | 48 | 81 | 0 | 38 | 15 | 24 | 143 | 27 | 2E |
| Octal | 244 | 110 | 201 | 0 | 70 | 25 | 44 | 503 | 47 | 56 |
| Binary | 10100100 | 1001000 | 10000001 | 0 | 111000 | 10101 | 100100 | 101000011 | 100111 | 101110 |
Color Harmonies of #A44881
Complementary color
Monochromatic Colors of #A44881
Black with #A44881
Text Example
Text Example
White with #A44881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44881; }
p { color: rgb(164,72,129); }
H1.HeaderClassName
{
color: #A44881;
}
.AnyTagClassName
{
color: #A44881;
}
</style>
background-color css
<style>
a { background-color: #A44881; }
a { background-color: rgb(164,72,129); }
div.DivClassName
{
background-color: #A44881;
}
.BgClassName
{
background-color: #A44881;
}
</style>
border-color css
<style>
span { border-color: #A44881; }
span { border-color: rgb(164,72,129); }
td.TdClassName
{
border-color: #A44881;
}
.TagClassName
{
border-color: #A44881;
}
</style>