Shades of Jazzberry Jam #A60051
Tints of Jazzberry Jam #A60051
RGB
CMYK
RGB Variations
Color information
#A60051 (or 0xA60051) is known color: Jazzberry Jam. HEX triplet: A6, 00 and 51. RGB value is (166,0,81). Sum of RGB (Red+Green+Blue) = 166+0+81=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A60051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60051 is #59FFAE. Grayscale: #3A3A3A. Windows color (decimal): -5898159 or 5308582. OLE color: 5308582.
HSL color Cylindrical-coordinate representation of color #A60051: hue angle of 330.72º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60051 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.51 | 0.35 |
| HSL | 330.72º | 1% | 0.33% | - |
| HSV(B) | 330.72º | 1% | 0.65% | - |
| XYZ | 17.21 | 8.7 | 8.56 | - |
| YUV | 58.87 | 140.5 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 81 | 0 | 1 | 0.51 | 0.35 | 330.72 | 1 | 0.33 |
| Hex | A6 | 0 | 51 | 0 | 64 | 33 | 23 | 14B | 64 | 21 |
| Octal | 246 | 0 | 121 | 0 | 144 | 63 | 43 | 513 | 144 | 41 |
| Binary | 10100110 | 0 | 1010001 | 0 | 1100100 | 110011 | 100011 | 101001011 | 1100100 | 100001 |
Color Harmonies of #A60051
Complementary color
Monochromatic Colors of #A60051
Black with #A60051
Text Example
Text Example
White with #A60051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60051; }
p { color: rgb(166,0,81); }
H1.HeaderClassName
{
color: #A60051;
}
.AnyTagClassName
{
color: #A60051;
}
</style>
background-color css
<style>
a { background-color: #A60051; }
a { background-color: rgb(166,0,81); }
div.DivClassName
{
background-color: #A60051;
}
.BgClassName
{
background-color: #A60051;
}
</style>
border-color css
<style>
span { border-color: #A60051; }
span { border-color: rgb(166,0,81); }
td.TdClassName
{
border-color: #A60051;
}
.TagClassName
{
border-color: #A60051;
}
</style>