Shades of Royal Heath #A44E7A
Tints of Royal Heath #A44E7A
RGB
CMYK
RGB Variations
Color information
#A44E7A (or 0xA44E7A) is known color: Royal Heath. HEX triplet: A4, 4E and 7A. RGB value is (164,78,122). Sum of RGB (Red+Green+Blue) = 164+78+122=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44E7A is #5BB185. Grayscale: #6C6C6C. Windows color (decimal): -6009222 or 8015524. OLE color: 8015524.
HSL color Cylindrical-coordinate representation of color #A44E7A: hue angle of 329.3º 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 #A44E7A is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 78 | 122 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.36 |
| HSL | 329.3º | 0.36% | 0.47% | - |
| HSV(B) | 329.3º | 0.52% | 0.64% | - |
| XYZ | 21.55 | 14.75 | 20.12 | - |
| YUV | 108.73 | 135.49 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 122 | 0 | 0.52 | 0.26 | 0.36 | 329.3 | 0.36 | 0.47 |
| Hex | A4 | 4E | 7A | 0 | 34 | 1A | 24 | 149 | 24 | 2F |
| Octal | 244 | 116 | 172 | 0 | 64 | 32 | 44 | 511 | 44 | 57 |
| Binary | 10100100 | 1001110 | 1111010 | 0 | 110100 | 11010 | 100100 | 101001001 | 100100 | 101111 |
Color Harmonies of #A44E7A
Complementary color
Monochromatic Colors of #A44E7A
Black with #A44E7A
Text Example
Text Example
White with #A44E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44E7A; }
p { color: rgb(164,78,122); }
H1.HeaderClassName
{
color: #A44E7A;
}
.AnyTagClassName
{
color: #A44E7A;
}
</style>
background-color css
<style>
a { background-color: #A44E7A; }
a { background-color: rgb(164,78,122); }
div.DivClassName
{
background-color: #A44E7A;
}
.BgClassName
{
background-color: #A44E7A;
}
</style>
border-color css
<style>
span { border-color: #A44E7A; }
span { border-color: rgb(164,78,122); }
td.TdClassName
{
border-color: #A44E7A;
}
.TagClassName
{
border-color: #A44E7A;
}
</style>