Shades of Royal Heath #A24F7D
Tints of Royal Heath #A24F7D
RGB
CMYK
RGB Variations
Color information
#A24F7D (or 0xA24F7D) is known color: Royal Heath. HEX triplet: A2, 4F and 7D. RGB value is (162,79,125). Sum of RGB (Red+Green+Blue) = 162+79+125=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24F7D is #5DB082. Grayscale: #6C6C6C. Windows color (decimal): -6140035 or 8212386. OLE color: 8212386.
HSL color Cylindrical-coordinate representation of color #A24F7D: hue angle of 326.75º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A24F7D is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 125 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.36 |
| HSL | 326.75º | 0.34% | 0.47% | - |
| HSV(B) | 326.75º | 0.51% | 0.64% | - |
| XYZ | 21.4 | 14.75 | 21.12 | - |
| YUV | 109.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 125 | 0 | 0.51 | 0.23 | 0.36 | 326.75 | 0.34 | 0.47 |
| Hex | A2 | 4F | 7D | 0 | 33 | 17 | 24 | 147 | 22 | 2F |
| Octal | 242 | 117 | 175 | 0 | 63 | 27 | 44 | 507 | 42 | 57 |
| Binary | 10100010 | 1001111 | 1111101 | 0 | 110011 | 10111 | 100100 | 101000111 | 100010 | 101111 |
Color Harmonies of #A24F7D
Complementary color
Monochromatic Colors of #A24F7D
Black with #A24F7D
Text Example
Text Example
White with #A24F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24F7D; }
p { color: rgb(162,79,125); }
H1.HeaderClassName
{
color: #A24F7D;
}
.AnyTagClassName
{
color: #A24F7D;
}
</style>
background-color css
<style>
a { background-color: #A24F7D; }
a { background-color: rgb(162,79,125); }
div.DivClassName
{
background-color: #A24F7D;
}
.BgClassName
{
background-color: #A24F7D;
}
</style>
border-color css
<style>
span { border-color: #A24F7D; }
span { border-color: rgb(162,79,125); }
td.TdClassName
{
border-color: #A24F7D;
}
.TagClassName
{
border-color: #A24F7D;
}
</style>