Shades of Royal Heath #A44E78
Tints of Royal Heath #A44E78
RGB
CMYK
RGB Variations
Color information
#A44E78 (or 0xA44E78) is known color: Royal Heath. HEX triplet: A4, 4E and 78. RGB value is (164,78,120). Sum of RGB (Red+Green+Blue) = 164+78+120=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44E78 is #5BB187. Grayscale: #6C6C6C. Windows color (decimal): -6009224 or 7884452. OLE color: 7884452.
HSL color Cylindrical-coordinate representation of color #A44E78: hue angle of 330.7º 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 #A44E78 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 78 | 120 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.36 |
| HSL | 330.7º | 0.36% | 0.47% | - |
| HSV(B) | 330.7º | 0.52% | 0.64% | - |
| XYZ | 21.42 | 14.7 | 19.48 | - |
| YUV | 108.5 | 134.49 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 120 | 0 | 0.52 | 0.27 | 0.36 | 330.7 | 0.36 | 0.47 |
| Hex | A4 | 4E | 78 | 0 | 34 | 1B | 24 | 14B | 24 | 2F |
| Octal | 244 | 116 | 170 | 0 | 64 | 33 | 44 | 513 | 44 | 57 |
| Binary | 10100100 | 1001110 | 1111000 | 0 | 110100 | 11011 | 100100 | 101001011 | 100100 | 101111 |
Color Harmonies of #A44E78
Complementary color
Monochromatic Colors of #A44E78
Black with #A44E78
Text Example
Text Example
White with #A44E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44E78; }
p { color: rgb(164,78,120); }
H1.HeaderClassName
{
color: #A44E78;
}
.AnyTagClassName
{
color: #A44E78;
}
</style>
background-color css
<style>
a { background-color: #A44E78; }
a { background-color: rgb(164,78,120); }
div.DivClassName
{
background-color: #A44E78;
}
.BgClassName
{
background-color: #A44E78;
}
</style>
border-color css
<style>
span { border-color: #A44E78; }
span { border-color: rgb(164,78,120); }
td.TdClassName
{
border-color: #A44E78;
}
.TagClassName
{
border-color: #A44E78;
}
</style>