Shades of Royal Heath #A44E81
Tints of Royal Heath #A44E81
RGB
CMYK
RGB Variations
Color information
#A44E81 (or 0xA44E81) is known color: Royal Heath. HEX triplet: A4, 4E and 81. RGB value is (164,78,129). Sum of RGB (Red+Green+Blue) = 164+78+129=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44E81 is #5BB17E. Grayscale: #6D6D6D. Windows color (decimal): -6009215 or 8474276. OLE color: 8474276.
HSL color Cylindrical-coordinate representation of color #A44E81: hue angle of 324.42º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44E81 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 78 | 129 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.36 |
| HSL | 324.42º | 0.36% | 0.47% | - |
| HSV(B) | 324.42º | 0.52% | 0.64% | - |
| XYZ | 22 | 14.93 | 22.49 | - |
| YUV | 109.53 | 138.99 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 129 | 0 | 0.52 | 0.21 | 0.36 | 324.42 | 0.36 | 0.47 |
| Hex | A4 | 4E | 81 | 0 | 34 | 15 | 24 | 144 | 24 | 2F |
| Octal | 244 | 116 | 201 | 0 | 64 | 25 | 44 | 504 | 44 | 57 |
| Binary | 10100100 | 1001110 | 10000001 | 0 | 110100 | 10101 | 100100 | 101000100 | 100100 | 101111 |
Color Harmonies of #A44E81
Complementary color
Monochromatic Colors of #A44E81
Black with #A44E81
Text Example
Text Example
White with #A44E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44E81; }
p { color: rgb(164,78,129); }
H1.HeaderClassName
{
color: #A44E81;
}
.AnyTagClassName
{
color: #A44E81;
}
</style>
background-color css
<style>
a { background-color: #A44E81; }
a { background-color: rgb(164,78,129); }
div.DivClassName
{
background-color: #A44E81;
}
.BgClassName
{
background-color: #A44E81;
}
</style>
border-color css
<style>
span { border-color: #A44E81; }
span { border-color: rgb(164,78,129); }
td.TdClassName
{
border-color: #A44E81;
}
.TagClassName
{
border-color: #A44E81;
}
</style>