Shades of Royal Heath #A95582
Tints of Royal Heath #A95582
RGB
CMYK
RGB Variations
Color information
#A95582 (or 0xA95582) is known color: Royal Heath. HEX triplet: A9, 55 and 82. RGB value is (169,85,130). Sum of RGB (Red+Green+Blue) = 169+85+130=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A95582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95582 is #56AA7D. Grayscale: #737373. Windows color (decimal): -5679742 or 8541609. OLE color: 8541609.
HSL color Cylindrical-coordinate representation of color #A95582: hue angle of 327.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A95582 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 85 | 130 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.34 |
| HSL | 327.86º | 0.33% | 0.5% | - |
| HSV(B) | 327.86º | 0.5% | 0.66% | - |
| XYZ | 23.64 | 16.54 | 23.07 | - |
| YUV | 115.25 | 136.33 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 85 | 130 | 0 | 0.50 | 0.23 | 0.34 | 327.86 | 0.33 | 0.5 |
| Hex | A9 | 55 | 82 | 0 | 32 | 17 | 22 | 148 | 21 | 32 |
| Octal | 251 | 125 | 202 | 0 | 62 | 27 | 42 | 510 | 41 | 62 |
| Binary | 10101001 | 1010101 | 10000010 | 0 | 110010 | 10111 | 100010 | 101001000 | 100001 | 110010 |
Color Harmonies of #A95582
Complementary color
Monochromatic Colors of #A95582
Black with #A95582
Text Example
Text Example
White with #A95582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95582; }
p { color: rgb(169,85,130); }
H1.HeaderClassName
{
color: #A95582;
}
.AnyTagClassName
{
color: #A95582;
}
</style>
background-color css
<style>
a { background-color: #A95582; }
a { background-color: rgb(169,85,130); }
div.DivClassName
{
background-color: #A95582;
}
.BgClassName
{
background-color: #A95582;
}
</style>
border-color css
<style>
span { border-color: #A95582; }
span { border-color: rgb(169,85,130); }
td.TdClassName
{
border-color: #A95582;
}
.TagClassName
{
border-color: #A95582;
}
</style>