Shades of Royal Heath #A4517B
Tints of Royal Heath #A4517B
RGB
CMYK
RGB Variations
Color information
#A4517B (or 0xA4517B) is known color: Royal Heath. HEX triplet: A4, 51 and 7B. RGB value is (164,81,123). Sum of RGB (Red+Green+Blue) = 164+81+123=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A4517B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4517B is #5BAE84. Grayscale: #6E6E6E. Windows color (decimal): -6008453 or 8081828. OLE color: 8081828.
HSL color Cylindrical-coordinate representation of color #A4517B: hue angle of 329.64º 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 #A4517B is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 81 | 123 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.36 |
| HSL | 329.64º | 0.34% | 0.48% | - |
| HSV(B) | 329.64º | 0.51% | 0.64% | - |
| XYZ | 21.83 | 15.21 | 20.52 | - |
| YUV | 110.61 | 135 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 123 | 0 | 0.51 | 0.25 | 0.36 | 329.64 | 0.34 | 0.48 |
| Hex | A4 | 51 | 7B | 0 | 33 | 19 | 24 | 14A | 22 | 30 |
| Octal | 244 | 121 | 173 | 0 | 63 | 31 | 44 | 512 | 42 | 60 |
| Binary | 10100100 | 1010001 | 1111011 | 0 | 110011 | 11001 | 100100 | 101001010 | 100010 | 110000 |
Color Harmonies of #A4517B
Complementary color
Monochromatic Colors of #A4517B
Black with #A4517B
Text Example
Text Example
White with #A4517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4517B; }
p { color: rgb(164,81,123); }
H1.HeaderClassName
{
color: #A4517B;
}
.AnyTagClassName
{
color: #A4517B;
}
</style>
background-color css
<style>
a { background-color: #A4517B; }
a { background-color: rgb(164,81,123); }
div.DivClassName
{
background-color: #A4517B;
}
.BgClassName
{
background-color: #A4517B;
}
</style>
border-color css
<style>
span { border-color: #A4517B; }
span { border-color: rgb(164,81,123); }
td.TdClassName
{
border-color: #A4517B;
}
.TagClassName
{
border-color: #A4517B;
}
</style>