Shades of Royal Heath #A65482
Tints of Royal Heath #A65482
RGB
CMYK
RGB Variations
Color information
#A65482 (or 0xA65482) is known color: Royal Heath. HEX triplet: A6, 54 and 82. RGB value is (166,84,130). Sum of RGB (Red+Green+Blue) = 166+84+130=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A65482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65482 is #59AB7D. Grayscale: #717171. Windows color (decimal): -5876606 or 8541350. OLE color: 8541350.
HSL color Cylindrical-coordinate representation of color #A65482: hue angle of 326.34º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65482 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 84 | 130 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.35 |
| HSL | 326.34º | 0.33% | 0.49% | - |
| HSV(B) | 326.34º | 0.49% | 0.65% | - |
| XYZ | 22.93 | 16.06 | 23.01 | - |
| YUV | 113.76 | 137.17 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 130 | 0 | 0.49 | 0.22 | 0.35 | 326.34 | 0.33 | 0.49 |
| Hex | A6 | 54 | 82 | 0 | 31 | 16 | 23 | 146 | 21 | 31 |
| Octal | 246 | 124 | 202 | 0 | 61 | 26 | 43 | 506 | 41 | 61 |
| Binary | 10100110 | 1010100 | 10000010 | 0 | 110001 | 10110 | 100011 | 101000110 | 100001 | 110001 |
Color Harmonies of #A65482
Complementary color
Monochromatic Colors of #A65482
Black with #A65482
Text Example
Text Example
White with #A65482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65482; }
p { color: rgb(166,84,130); }
H1.HeaderClassName
{
color: #A65482;
}
.AnyTagClassName
{
color: #A65482;
}
</style>
background-color css
<style>
a { background-color: #A65482; }
a { background-color: rgb(166,84,130); }
div.DivClassName
{
background-color: #A65482;
}
.BgClassName
{
background-color: #A65482;
}
</style>
border-color css
<style>
span { border-color: #A65482; }
span { border-color: rgb(166,84,130); }
td.TdClassName
{
border-color: #A65482;
}
.TagClassName
{
border-color: #A65482;
}
</style>