Shades of Royal Heath #A65079
Tints of Royal Heath #A65079
RGB
CMYK
RGB Variations
Color information
#A65079 (or 0xA65079) is known color: Royal Heath. HEX triplet: A6, 50 and 79. RGB value is (166,80,121). Sum of RGB (Red+Green+Blue) = 166+80+121=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A65079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65079 is #59AF86. Grayscale: #6E6E6E. Windows color (decimal): -5877639 or 7950502. OLE color: 7950502.
HSL color Cylindrical-coordinate representation of color #A65079: hue angle of 331.4º 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 #A65079 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 121 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.35 |
| HSL | 331.4º | 0.35% | 0.48% | - |
| HSV(B) | 331.4º | 0.52% | 0.65% | - |
| XYZ | 22.05 | 15.22 | 19.87 | - |
| YUV | 110.39 | 133.99 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 121 | 0 | 0.52 | 0.27 | 0.35 | 331.4 | 0.35 | 0.48 |
| Hex | A6 | 50 | 79 | 0 | 34 | 1B | 23 | 14B | 23 | 30 |
| Octal | 246 | 120 | 171 | 0 | 64 | 33 | 43 | 513 | 43 | 60 |
| Binary | 10100110 | 1010000 | 1111001 | 0 | 110100 | 11011 | 100011 | 101001011 | 100011 | 110000 |
Color Harmonies of #A65079
Complementary color
Monochromatic Colors of #A65079
Black with #A65079
Text Example
Text Example
White with #A65079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65079; }
p { color: rgb(166,80,121); }
H1.HeaderClassName
{
color: #A65079;
}
.AnyTagClassName
{
color: #A65079;
}
</style>
background-color css
<style>
a { background-color: #A65079; }
a { background-color: rgb(166,80,121); }
div.DivClassName
{
background-color: #A65079;
}
.BgClassName
{
background-color: #A65079;
}
</style>
border-color css
<style>
span { border-color: #A65079; }
span { border-color: rgb(166,80,121); }
td.TdClassName
{
border-color: #A65079;
}
.TagClassName
{
border-color: #A65079;
}
</style>