Shades of Royal Heath #A24C7B
Tints of Royal Heath #A24C7B
RGB
CMYK
RGB Variations
Color information
#A24C7B (or 0xA24C7B) is known color: Royal Heath. HEX triplet: A2, 4C and 7B. RGB value is (162,76,123). Sum of RGB (Red+Green+Blue) = 162+76+123=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C7B is #5DB384. Grayscale: #6A6A6A. Windows color (decimal): -6140805 or 8080546. OLE color: 8080546.
HSL color Cylindrical-coordinate representation of color #A24C7B: hue angle of 327.21º 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 #A24C7B is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 123 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.36 |
| HSL | 327.21º | 0.36% | 0.47% | - |
| HSV(B) | 327.21º | 0.53% | 0.64% | - |
| XYZ | 21.06 | 14.28 | 20.39 | - |
| YUV | 107.07 | 136.99 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 123 | 0 | 0.53 | 0.24 | 0.36 | 327.21 | 0.36 | 0.47 |
| Hex | A2 | 4C | 7B | 0 | 35 | 18 | 24 | 147 | 24 | 2F |
| Octal | 242 | 114 | 173 | 0 | 65 | 30 | 44 | 507 | 44 | 57 |
| Binary | 10100010 | 1001100 | 1111011 | 0 | 110101 | 11000 | 100100 | 101000111 | 100100 | 101111 |
Color Harmonies of #A24C7B
Complementary color
Monochromatic Colors of #A24C7B
Black with #A24C7B
Text Example
Text Example
White with #A24C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C7B; }
p { color: rgb(162,76,123); }
H1.HeaderClassName
{
color: #A24C7B;
}
.AnyTagClassName
{
color: #A24C7B;
}
</style>
background-color css
<style>
a { background-color: #A24C7B; }
a { background-color: rgb(162,76,123); }
div.DivClassName
{
background-color: #A24C7B;
}
.BgClassName
{
background-color: #A24C7B;
}
</style>
border-color css
<style>
span { border-color: #A24C7B; }
span { border-color: rgb(162,76,123); }
td.TdClassName
{
border-color: #A24C7B;
}
.TagClassName
{
border-color: #A24C7B;
}
</style>