Shades of Royal Heath #A24D80
Tints of Royal Heath #A24D80
RGB
CMYK
RGB Variations
Color information
#A24D80 (or 0xA24D80) is known color: Royal Heath. HEX triplet: A2, 4D and 80. RGB value is (162,77,128). Sum of RGB (Red+Green+Blue) = 162+77+128=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24D80 is #5DB27F. Grayscale: #6C6C6C. Windows color (decimal): -6140544 or 8408482. OLE color: 8408482.
HSL color Cylindrical-coordinate representation of color #A24D80: hue angle of 324º 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 #A24D80 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 77 | 128 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.36 |
| HSL | 324º | 0.36% | 0.47% | - |
| HSV(B) | 324º | 0.52% | 0.64% | - |
| XYZ | 21.45 | 14.55 | 22.1 | - |
| YUV | 108.23 | 139.16 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 128 | 0 | 0.52 | 0.21 | 0.36 | 324 | 0.36 | 0.47 |
| Hex | A2 | 4D | 80 | 0 | 34 | 15 | 24 | 144 | 24 | 2F |
| Octal | 242 | 115 | 200 | 0 | 64 | 25 | 44 | 504 | 44 | 57 |
| Binary | 10100010 | 1001101 | 10000000 | 0 | 110100 | 10101 | 100100 | 101000100 | 100100 | 101111 |
Color Harmonies of #A24D80
Complementary color
Monochromatic Colors of #A24D80
Black with #A24D80
Text Example
Text Example
White with #A24D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24D80; }
p { color: rgb(162,77,128); }
H1.HeaderClassName
{
color: #A24D80;
}
.AnyTagClassName
{
color: #A24D80;
}
</style>
background-color css
<style>
a { background-color: #A24D80; }
a { background-color: rgb(162,77,128); }
div.DivClassName
{
background-color: #A24D80;
}
.BgClassName
{
background-color: #A24D80;
}
</style>
border-color css
<style>
span { border-color: #A24D80; }
span { border-color: rgb(162,77,128); }
td.TdClassName
{
border-color: #A24D80;
}
.TagClassName
{
border-color: #A24D80;
}
</style>