Shades of Royal Heath #A7507A
Tints of Royal Heath #A7507A
RGB
CMYK
RGB Variations
Color information
#A7507A (or 0xA7507A) is known color: Royal Heath. HEX triplet: A7, 50 and 7A. RGB value is (167,80,122). Sum of RGB (Red+Green+Blue) = 167+80+122=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A7507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7507A is #58AF85. Grayscale: #6E6E6E. Windows color (decimal): -5812102 or 8016039. OLE color: 8016039.
HSL color Cylindrical-coordinate representation of color #A7507A: hue angle of 331.03º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A7507A is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 80 | 122 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.35 |
| HSL | 331.03º | 0.35% | 0.48% | - |
| HSV(B) | 331.03º | 0.52% | 0.65% | - |
| XYZ | 22.32 | 15.36 | 20.2 | - |
| YUV | 110.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 80 | 122 | 0 | 0.52 | 0.27 | 0.35 | 331.03 | 0.35 | 0.48 |
| Hex | A7 | 50 | 7A | 0 | 34 | 1B | 23 | 14B | 23 | 30 |
| Octal | 247 | 120 | 172 | 0 | 64 | 33 | 43 | 513 | 43 | 60 |
| Binary | 10100111 | 1010000 | 1111010 | 0 | 110100 | 11011 | 100011 | 101001011 | 100011 | 110000 |
Color Harmonies of #A7507A
Complementary color
Monochromatic Colors of #A7507A
Black with #A7507A
Text Example
Text Example
White with #A7507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7507A; }
p { color: rgb(167,80,122); }
H1.HeaderClassName
{
color: #A7507A;
}
.AnyTagClassName
{
color: #A7507A;
}
</style>
background-color css
<style>
a { background-color: #A7507A; }
a { background-color: rgb(167,80,122); }
div.DivClassName
{
background-color: #A7507A;
}
.BgClassName
{
background-color: #A7507A;
}
</style>
border-color css
<style>
span { border-color: #A7507A; }
span { border-color: rgb(167,80,122); }
td.TdClassName
{
border-color: #A7507A;
}
.TagClassName
{
border-color: #A7507A;
}
</style>