Shades of Jazzberry Jam #A60554
Tints of Jazzberry Jam #A60554
RGB
CMYK
RGB Variations
Color information
#A60554 (or 0xA60554) is known color: Jazzberry Jam. HEX triplet: A6, 05 and 54. RGB value is (166,5,84). Sum of RGB (Red+Green+Blue) = 166+5+84=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A60554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60554 is #59FAAB. Grayscale: #3D3D3D. Windows color (decimal): -5896876 or 5506470. OLE color: 5506470.
HSL color Cylindrical-coordinate representation of color #A60554: hue angle of 330.56º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A60554 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 5 | 84 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.35 |
| HSL | 330.56º | 0.94% | 0.34% | - |
| HSV(B) | 330.56º | 0.97% | 0.65% | - |
| XYZ | 17.38 | 8.86 | 9.18 | - |
| YUV | 62.15 | 140.34 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 84 | 0 | 0.97 | 0.49 | 0.35 | 330.56 | 0.94 | 0.34 |
| Hex | A6 | 5 | 54 | 0 | 61 | 31 | 23 | 14B | 5E | 22 |
| Octal | 246 | 5 | 124 | 0 | 141 | 61 | 43 | 513 | 136 | 42 |
| Binary | 10100110 | 101 | 1010100 | 0 | 1100001 | 110001 | 100011 | 101001011 | 1011110 | 100010 |
Color Harmonies of #A60554
Complementary color
Monochromatic Colors of #A60554
Black with #A60554
Text Example
Text Example
White with #A60554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60554; }
p { color: rgb(166,5,84); }
H1.HeaderClassName
{
color: #A60554;
}
.AnyTagClassName
{
color: #A60554;
}
</style>
background-color css
<style>
a { background-color: #A60554; }
a { background-color: rgb(166,5,84); }
div.DivClassName
{
background-color: #A60554;
}
.BgClassName
{
background-color: #A60554;
}
</style>
border-color css
<style>
span { border-color: #A60554; }
span { border-color: rgb(166,5,84); }
td.TdClassName
{
border-color: #A60554;
}
.TagClassName
{
border-color: #A60554;
}
</style>