Shades of Royal Heath #A65086
Tints of Royal Heath #A65086
RGB
CMYK
RGB Variations
Color information
#A65086 (or 0xA65086) is known color: Royal Heath. HEX triplet: A6, 50 and 86. RGB value is (166,80,134). Sum of RGB (Red+Green+Blue) = 166+80+134=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A65086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65086 is #59AF79. Grayscale: #6F6F6F. Windows color (decimal): -5877626 or 8802470. OLE color: 8802470.
HSL color Cylindrical-coordinate representation of color #A65086: hue angle of 322.33º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A65086 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 134 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.35 |
| HSL | 322.33º | 0.35% | 0.48% | - |
| HSV(B) | 322.33º | 0.52% | 0.65% | - |
| XYZ | 22.9 | 15.57 | 24.35 | - |
| YUV | 111.87 | 140.49 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 134 | 0 | 0.52 | 0.19 | 0.35 | 322.33 | 0.35 | 0.48 |
| Hex | A6 | 50 | 86 | 0 | 34 | 13 | 23 | 142 | 23 | 30 |
| Octal | 246 | 120 | 206 | 0 | 64 | 23 | 43 | 502 | 43 | 60 |
| Binary | 10100110 | 1010000 | 10000110 | 0 | 110100 | 10011 | 100011 | 101000010 | 100011 | 110000 |
Color Harmonies of #A65086
Complementary color
Monochromatic Colors of #A65086
Black with #A65086
Text Example
Text Example
White with #A65086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65086; }
p { color: rgb(166,80,134); }
H1.HeaderClassName
{
color: #A65086;
}
.AnyTagClassName
{
color: #A65086;
}
</style>
background-color css
<style>
a { background-color: #A65086; }
a { background-color: rgb(166,80,134); }
div.DivClassName
{
background-color: #A65086;
}
.BgClassName
{
background-color: #A65086;
}
</style>
border-color css
<style>
span { border-color: #A65086; }
span { border-color: rgb(166,80,134); }
td.TdClassName
{
border-color: #A65086;
}
.TagClassName
{
border-color: #A65086;
}
</style>