Shades of Royal Heath #A3487B
Tints of Royal Heath #A3487B
RGB
CMYK
RGB Variations
Color information
#A3487B (or 0xA3487B) is known color: Royal Heath. HEX triplet: A3, 48 and 7B. RGB value is (163,72,123). Sum of RGB (Red+Green+Blue) = 163+72+123=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3487B is #5CB784. Grayscale: #686868. Windows color (decimal): -6076293 or 8079523. OLE color: 8079523.
HSL color Cylindrical-coordinate representation of color #A3487B: hue angle of 326.37º 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 #A3487B is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 72 | 123 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.36 |
| HSL | 326.37º | 0.39% | 0.46% | - |
| HSV(B) | 326.37º | 0.56% | 0.64% | - |
| XYZ | 21 | 13.85 | 20.31 | - |
| YUV | 105.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 123 | 0 | 0.56 | 0.25 | 0.36 | 326.37 | 0.39 | 0.46 |
| Hex | A3 | 48 | 7B | 0 | 38 | 19 | 24 | 146 | 27 | 2E |
| Octal | 243 | 110 | 173 | 0 | 70 | 31 | 44 | 506 | 47 | 56 |
| Binary | 10100011 | 1001000 | 1111011 | 0 | 111000 | 11001 | 100100 | 101000110 | 100111 | 101110 |
Color Harmonies of #A3487B
Complementary color
Monochromatic Colors of #A3487B
Black with #A3487B
Text Example
Text Example
White with #A3487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3487B; }
p { color: rgb(163,72,123); }
H1.HeaderClassName
{
color: #A3487B;
}
.AnyTagClassName
{
color: #A3487B;
}
</style>
background-color css
<style>
a { background-color: #A3487B; }
a { background-color: rgb(163,72,123); }
div.DivClassName
{
background-color: #A3487B;
}
.BgClassName
{
background-color: #A3487B;
}
</style>
border-color css
<style>
span { border-color: #A3487B; }
span { border-color: rgb(163,72,123); }
td.TdClassName
{
border-color: #A3487B;
}
.TagClassName
{
border-color: #A3487B;
}
</style>