Shades of Royal Heath #A3487C
Tints of Royal Heath #A3487C
RGB
CMYK
RGB Variations
Color information
#A3487C (or 0xA3487C) is known color: Royal Heath. HEX triplet: A3, 48 and 7C. RGB value is (163,72,124). Sum of RGB (Red+Green+Blue) = 163+72+124=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3487C is #5CB783. Grayscale: #696969. Windows color (decimal): -6076292 or 8145059. OLE color: 8145059.
HSL color Cylindrical-coordinate representation of color #A3487C: hue angle of 325.71º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3487C is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 72 | 124 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.36 |
| HSL | 325.71º | 0.39% | 0.46% | - |
| HSV(B) | 325.71º | 0.56% | 0.64% | - |
| XYZ | 21.06 | 13.88 | 20.64 | - |
| YUV | 105.14 | 138.65 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 124 | 0 | 0.56 | 0.24 | 0.36 | 325.71 | 0.39 | 0.46 |
| Hex | A3 | 48 | 7C | 0 | 38 | 18 | 24 | 146 | 27 | 2E |
| Octal | 243 | 110 | 174 | 0 | 70 | 30 | 44 | 506 | 47 | 56 |
| Binary | 10100011 | 1001000 | 1111100 | 0 | 111000 | 11000 | 100100 | 101000110 | 100111 | 101110 |
Color Harmonies of #A3487C
Complementary color
Monochromatic Colors of #A3487C
Black with #A3487C
Text Example
Text Example
White with #A3487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3487C; }
p { color: rgb(163,72,124); }
H1.HeaderClassName
{
color: #A3487C;
}
.AnyTagClassName
{
color: #A3487C;
}
</style>
background-color css
<style>
a { background-color: #A3487C; }
a { background-color: rgb(163,72,124); }
div.DivClassName
{
background-color: #A3487C;
}
.BgClassName
{
background-color: #A3487C;
}
</style>
border-color css
<style>
span { border-color: #A3487C; }
span { border-color: rgb(163,72,124); }
td.TdClassName
{
border-color: #A3487C;
}
.TagClassName
{
border-color: #A3487C;
}
</style>