Shades of Royal Heath #A95482
Tints of Royal Heath #A95482
RGB
CMYK
RGB Variations
Color information
#A95482 (or 0xA95482) is known color: Royal Heath. HEX triplet: A9, 54 and 82. RGB value is (169,84,130). Sum of RGB (Red+Green+Blue) = 169+84+130=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A95482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95482 is #56AB7D. Grayscale: #727272. Windows color (decimal): -5679998 or 8541353. OLE color: 8541353.
HSL color Cylindrical-coordinate representation of color #A95482: hue angle of 327.53º degrees, saturation: 0.34, 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 #A95482 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 84 | 130 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.34 |
| HSL | 327.53º | 0.34% | 0.5% | - |
| HSV(B) | 327.53º | 0.5% | 0.66% | - |
| XYZ | 23.56 | 16.39 | 23.04 | - |
| YUV | 114.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 130 | 0 | 0.50 | 0.23 | 0.34 | 327.53 | 0.34 | 0.5 |
| Hex | A9 | 54 | 82 | 0 | 32 | 17 | 22 | 148 | 22 | 32 |
| Octal | 251 | 124 | 202 | 0 | 62 | 27 | 42 | 510 | 42 | 62 |
| Binary | 10101001 | 1010100 | 10000010 | 0 | 110010 | 10111 | 100010 | 101001000 | 100010 | 110010 |
Color Harmonies of #A95482
Complementary color
Monochromatic Colors of #A95482
Black with #A95482
Text Example
Text Example
White with #A95482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95482; }
p { color: rgb(169,84,130); }
H1.HeaderClassName
{
color: #A95482;
}
.AnyTagClassName
{
color: #A95482;
}
</style>
background-color css
<style>
a { background-color: #A95482; }
a { background-color: rgb(169,84,130); }
div.DivClassName
{
background-color: #A95482;
}
.BgClassName
{
background-color: #A95482;
}
</style>
border-color css
<style>
span { border-color: #A95482; }
span { border-color: rgb(169,84,130); }
td.TdClassName
{
border-color: #A95482;
}
.TagClassName
{
border-color: #A95482;
}
</style>