Shades of Royal Heath #A44B7B
Tints of Royal Heath #A44B7B
RGB
CMYK
RGB Variations
Color information
#A44B7B (or 0xA44B7B) is known color: Royal Heath. HEX triplet: A4, 4B and 7B. RGB value is (164,75,123). Sum of RGB (Red+Green+Blue) = 164+75+123=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44B7B is #5BB484. Grayscale: #6A6A6A. Windows color (decimal): -6009989 or 8080292. OLE color: 8080292.
HSL color Cylindrical-coordinate representation of color #A44B7B: hue angle of 327.64º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A44B7B is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 123 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.36 |
| HSL | 327.64º | 0.37% | 0.47% | - |
| HSV(B) | 327.64º | 0.54% | 0.64% | - |
| XYZ | 21.4 | 14.35 | 20.38 | - |
| YUV | 107.08 | 136.99 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 123 | 0 | 0.54 | 0.25 | 0.36 | 327.64 | 0.37 | 0.47 |
| Hex | A4 | 4B | 7B | 0 | 36 | 19 | 24 | 148 | 25 | 2F |
| Octal | 244 | 113 | 173 | 0 | 66 | 31 | 44 | 510 | 45 | 57 |
| Binary | 10100100 | 1001011 | 1111011 | 0 | 110110 | 11001 | 100100 | 101001000 | 100101 | 101111 |
Color Harmonies of #A44B7B
Complementary color
Monochromatic Colors of #A44B7B
Black with #A44B7B
Text Example
Text Example
White with #A44B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44B7B; }
p { color: rgb(164,75,123); }
H1.HeaderClassName
{
color: #A44B7B;
}
.AnyTagClassName
{
color: #A44B7B;
}
</style>
background-color css
<style>
a { background-color: #A44B7B; }
a { background-color: rgb(164,75,123); }
div.DivClassName
{
background-color: #A44B7B;
}
.BgClassName
{
background-color: #A44B7B;
}
</style>
border-color css
<style>
span { border-color: #A44B7B; }
span { border-color: rgb(164,75,123); }
td.TdClassName
{
border-color: #A44B7B;
}
.TagClassName
{
border-color: #A44B7B;
}
</style>