Shades of Royal Heath #A0527A
Tints of Royal Heath #A0527A
RGB
CMYK
RGB Variations
Color information
#A0527A (or 0xA0527A) is known color: Royal Heath. HEX triplet: A0, 52 and 7A. RGB value is (160,82,122). Sum of RGB (Red+Green+Blue) = 160+82+122=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A0527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0527A is #5FAD85. Grayscale: #6D6D6D. Windows color (decimal): -6270342 or 8016544. OLE color: 8016544.
HSL color Cylindrical-coordinate representation of color #A0527A: hue angle of 329.23º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0527A is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 82 | 122 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.37 |
| HSL | 329.23º | 0.32% | 0.47% | - |
| HSV(B) | 329.23º | 0.49% | 0.63% | - |
| XYZ | 21.03 | 14.91 | 20.18 | - |
| YUV | 109.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 122 | 0 | 0.49 | 0.24 | 0.37 | 329.23 | 0.32 | 0.47 |
| Hex | A0 | 52 | 7A | 0 | 31 | 18 | 25 | 149 | 20 | 2F |
| Octal | 240 | 122 | 172 | 0 | 61 | 30 | 45 | 511 | 40 | 57 |
| Binary | 10100000 | 1010010 | 1111010 | 0 | 110001 | 11000 | 100101 | 101001001 | 100000 | 101111 |
Color Harmonies of #A0527A
Complementary color
Monochromatic Colors of #A0527A
Black with #A0527A
Text Example
Text Example
White with #A0527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0527A; }
p { color: rgb(160,82,122); }
H1.HeaderClassName
{
color: #A0527A;
}
.AnyTagClassName
{
color: #A0527A;
}
</style>
background-color css
<style>
a { background-color: #A0527A; }
a { background-color: rgb(160,82,122); }
div.DivClassName
{
background-color: #A0527A;
}
.BgClassName
{
background-color: #A0527A;
}
</style>
border-color css
<style>
span { border-color: #A0527A; }
span { border-color: rgb(160,82,122); }
td.TdClassName
{
border-color: #A0527A;
}
.TagClassName
{
border-color: #A0527A;
}
</style>