Shades of Royal Heath #A3467C
Tints of Royal Heath #A3467C
RGB
CMYK
RGB Variations
Color information
#A3467C (or 0xA3467C) is known color: Royal Heath. HEX triplet: A3, 46 and 7C. RGB value is (163,70,124). Sum of RGB (Red+Green+Blue) = 163+70+124=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3467C is #5CB983. Grayscale: #676767. Windows color (decimal): -6076804 or 8144547. OLE color: 8144547.
HSL color Cylindrical-coordinate representation of color #A3467C: hue angle of 325.16º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3467C is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 70 | 124 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.36 |
| HSL | 325.16º | 0.4% | 0.46% | - |
| HSV(B) | 325.16º | 0.57% | 0.64% | - |
| XYZ | 20.93 | 13.62 | 20.59 | - |
| YUV | 103.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 124 | 0 | 0.57 | 0.24 | 0.36 | 325.16 | 0.4 | 0.46 |
| Hex | A3 | 46 | 7C | 0 | 39 | 18 | 24 | 145 | 28 | 2E |
| Octal | 243 | 106 | 174 | 0 | 71 | 30 | 44 | 505 | 50 | 56 |
| Binary | 10100011 | 1000110 | 1111100 | 0 | 111001 | 11000 | 100100 | 101000101 | 101000 | 101110 |
Color Harmonies of #A3467C
Complementary color
Monochromatic Colors of #A3467C
Black with #A3467C
Text Example
Text Example
White with #A3467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3467C; }
p { color: rgb(163,70,124); }
H1.HeaderClassName
{
color: #A3467C;
}
.AnyTagClassName
{
color: #A3467C;
}
</style>
background-color css
<style>
a { background-color: #A3467C; }
a { background-color: rgb(163,70,124); }
div.DivClassName
{
background-color: #A3467C;
}
.BgClassName
{
background-color: #A3467C;
}
</style>
border-color css
<style>
span { border-color: #A3467C; }
span { border-color: rgb(163,70,124); }
td.TdClassName
{
border-color: #A3467C;
}
.TagClassName
{
border-color: #A3467C;
}
</style>