Shades of Royal Heath #A65481
Tints of Royal Heath #A65481
RGB
CMYK
RGB Variations
Color information
#A65481 (or 0xA65481) is known color: Royal Heath. HEX triplet: A6, 54 and 81. RGB value is (166,84,129). Sum of RGB (Red+Green+Blue) = 166+84+129=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A65481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65481 is #59AB7E. Grayscale: #717171. Windows color (decimal): -5876607 or 8475814. OLE color: 8475814.
HSL color Cylindrical-coordinate representation of color #A65481: hue angle of 327.07º 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 #A65481 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 84 | 129 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.35 |
| HSL | 327.07º | 0.33% | 0.49% | - |
| HSV(B) | 327.07º | 0.49% | 0.65% | - |
| XYZ | 22.86 | 16.03 | 22.66 | - |
| YUV | 113.65 | 136.67 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 129 | 0 | 0.49 | 0.22 | 0.35 | 327.07 | 0.33 | 0.49 |
| Hex | A6 | 54 | 81 | 0 | 31 | 16 | 23 | 147 | 21 | 31 |
| Octal | 246 | 124 | 201 | 0 | 61 | 26 | 43 | 507 | 41 | 61 |
| Binary | 10100110 | 1010100 | 10000001 | 0 | 110001 | 10110 | 100011 | 101000111 | 100001 | 110001 |
Color Harmonies of #A65481
Complementary color
Monochromatic Colors of #A65481
Black with #A65481
Text Example
Text Example
White with #A65481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65481; }
p { color: rgb(166,84,129); }
H1.HeaderClassName
{
color: #A65481;
}
.AnyTagClassName
{
color: #A65481;
}
</style>
background-color css
<style>
a { background-color: #A65481; }
a { background-color: rgb(166,84,129); }
div.DivClassName
{
background-color: #A65481;
}
.BgClassName
{
background-color: #A65481;
}
</style>
border-color css
<style>
span { border-color: #A65481; }
span { border-color: rgb(166,84,129); }
td.TdClassName
{
border-color: #A65481;
}
.TagClassName
{
border-color: #A65481;
}
</style>