Shades of Royal Heath #A15178
Tints of Royal Heath #A15178
RGB
CMYK
RGB Variations
Color information
#A15178 (or 0xA15178) is known color: Royal Heath. HEX triplet: A1, 51 and 78. RGB value is (161,81,120). Sum of RGB (Red+Green+Blue) = 161+81+120=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A15178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15178 is #5EAE87. Grayscale: #6D6D6D. Windows color (decimal): -6205064 or 7885217. OLE color: 7885217.
HSL color Cylindrical-coordinate representation of color #A15178: hue angle of 330.75º 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 #A15178 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 120 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.37 |
| HSL | 330.75º | 0.33% | 0.47% | - |
| HSV(B) | 330.75º | 0.5% | 0.63% | - |
| XYZ | 21.03 | 14.82 | 19.52 | - |
| YUV | 109.37 | 134 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 120 | 0 | 0.50 | 0.25 | 0.37 | 330.75 | 0.33 | 0.47 |
| Hex | A1 | 51 | 78 | 0 | 32 | 19 | 25 | 14B | 21 | 2F |
| Octal | 241 | 121 | 170 | 0 | 62 | 31 | 45 | 513 | 41 | 57 |
| Binary | 10100001 | 1010001 | 1111000 | 0 | 110010 | 11001 | 100101 | 101001011 | 100001 | 101111 |
Color Harmonies of #A15178
Complementary color
Monochromatic Colors of #A15178
Black with #A15178
Text Example
Text Example
White with #A15178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15178; }
p { color: rgb(161,81,120); }
H1.HeaderClassName
{
color: #A15178;
}
.AnyTagClassName
{
color: #A15178;
}
</style>
background-color css
<style>
a { background-color: #A15178; }
a { background-color: rgb(161,81,120); }
div.DivClassName
{
background-color: #A15178;
}
.BgClassName
{
background-color: #A15178;
}
</style>
border-color css
<style>
span { border-color: #A15178; }
span { border-color: rgb(161,81,120); }
td.TdClassName
{
border-color: #A15178;
}
.TagClassName
{
border-color: #A15178;
}
</style>