Shades of Royal Heath #A0507D
Tints of Royal Heath #A0507D
RGB
CMYK
RGB Variations
Color information
#A0507D (or 0xA0507D) is known color: Royal Heath. HEX triplet: A0, 50 and 7D. RGB value is (160,80,125). Sum of RGB (Red+Green+Blue) = 160+80+125=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A0507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0507D is #5FAF82. Grayscale: #6C6C6C. Windows color (decimal): -6270851 or 8212640. OLE color: 8212640.
HSL color Cylindrical-coordinate representation of color #A0507D: hue angle of 326.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0507D is Cyan = 0, Magento = 0.5, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 80 | 125 | - |
| CMYK | 0 | 0.5 | 0.22 | 0.37 |
| HSL | 326.25º | 0.33% | 0.47% | - |
| HSV(B) | 326.25º | 0.5% | 0.63% | - |
| XYZ | 21.07 | 14.69 | 21.13 | - |
| YUV | 109.05 | 137 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 125 | 0 | 0.5 | 0.22 | 0.37 | 326.25 | 0.33 | 0.47 |
| Hex | A0 | 50 | 7D | 0 | 32 | 16 | 25 | 146 | 21 | 2F |
| Octal | 240 | 120 | 175 | 0 | 62 | 26 | 45 | 506 | 41 | 57 |
| Binary | 10100000 | 1010000 | 1111101 | 0 | 110010 | 10110 | 100101 | 101000110 | 100001 | 101111 |
Color Harmonies of #A0507D
Complementary color
Monochromatic Colors of #A0507D
Black with #A0507D
Text Example
Text Example
White with #A0507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0507D; }
p { color: rgb(160,80,125); }
H1.HeaderClassName
{
color: #A0507D;
}
.AnyTagClassName
{
color: #A0507D;
}
</style>
background-color css
<style>
a { background-color: #A0507D; }
a { background-color: rgb(160,80,125); }
div.DivClassName
{
background-color: #A0507D;
}
.BgClassName
{
background-color: #A0507D;
}
</style>
border-color css
<style>
span { border-color: #A0507D; }
span { border-color: rgb(160,80,125); }
td.TdClassName
{
border-color: #A0507D;
}
.TagClassName
{
border-color: #A0507D;
}
</style>