Shades of Royal Heath #A95073
Tints of Royal Heath #A95073
RGB
CMYK
RGB Variations
Color information
#A95073 (or 0xA95073) is known color: Royal Heath. HEX triplet: A9, 50 and 73. RGB value is (169,80,115). Sum of RGB (Red+Green+Blue) = 169+80+115=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A95073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95073 is #56AF8C. Grayscale: #6E6E6E. Windows color (decimal): -5681037 or 7557289. OLE color: 7557289.
HSL color Cylindrical-coordinate representation of color #A95073: hue angle of 336.4º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A95073 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 80 | 115 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.34 |
| HSL | 336.4º | 0.36% | 0.49% | - |
| HSV(B) | 336.4º | 0.53% | 0.66% | - |
| XYZ | 22.33 | 15.41 | 18.02 | - |
| YUV | 110.6 | 130.49 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 115 | 0 | 0.53 | 0.32 | 0.34 | 336.4 | 0.36 | 0.49 |
| Hex | A9 | 50 | 73 | 0 | 35 | 20 | 22 | 150 | 24 | 31 |
| Octal | 251 | 120 | 163 | 0 | 65 | 40 | 42 | 520 | 44 | 61 |
| Binary | 10101001 | 1010000 | 1110011 | 0 | 110101 | 100000 | 100010 | 101010000 | 100100 | 110001 |
Color Harmonies of #A95073
Complementary color
Monochromatic Colors of #A95073
Black with #A95073
Text Example
Text Example
White with #A95073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95073; }
p { color: rgb(169,80,115); }
H1.HeaderClassName
{
color: #A95073;
}
.AnyTagClassName
{
color: #A95073;
}
</style>
background-color css
<style>
a { background-color: #A95073; }
a { background-color: rgb(169,80,115); }
div.DivClassName
{
background-color: #A95073;
}
.BgClassName
{
background-color: #A95073;
}
</style>
border-color css
<style>
span { border-color: #A95073; }
span { border-color: rgb(169,80,115); }
td.TdClassName
{
border-color: #A95073;
}
.TagClassName
{
border-color: #A95073;
}
</style>