Shades of Royal Heath #A4527D
Tints of Royal Heath #A4527D
RGB
CMYK
RGB Variations
Color information
#A4527D (or 0xA4527D) is known color: Royal Heath. HEX triplet: A4, 52 and 7D. RGB value is (164,82,125). Sum of RGB (Red+Green+Blue) = 164+82+125=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4527D is #5BAD82. Grayscale: #6F6F6F. Windows color (decimal): -6008195 or 8213156. OLE color: 8213156.
HSL color Cylindrical-coordinate representation of color #A4527D: hue angle of 328.54º 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 #A4527D is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 82 | 125 | - |
| CMYK | 0 | 0.5 | 0.24 | 0.36 |
| HSL | 328.54º | 0.33% | 0.48% | - |
| HSV(B) | 328.54º | 0.5% | 0.64% | - |
| XYZ | 22.03 | 15.41 | 21.21 | - |
| YUV | 111.42 | 135.67 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 125 | 0 | 0.5 | 0.24 | 0.36 | 328.54 | 0.33 | 0.48 |
| Hex | A4 | 52 | 7D | 0 | 32 | 18 | 24 | 149 | 21 | 30 |
| Octal | 244 | 122 | 175 | 0 | 62 | 30 | 44 | 511 | 41 | 60 |
| Binary | 10100100 | 1010010 | 1111101 | 0 | 110010 | 11000 | 100100 | 101001001 | 100001 | 110000 |
Color Harmonies of #A4527D
Complementary color
Monochromatic Colors of #A4527D
Black with #A4527D
Text Example
Text Example
White with #A4527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4527D; }
p { color: rgb(164,82,125); }
H1.HeaderClassName
{
color: #A4527D;
}
.AnyTagClassName
{
color: #A4527D;
}
</style>
background-color css
<style>
a { background-color: #A4527D; }
a { background-color: rgb(164,82,125); }
div.DivClassName
{
background-color: #A4527D;
}
.BgClassName
{
background-color: #A4527D;
}
</style>
border-color css
<style>
span { border-color: #A4527D; }
span { border-color: rgb(164,82,125); }
td.TdClassName
{
border-color: #A4527D;
}
.TagClassName
{
border-color: #A4527D;
}
</style>