Shades of Jazzberry Jam #A60159
Tints of Jazzberry Jam #A60159
RGB
CMYK
RGB Variations
Color information
#A60159 (or 0xA60159) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 59. RGB value is (166,1,89). Sum of RGB (Red+Green+Blue) = 166+1+89=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A60159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60159 is #59FEA6. Grayscale: #3C3C3C. Windows color (decimal): -5897895 or 5833126. OLE color: 5833126.
HSL color Cylindrical-coordinate representation of color #A60159: hue angle of 328º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60159 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.35 |
| HSL | 328º | 0.99% | 0.33% | - |
| HSV(B) | 328º | 0.99% | 0.65% | - |
| XYZ | 17.54 | 8.85 | 10.23 | - |
| YUV | 60.37 | 144.16 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 89 | 0 | 0.99 | 0.46 | 0.35 | 328 | 0.99 | 0.33 |
| Hex | A6 | 1 | 59 | 0 | 63 | 2E | 23 | 148 | 63 | 21 |
| Octal | 246 | 1 | 131 | 0 | 143 | 56 | 43 | 510 | 143 | 41 |
| Binary | 10100110 | 1 | 1011001 | 0 | 1100011 | 101110 | 100011 | 101001000 | 1100011 | 100001 |
Color Harmonies of #A60159
Complementary color
Monochromatic Colors of #A60159
Black with #A60159
Text Example
Text Example
White with #A60159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60159; }
p { color: rgb(166,1,89); }
H1.HeaderClassName
{
color: #A60159;
}
.AnyTagClassName
{
color: #A60159;
}
</style>
background-color css
<style>
a { background-color: #A60159; }
a { background-color: rgb(166,1,89); }
div.DivClassName
{
background-color: #A60159;
}
.BgClassName
{
background-color: #A60159;
}
</style>
border-color css
<style>
span { border-color: #A60159; }
span { border-color: rgb(166,1,89); }
td.TdClassName
{
border-color: #A60159;
}
.TagClassName
{
border-color: #A60159;
}
</style>