Shades of Royal Heath #A3537B
Tints of Royal Heath #A3537B
RGB
CMYK
RGB Variations
Color information
#A3537B (or 0xA3537B) is known color: Royal Heath. HEX triplet: A3, 53 and 7B. RGB value is (163,83,123). Sum of RGB (Red+Green+Blue) = 163+83+123=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A3537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3537B is #5CAC84. Grayscale: #6F6F6F. Windows color (decimal): -6073477 or 8082339. OLE color: 8082339.
HSL color Cylindrical-coordinate representation of color #A3537B: hue angle of 330º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3537B is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 83 | 123 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.36 |
| HSL | 330º | 0.33% | 0.48% | - |
| HSV(B) | 330º | 0.49% | 0.64% | - |
| XYZ | 21.77 | 15.4 | 20.56 | - |
| YUV | 111.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 123 | 0 | 0.49 | 0.25 | 0.36 | 330 | 0.33 | 0.48 |
| Hex | A3 | 53 | 7B | 0 | 31 | 19 | 24 | 14A | 21 | 30 |
| Octal | 243 | 123 | 173 | 0 | 61 | 31 | 44 | 512 | 41 | 60 |
| Binary | 10100011 | 1010011 | 1111011 | 0 | 110001 | 11001 | 100100 | 101001010 | 100001 | 110000 |
Color Harmonies of #A3537B
Complementary color
Monochromatic Colors of #A3537B
Black with #A3537B
Text Example
Text Example
White with #A3537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3537B; }
p { color: rgb(163,83,123); }
H1.HeaderClassName
{
color: #A3537B;
}
.AnyTagClassName
{
color: #A3537B;
}
</style>
background-color css
<style>
a { background-color: #A3537B; }
a { background-color: rgb(163,83,123); }
div.DivClassName
{
background-color: #A3537B;
}
.BgClassName
{
background-color: #A3537B;
}
</style>
border-color css
<style>
span { border-color: #A3537B; }
span { border-color: rgb(163,83,123); }
td.TdClassName
{
border-color: #A3537B;
}
.TagClassName
{
border-color: #A3537B;
}
</style>