Shades of Royal Heath #A4527A
Tints of Royal Heath #A4527A
RGB
CMYK
RGB Variations
Color information
#A4527A (or 0xA4527A) is known color: Royal Heath. HEX triplet: A4, 52 and 7A. RGB value is (164,82,122). Sum of RGB (Red+Green+Blue) = 164+82+122=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A4527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4527A is #5BAD85. Grayscale: #6E6E6E. Windows color (decimal): -6008198 or 8016548. OLE color: 8016548.
HSL color Cylindrical-coordinate representation of color #A4527A: hue angle of 330.73º 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 #A4527A is Cyan = 0, Magento = 0.5, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 82 | 122 | - |
| CMYK | 0 | 0.5 | 0.26 | 0.36 |
| HSL | 330.73º | 0.33% | 0.48% | - |
| HSV(B) | 330.73º | 0.5% | 0.64% | - |
| XYZ | 21.84 | 15.33 | 20.22 | - |
| YUV | 111.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 122 | 0 | 0.5 | 0.26 | 0.36 | 330.73 | 0.33 | 0.48 |
| Hex | A4 | 52 | 7A | 0 | 32 | 1A | 24 | 14B | 21 | 30 |
| Octal | 244 | 122 | 172 | 0 | 62 | 32 | 44 | 513 | 41 | 60 |
| Binary | 10100100 | 1010010 | 1111010 | 0 | 110010 | 11010 | 100100 | 101001011 | 100001 | 110000 |
Color Harmonies of #A4527A
Complementary color
Monochromatic Colors of #A4527A
Black with #A4527A
Text Example
Text Example
White with #A4527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4527A; }
p { color: rgb(164,82,122); }
H1.HeaderClassName
{
color: #A4527A;
}
.AnyTagClassName
{
color: #A4527A;
}
</style>
background-color css
<style>
a { background-color: #A4527A; }
a { background-color: rgb(164,82,122); }
div.DivClassName
{
background-color: #A4527A;
}
.BgClassName
{
background-color: #A4527A;
}
</style>
border-color css
<style>
span { border-color: #A4527A; }
span { border-color: rgb(164,82,122); }
td.TdClassName
{
border-color: #A4527A;
}
.TagClassName
{
border-color: #A4527A;
}
</style>