Shades of Royal Heath #A44E7B
Tints of Royal Heath #A44E7B
RGB
CMYK
RGB Variations
Color information
#A44E7B (or 0xA44E7B) is known color: Royal Heath. HEX triplet: A4, 4E and 7B. RGB value is (164,78,123). Sum of RGB (Red+Green+Blue) = 164+78+123=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44E7B is #5BB184. Grayscale: #6C6C6C. Windows color (decimal): -6009221 or 8081060. OLE color: 8081060.
HSL color Cylindrical-coordinate representation of color #A44E7B: hue angle of 328.6º 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 #A44E7B is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 78 | 123 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.36 |
| HSL | 328.6º | 0.36% | 0.47% | - |
| HSV(B) | 328.6º | 0.52% | 0.64% | - |
| XYZ | 21.61 | 14.77 | 20.45 | - |
| YUV | 108.84 | 135.99 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 123 | 0 | 0.52 | 0.25 | 0.36 | 328.6 | 0.36 | 0.47 |
| Hex | A4 | 4E | 7B | 0 | 34 | 19 | 24 | 149 | 24 | 2F |
| Octal | 244 | 116 | 173 | 0 | 64 | 31 | 44 | 511 | 44 | 57 |
| Binary | 10100100 | 1001110 | 1111011 | 0 | 110100 | 11001 | 100100 | 101001001 | 100100 | 101111 |
Color Harmonies of #A44E7B
Complementary color
Monochromatic Colors of #A44E7B
Black with #A44E7B
Text Example
Text Example
White with #A44E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44E7B; }
p { color: rgb(164,78,123); }
H1.HeaderClassName
{
color: #A44E7B;
}
.AnyTagClassName
{
color: #A44E7B;
}
</style>
background-color css
<style>
a { background-color: #A44E7B; }
a { background-color: rgb(164,78,123); }
div.DivClassName
{
background-color: #A44E7B;
}
.BgClassName
{
background-color: #A44E7B;
}
</style>
border-color css
<style>
span { border-color: #A44E7B; }
span { border-color: rgb(164,78,123); }
td.TdClassName
{
border-color: #A44E7B;
}
.TagClassName
{
border-color: #A44E7B;
}
</style>