Shades of Jazzberry Jam #A60558
Tints of Jazzberry Jam #A60558
RGB
CMYK
RGB Variations
Color information
#A60558 (or 0xA60558) is known color: Jazzberry Jam. HEX triplet: A6, 05 and 58. RGB value is (166,5,88). Sum of RGB (Red+Green+Blue) = 166+5+88=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A60558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60558 is #59FAA7. Grayscale: #3E3E3E. Windows color (decimal): -5896872 or 5768614. OLE color: 5768614.
HSL color Cylindrical-coordinate representation of color #A60558: hue angle of 329.07º 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 #A60558 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 5 | 88 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.35 |
| HSL | 329.07º | 0.94% | 0.34% | - |
| HSV(B) | 329.07º | 0.97% | 0.65% | - |
| XYZ | 17.54 | 8.92 | 10.03 | - |
| YUV | 62.6 | 142.34 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 88 | 0 | 0.97 | 0.47 | 0.35 | 329.07 | 0.94 | 0.34 |
| Hex | A6 | 5 | 58 | 0 | 61 | 2F | 23 | 149 | 5E | 22 |
| Octal | 246 | 5 | 130 | 0 | 141 | 57 | 43 | 511 | 136 | 42 |
| Binary | 10100110 | 101 | 1011000 | 0 | 1100001 | 101111 | 100011 | 101001001 | 1011110 | 100010 |
Color Harmonies of #A60558
Complementary color
Monochromatic Colors of #A60558
Black with #A60558
Text Example
Text Example
White with #A60558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60558; }
p { color: rgb(166,5,88); }
H1.HeaderClassName
{
color: #A60558;
}
.AnyTagClassName
{
color: #A60558;
}
</style>
background-color css
<style>
a { background-color: #A60558; }
a { background-color: rgb(166,5,88); }
div.DivClassName
{
background-color: #A60558;
}
.BgClassName
{
background-color: #A60558;
}
</style>
border-color css
<style>
span { border-color: #A60558; }
span { border-color: rgb(166,5,88); }
td.TdClassName
{
border-color: #A60558;
}
.TagClassName
{
border-color: #A60558;
}
</style>