Shades of Royal Heath #A4507F
Tints of Royal Heath #A4507F
RGB
CMYK
RGB Variations
Color information
#A4507F (or 0xA4507F) is known color: Royal Heath. HEX triplet: A4, 50 and 7F. RGB value is (164,80,127). Sum of RGB (Red+Green+Blue) = 164+80+127=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4507F is #5BAF80. Grayscale: #6E6E6E. Windows color (decimal): -6008705 or 8343716. OLE color: 8343716.
HSL color Cylindrical-coordinate representation of color #A4507F: hue angle of 326.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4507F is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 80 | 127 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.36 |
| HSL | 326.43º | 0.34% | 0.48% | - |
| HSV(B) | 326.43º | 0.51% | 0.64% | - |
| XYZ | 22.01 | 15.16 | 21.85 | - |
| YUV | 110.47 | 137.33 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 127 | 0 | 0.51 | 0.23 | 0.36 | 326.43 | 0.34 | 0.48 |
| Hex | A4 | 50 | 7F | 0 | 33 | 17 | 24 | 146 | 22 | 30 |
| Octal | 244 | 120 | 177 | 0 | 63 | 27 | 44 | 506 | 42 | 60 |
| Binary | 10100100 | 1010000 | 1111111 | 0 | 110011 | 10111 | 100100 | 101000110 | 100010 | 110000 |
Color Harmonies of #A4507F
Complementary color
Monochromatic Colors of #A4507F
Black with #A4507F
Text Example
Text Example
White with #A4507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4507F; }
p { color: rgb(164,80,127); }
H1.HeaderClassName
{
color: #A4507F;
}
.AnyTagClassName
{
color: #A4507F;
}
</style>
background-color css
<style>
a { background-color: #A4507F; }
a { background-color: rgb(164,80,127); }
div.DivClassName
{
background-color: #A4507F;
}
.BgClassName
{
background-color: #A4507F;
}
</style>
border-color css
<style>
span { border-color: #A4507F; }
span { border-color: rgb(164,80,127); }
td.TdClassName
{
border-color: #A4507F;
}
.TagClassName
{
border-color: #A4507F;
}
</style>