Shades of Royal Heath #A7507B
Tints of Royal Heath #A7507B
RGB
CMYK
RGB Variations
Color information
#A7507B (or 0xA7507B) is known color: Royal Heath. HEX triplet: A7, 50 and 7B. RGB value is (167,80,123). Sum of RGB (Red+Green+Blue) = 167+80+123=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A7507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7507B is #58AF84. Grayscale: #6E6E6E. Windows color (decimal): -5812101 or 8081575. OLE color: 8081575.
HSL color Cylindrical-coordinate representation of color #A7507B: hue angle of 330.34º 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 #A7507B is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 80 | 123 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.35 |
| HSL | 330.34º | 0.35% | 0.48% | - |
| HSV(B) | 330.34º | 0.52% | 0.65% | - |
| XYZ | 22.38 | 15.38 | 20.53 | - |
| YUV | 110.92 | 134.82 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 80 | 123 | 0 | 0.52 | 0.26 | 0.35 | 330.34 | 0.35 | 0.48 |
| Hex | A7 | 50 | 7B | 0 | 34 | 1A | 23 | 14A | 23 | 30 |
| Octal | 247 | 120 | 173 | 0 | 64 | 32 | 43 | 512 | 43 | 60 |
| Binary | 10100111 | 1010000 | 1111011 | 0 | 110100 | 11010 | 100011 | 101001010 | 100011 | 110000 |
Color Harmonies of #A7507B
Complementary color
Monochromatic Colors of #A7507B
Black with #A7507B
Text Example
Text Example
White with #A7507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7507B; }
p { color: rgb(167,80,123); }
H1.HeaderClassName
{
color: #A7507B;
}
.AnyTagClassName
{
color: #A7507B;
}
</style>
background-color css
<style>
a { background-color: #A7507B; }
a { background-color: rgb(167,80,123); }
div.DivClassName
{
background-color: #A7507B;
}
.BgClassName
{
background-color: #A7507B;
}
</style>
border-color css
<style>
span { border-color: #A7507B; }
span { border-color: rgb(167,80,123); }
td.TdClassName
{
border-color: #A7507B;
}
.TagClassName
{
border-color: #A7507B;
}
</style>