Shades of Royal Heath #A0507A
Tints of Royal Heath #A0507A
RGB
CMYK
RGB Variations
Color information
#A0507A (or 0xA0507A) is known color: Royal Heath. HEX triplet: A0, 50 and 7A. RGB value is (160,80,122). Sum of RGB (Red+Green+Blue) = 160+80+122=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A0507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0507A is #5FAF85. Grayscale: #6C6C6C. Windows color (decimal): -6270854 or 8016032. OLE color: 8016032.
HSL color Cylindrical-coordinate representation of color #A0507A: hue angle of 328.5º 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 #A0507A is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 80 | 122 | - |
| CMYK | 0 | 0.5 | 0.24 | 0.37 |
| HSL | 328.5º | 0.33% | 0.47% | - |
| HSV(B) | 328.5º | 0.5% | 0.63% | - |
| XYZ | 20.88 | 14.62 | 20.13 | - |
| YUV | 108.71 | 135.5 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 122 | 0 | 0.5 | 0.24 | 0.37 | 328.5 | 0.33 | 0.47 |
| Hex | A0 | 50 | 7A | 0 | 32 | 18 | 25 | 148 | 21 | 2F |
| Octal | 240 | 120 | 172 | 0 | 62 | 30 | 45 | 510 | 41 | 57 |
| Binary | 10100000 | 1010000 | 1111010 | 0 | 110010 | 11000 | 100101 | 101001000 | 100001 | 101111 |
Color Harmonies of #A0507A
Complementary color
Monochromatic Colors of #A0507A
Black with #A0507A
Text Example
Text Example
White with #A0507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0507A; }
p { color: rgb(160,80,122); }
H1.HeaderClassName
{
color: #A0507A;
}
.AnyTagClassName
{
color: #A0507A;
}
</style>
background-color css
<style>
a { background-color: #A0507A; }
a { background-color: rgb(160,80,122); }
div.DivClassName
{
background-color: #A0507A;
}
.BgClassName
{
background-color: #A0507A;
}
</style>
border-color css
<style>
span { border-color: #A0507A; }
span { border-color: rgb(160,80,122); }
td.TdClassName
{
border-color: #A0507A;
}
.TagClassName
{
border-color: #A0507A;
}
</style>