Shades of Royal Heath #A05178
Tints of Royal Heath #A05178
RGB
CMYK
RGB Variations
Color information
#A05178 (or 0xA05178) is known color: Royal Heath. HEX triplet: A0, 51 and 78. RGB value is (160,81,120). Sum of RGB (Red+Green+Blue) = 160+81+120=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A05178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05178 is #5FAE87. Grayscale: #6C6C6C. Windows color (decimal): -6270600 or 7885216. OLE color: 7885216.
HSL color Cylindrical-coordinate representation of color #A05178: hue angle of 330.38º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05178 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 81 | 120 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.37 |
| HSL | 330.38º | 0.33% | 0.47% | - |
| HSV(B) | 330.38º | 0.49% | 0.63% | - |
| XYZ | 20.83 | 14.71 | 19.51 | - |
| YUV | 109.07 | 134.17 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 120 | 0 | 0.49 | 0.25 | 0.37 | 330.38 | 0.33 | 0.47 |
| Hex | A0 | 51 | 78 | 0 | 31 | 19 | 25 | 14A | 21 | 2F |
| Octal | 240 | 121 | 170 | 0 | 61 | 31 | 45 | 512 | 41 | 57 |
| Binary | 10100000 | 1010001 | 1111000 | 0 | 110001 | 11001 | 100101 | 101001010 | 100001 | 101111 |
Color Harmonies of #A05178
Complementary color
Monochromatic Colors of #A05178
Black with #A05178
Text Example
Text Example
White with #A05178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05178; }
p { color: rgb(160,81,120); }
H1.HeaderClassName
{
color: #A05178;
}
.AnyTagClassName
{
color: #A05178;
}
</style>
background-color css
<style>
a { background-color: #A05178; }
a { background-color: rgb(160,81,120); }
div.DivClassName
{
background-color: #A05178;
}
.BgClassName
{
background-color: #A05178;
}
</style>
border-color css
<style>
span { border-color: #A05178; }
span { border-color: rgb(160,81,120); }
td.TdClassName
{
border-color: #A05178;
}
.TagClassName
{
border-color: #A05178;
}
</style>