Shades of Royal Heath #A24C7E
Tints of Royal Heath #A24C7E
RGB
CMYK
RGB Variations
Color information
#A24C7E (or 0xA24C7E) is known color: Royal Heath. HEX triplet: A2, 4C and 7E. RGB value is (162,76,126). Sum of RGB (Red+Green+Blue) = 162+76+126=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C7E is #5DB381. Grayscale: #6B6B6B. Windows color (decimal): -6140802 or 8277154. OLE color: 8277154.
HSL color Cylindrical-coordinate representation of color #A24C7E: hue angle of 325.12º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A24C7E is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 126 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.36 |
| HSL | 325.12º | 0.36% | 0.47% | - |
| HSV(B) | 325.12º | 0.53% | 0.64% | - |
| XYZ | 21.25 | 14.36 | 21.39 | - |
| YUV | 107.41 | 138.49 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 126 | 0 | 0.53 | 0.22 | 0.36 | 325.12 | 0.36 | 0.47 |
| Hex | A2 | 4C | 7E | 0 | 35 | 16 | 24 | 145 | 24 | 2F |
| Octal | 242 | 114 | 176 | 0 | 65 | 26 | 44 | 505 | 44 | 57 |
| Binary | 10100010 | 1001100 | 1111110 | 0 | 110101 | 10110 | 100100 | 101000101 | 100100 | 101111 |
Color Harmonies of #A24C7E
Complementary color
Monochromatic Colors of #A24C7E
Black with #A24C7E
Text Example
Text Example
White with #A24C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C7E; }
p { color: rgb(162,76,126); }
H1.HeaderClassName
{
color: #A24C7E;
}
.AnyTagClassName
{
color: #A24C7E;
}
</style>
background-color css
<style>
a { background-color: #A24C7E; }
a { background-color: rgb(162,76,126); }
div.DivClassName
{
background-color: #A24C7E;
}
.BgClassName
{
background-color: #A24C7E;
}
</style>
border-color css
<style>
span { border-color: #A24C7E; }
span { border-color: rgb(162,76,126); }
td.TdClassName
{
border-color: #A24C7E;
}
.TagClassName
{
border-color: #A24C7E;
}
</style>