Shades of Royal Heath #A3527C
Tints of Royal Heath #A3527C
RGB
CMYK
RGB Variations
Color information
#A3527C (or 0xA3527C) is known color: Royal Heath. HEX triplet: A3, 52 and 7C. RGB value is (163,82,124). Sum of RGB (Red+Green+Blue) = 163+82+124=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A3527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3527C is #5CAD83. Grayscale: #6E6E6E. Windows color (decimal): -6073732 or 8147619. OLE color: 8147619.
HSL color Cylindrical-coordinate representation of color #A3527C: hue angle of 328.89º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3527C is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 82 | 124 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.36 |
| HSL | 328.89º | 0.33% | 0.48% | - |
| HSV(B) | 328.89º | 0.5% | 0.64% | - |
| XYZ | 21.76 | 15.28 | 20.87 | - |
| YUV | 111.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 124 | 0 | 0.50 | 0.24 | 0.36 | 328.89 | 0.33 | 0.48 |
| Hex | A3 | 52 | 7C | 0 | 32 | 18 | 24 | 149 | 21 | 30 |
| Octal | 243 | 122 | 174 | 0 | 62 | 30 | 44 | 511 | 41 | 60 |
| Binary | 10100011 | 1010010 | 1111100 | 0 | 110010 | 11000 | 100100 | 101001001 | 100001 | 110000 |
Color Harmonies of #A3527C
Complementary color
Monochromatic Colors of #A3527C
Black with #A3527C
Text Example
Text Example
White with #A3527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3527C; }
p { color: rgb(163,82,124); }
H1.HeaderClassName
{
color: #A3527C;
}
.AnyTagClassName
{
color: #A3527C;
}
</style>
background-color css
<style>
a { background-color: #A3527C; }
a { background-color: rgb(163,82,124); }
div.DivClassName
{
background-color: #A3527C;
}
.BgClassName
{
background-color: #A3527C;
}
</style>
border-color css
<style>
span { border-color: #A3527C; }
span { border-color: rgb(163,82,124); }
td.TdClassName
{
border-color: #A3527C;
}
.TagClassName
{
border-color: #A3527C;
}
</style>