Shades of Jazzberry Jam #A01260
Tints of Jazzberry Jam #A01260
RGB
CMYK
RGB Variations
Color information
#A01260 (or 0xA01260) is known color: Jazzberry Jam. HEX triplet: A0, 12 and 60. RGB value is (160,18,96). Sum of RGB (Red+Green+Blue) = 160+18+96=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A01260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01260 is #5FED9F. Grayscale: #454545. Windows color (decimal): -6286752 or 6296224. OLE color: 6296224.
HSL color Cylindrical-coordinate representation of color #A01260: hue angle of 327.04º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01260 is Cyan = 0, Magento = 0.89, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 18 | 96 | - |
| CMYK | 0 | 0.89 | 0.4 | 0.37 |
| HSL | 327.04º | 0.8% | 0.35% | - |
| HSV(B) | 327.04º | 0.89% | 0.63% | - |
| XYZ | 16.82 | 8.75 | 11.87 | - |
| YUV | 69.35 | 143.04 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 96 | 0 | 0.89 | 0.4 | 0.37 | 327.04 | 0.8 | 0.35 |
| Hex | A0 | 12 | 60 | 0 | 59 | 28 | 25 | 147 | 50 | 23 |
| Octal | 240 | 22 | 140 | 0 | 131 | 50 | 45 | 507 | 120 | 43 |
| Binary | 10100000 | 10010 | 1100000 | 0 | 1011001 | 101000 | 100101 | 101000111 | 1010000 | 100011 |
Color Harmonies of #A01260
Complementary color
Monochromatic Colors of #A01260
Black with #A01260
Text Example
Text Example
White with #A01260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01260; }
p { color: rgb(160,18,96); }
H1.HeaderClassName
{
color: #A01260;
}
.AnyTagClassName
{
color: #A01260;
}
</style>
background-color css
<style>
a { background-color: #A01260; }
a { background-color: rgb(160,18,96); }
div.DivClassName
{
background-color: #A01260;
}
.BgClassName
{
background-color: #A01260;
}
</style>
border-color css
<style>
span { border-color: #A01260; }
span { border-color: rgb(160,18,96); }
td.TdClassName
{
border-color: #A01260;
}
.TagClassName
{
border-color: #A01260;
}
</style>