Shades of Royal Heath #A24D7E
Tints of Royal Heath #A24D7E
RGB
CMYK
RGB Variations
Color information
#A24D7E (or 0xA24D7E) is known color: Royal Heath. HEX triplet: A2, 4D and 7E. RGB value is (162,77,126). Sum of RGB (Red+Green+Blue) = 162+77+126=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D7E is #5DB281. Grayscale: #6B6B6B. Windows color (decimal): -6140546 or 8277410. OLE color: 8277410.
HSL color Cylindrical-coordinate representation of color #A24D7E: hue angle of 325.41º 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 #A24D7E is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 77 | 126 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.36 |
| HSL | 325.41º | 0.36% | 0.47% | - |
| HSV(B) | 325.41º | 0.52% | 0.64% | - |
| XYZ | 21.32 | 14.5 | 21.41 | - |
| YUV | 108 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 126 | 0 | 0.52 | 0.22 | 0.36 | 325.41 | 0.36 | 0.47 |
| Hex | A2 | 4D | 7E | 0 | 34 | 16 | 24 | 145 | 24 | 2F |
| Octal | 242 | 115 | 176 | 0 | 64 | 26 | 44 | 505 | 44 | 57 |
| Binary | 10100010 | 1001101 | 1111110 | 0 | 110100 | 10110 | 100100 | 101000101 | 100100 | 101111 |
Color Harmonies of #A24D7E
Complementary color
Monochromatic Colors of #A24D7E
Black with #A24D7E
Text Example
Text Example
White with #A24D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24D7E; }
p { color: rgb(162,77,126); }
H1.HeaderClassName
{
color: #A24D7E;
}
.AnyTagClassName
{
color: #A24D7E;
}
</style>
background-color css
<style>
a { background-color: #A24D7E; }
a { background-color: rgb(162,77,126); }
div.DivClassName
{
background-color: #A24D7E;
}
.BgClassName
{
background-color: #A24D7E;
}
</style>
border-color css
<style>
span { border-color: #A24D7E; }
span { border-color: rgb(162,77,126); }
td.TdClassName
{
border-color: #A24D7E;
}
.TagClassName
{
border-color: #A24D7E;
}
</style>