Shades of Royal Heath #A65075
Tints of Royal Heath #A65075
RGB
CMYK
RGB Variations
Color information
#A65075 (or 0xA65075) is known color: Royal Heath. HEX triplet: A6, 50 and 75. RGB value is (166,80,117). Sum of RGB (Red+Green+Blue) = 166+80+117=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A65075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65075 is #59AF8A. Grayscale: #6D6D6D. Windows color (decimal): -5877643 or 7688358. OLE color: 7688358.
HSL color Cylindrical-coordinate representation of color #A65075: hue angle of 334.19º 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 #A65075 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 117 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.35 |
| HSL | 334.19º | 0.35% | 0.48% | - |
| HSV(B) | 334.19º | 0.52% | 0.65% | - |
| XYZ | 21.81 | 15.13 | 18.6 | - |
| YUV | 109.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 117 | 0 | 0.52 | 0.30 | 0.35 | 334.19 | 0.35 | 0.48 |
| Hex | A6 | 50 | 75 | 0 | 34 | 1E | 23 | 14E | 23 | 30 |
| Octal | 246 | 120 | 165 | 0 | 64 | 36 | 43 | 516 | 43 | 60 |
| Binary | 10100110 | 1010000 | 1110101 | 0 | 110100 | 11110 | 100011 | 101001110 | 100011 | 110000 |
Color Harmonies of #A65075
Complementary color
Monochromatic Colors of #A65075
Black with #A65075
Text Example
Text Example
White with #A65075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65075; }
p { color: rgb(166,80,117); }
H1.HeaderClassName
{
color: #A65075;
}
.AnyTagClassName
{
color: #A65075;
}
</style>
background-color css
<style>
a { background-color: #A65075; }
a { background-color: rgb(166,80,117); }
div.DivClassName
{
background-color: #A65075;
}
.BgClassName
{
background-color: #A65075;
}
</style>
border-color css
<style>
span { border-color: #A65075; }
span { border-color: rgb(166,80,117); }
td.TdClassName
{
border-color: #A65075;
}
.TagClassName
{
border-color: #A65075;
}
</style>