Shades of Royal Heath #A44F7B
Tints of Royal Heath #A44F7B
RGB
CMYK
RGB Variations
Color information
#A44F7B (or 0xA44F7B) is known color: Royal Heath. HEX triplet: A4, 4F and 7B. RGB value is (164,79,123). Sum of RGB (Red+Green+Blue) = 164+79+123=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44F7B is #5BB084. Grayscale: #6D6D6D. Windows color (decimal): -6008965 or 8081316. OLE color: 8081316.
HSL color Cylindrical-coordinate representation of color #A44F7B: hue angle of 328.94º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44F7B is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 79 | 123 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.36 |
| HSL | 328.94º | 0.35% | 0.48% | - |
| HSV(B) | 328.94º | 0.52% | 0.64% | - |
| XYZ | 21.68 | 14.91 | 20.47 | - |
| YUV | 109.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 79 | 123 | 0 | 0.52 | 0.25 | 0.36 | 328.94 | 0.35 | 0.48 |
| Hex | A4 | 4F | 7B | 0 | 34 | 19 | 24 | 149 | 23 | 30 |
| Octal | 244 | 117 | 173 | 0 | 64 | 31 | 44 | 511 | 43 | 60 |
| Binary | 10100100 | 1001111 | 1111011 | 0 | 110100 | 11001 | 100100 | 101001001 | 100011 | 110000 |
Color Harmonies of #A44F7B
Complementary color
Monochromatic Colors of #A44F7B
Black with #A44F7B
Text Example
Text Example
White with #A44F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44F7B; }
p { color: rgb(164,79,123); }
H1.HeaderClassName
{
color: #A44F7B;
}
.AnyTagClassName
{
color: #A44F7B;
}
</style>
background-color css
<style>
a { background-color: #A44F7B; }
a { background-color: rgb(164,79,123); }
div.DivClassName
{
background-color: #A44F7B;
}
.BgClassName
{
background-color: #A44F7B;
}
</style>
border-color css
<style>
span { border-color: #A44F7B; }
span { border-color: rgb(164,79,123); }
td.TdClassName
{
border-color: #A44F7B;
}
.TagClassName
{
border-color: #A44F7B;
}
</style>