Shades of Jazzberry Jam #A11360
Tints of Jazzberry Jam #A11360
RGB
CMYK
RGB Variations
Color information
#A11360 (or 0xA11360) is known color: Jazzberry Jam. HEX triplet: A1, 13 and 60. RGB value is (161,19,96). Sum of RGB (Red+Green+Blue) = 161+19+96=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A11360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11360 is #5EEC9F. Grayscale: #464646. Windows color (decimal): -6220960 or 6296481. OLE color: 6296481.
HSL color Cylindrical-coordinate representation of color #A11360: hue angle of 327.46º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11360 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 96 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.37 |
| HSL | 327.46º | 0.79% | 0.35% | - |
| HSV(B) | 327.46º | 0.88% | 0.63% | - |
| XYZ | 17.04 | 8.89 | 11.88 | - |
| YUV | 70.24 | 142.54 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 96 | 0 | 0.88 | 0.40 | 0.37 | 327.46 | 0.79 | 0.35 |
| Hex | A1 | 13 | 60 | 0 | 58 | 28 | 25 | 147 | 4F | 23 |
| Octal | 241 | 23 | 140 | 0 | 130 | 50 | 45 | 507 | 117 | 43 |
| Binary | 10100001 | 10011 | 1100000 | 0 | 1011000 | 101000 | 100101 | 101000111 | 1001111 | 100011 |
Color Harmonies of #A11360
Complementary color
Monochromatic Colors of #A11360
Black with #A11360
Text Example
Text Example
White with #A11360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11360; }
p { color: rgb(161,19,96); }
H1.HeaderClassName
{
color: #A11360;
}
.AnyTagClassName
{
color: #A11360;
}
</style>
background-color css
<style>
a { background-color: #A11360; }
a { background-color: rgb(161,19,96); }
div.DivClassName
{
background-color: #A11360;
}
.BgClassName
{
background-color: #A11360;
}
</style>
border-color css
<style>
span { border-color: #A11360; }
span { border-color: rgb(161,19,96); }
td.TdClassName
{
border-color: #A11360;
}
.TagClassName
{
border-color: #A11360;
}
</style>