Shades of Royal Heath #A44A81
Tints of Royal Heath #A44A81
RGB
CMYK
RGB Variations
Color information
#A44A81 (or 0xA44A81) is known color: Royal Heath. HEX triplet: A4, 4A and 81. RGB value is (164,74,129). Sum of RGB (Red+Green+Blue) = 164+74+129=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44A81 is #5BB57E. Grayscale: #6B6B6B. Windows color (decimal): -6010239 or 8473252. OLE color: 8473252.
HSL color Cylindrical-coordinate representation of color #A44A81: hue angle of 323.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44A81 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 129 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.36 |
| HSL | 323.33º | 0.38% | 0.47% | - |
| HSV(B) | 323.33º | 0.55% | 0.64% | - |
| XYZ | 21.72 | 14.38 | 22.4 | - |
| YUV | 107.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 129 | 0 | 0.55 | 0.21 | 0.36 | 323.33 | 0.38 | 0.47 |
| Hex | A4 | 4A | 81 | 0 | 37 | 15 | 24 | 143 | 26 | 2F |
| Octal | 244 | 112 | 201 | 0 | 67 | 25 | 44 | 503 | 46 | 57 |
| Binary | 10100100 | 1001010 | 10000001 | 0 | 110111 | 10101 | 100100 | 101000011 | 100110 | 101111 |
Color Harmonies of #A44A81
Complementary color
Monochromatic Colors of #A44A81
Black with #A44A81
Text Example
Text Example
White with #A44A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44A81; }
p { color: rgb(164,74,129); }
H1.HeaderClassName
{
color: #A44A81;
}
.AnyTagClassName
{
color: #A44A81;
}
</style>
background-color css
<style>
a { background-color: #A44A81; }
a { background-color: rgb(164,74,129); }
div.DivClassName
{
background-color: #A44A81;
}
.BgClassName
{
background-color: #A44A81;
}
</style>
border-color css
<style>
span { border-color: #A44A81; }
span { border-color: rgb(164,74,129); }
td.TdClassName
{
border-color: #A44A81;
}
.TagClassName
{
border-color: #A44A81;
}
</style>