Shades of Royal Heath #A4507E
Tints of Royal Heath #A4507E
RGB
CMYK
RGB Variations
Color information
#A4507E (or 0xA4507E) is known color: Royal Heath. HEX triplet: A4, 50 and 7E. RGB value is (164,80,126). Sum of RGB (Red+Green+Blue) = 164+80+126=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4507E is #5BAF81. Grayscale: #6E6E6E. Windows color (decimal): -6008706 or 8278180. OLE color: 8278180.
HSL color Cylindrical-coordinate representation of color #A4507E: hue angle of 327.14º 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 #A4507E is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 80 | 126 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.36 |
| HSL | 327.14º | 0.34% | 0.48% | - |
| HSV(B) | 327.14º | 0.51% | 0.64% | - |
| XYZ | 21.94 | 15.14 | 21.5 | - |
| YUV | 110.36 | 136.83 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 126 | 0 | 0.51 | 0.23 | 0.36 | 327.14 | 0.34 | 0.48 |
| Hex | A4 | 50 | 7E | 0 | 33 | 17 | 24 | 147 | 22 | 30 |
| Octal | 244 | 120 | 176 | 0 | 63 | 27 | 44 | 507 | 42 | 60 |
| Binary | 10100100 | 1010000 | 1111110 | 0 | 110011 | 10111 | 100100 | 101000111 | 100010 | 110000 |
Color Harmonies of #A4507E
Complementary color
Monochromatic Colors of #A4507E
Black with #A4507E
Text Example
Text Example
White with #A4507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4507E; }
p { color: rgb(164,80,126); }
H1.HeaderClassName
{
color: #A4507E;
}
.AnyTagClassName
{
color: #A4507E;
}
</style>
background-color css
<style>
a { background-color: #A4507E; }
a { background-color: rgb(164,80,126); }
div.DivClassName
{
background-color: #A4507E;
}
.BgClassName
{
background-color: #A4507E;
}
</style>
border-color css
<style>
span { border-color: #A4507E; }
span { border-color: rgb(164,80,126); }
td.TdClassName
{
border-color: #A4507E;
}
.TagClassName
{
border-color: #A4507E;
}
</style>