Shades of Jazzberry Jam #A11357
Tints of Jazzberry Jam #A11357
RGB
CMYK
RGB Variations
Color information
#A11357 (or 0xA11357) is known color: Jazzberry Jam. HEX triplet: A1, 13 and 57. RGB value is (161,19,87). Sum of RGB (Red+Green+Blue) = 161+19+87=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A11357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11357 is #5EECA8. Grayscale: #454545. Windows color (decimal): -6220969 or 5706657. OLE color: 5706657.
HSL color Cylindrical-coordinate representation of color #A11357: hue angle of 331.27º 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 #A11357 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 87 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.37 |
| HSL | 331.27º | 0.79% | 0.35% | - |
| HSV(B) | 331.27º | 0.88% | 0.63% | - |
| XYZ | 16.65 | 8.73 | 9.82 | - |
| YUV | 69.21 | 138.04 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 87 | 0 | 0.88 | 0.46 | 0.37 | 331.27 | 0.79 | 0.35 |
| Hex | A1 | 13 | 57 | 0 | 58 | 2E | 25 | 14B | 4F | 23 |
| Octal | 241 | 23 | 127 | 0 | 130 | 56 | 45 | 513 | 117 | 43 |
| Binary | 10100001 | 10011 | 1010111 | 0 | 1011000 | 101110 | 100101 | 101001011 | 1001111 | 100011 |
Color Harmonies of #A11357
Complementary color
Monochromatic Colors of #A11357
Black with #A11357
Text Example
Text Example
White with #A11357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11357; }
p { color: rgb(161,19,87); }
H1.HeaderClassName
{
color: #A11357;
}
.AnyTagClassName
{
color: #A11357;
}
</style>
background-color css
<style>
a { background-color: #A11357; }
a { background-color: rgb(161,19,87); }
div.DivClassName
{
background-color: #A11357;
}
.BgClassName
{
background-color: #A11357;
}
</style>
border-color css
<style>
span { border-color: #A11357; }
span { border-color: rgb(161,19,87); }
td.TdClassName
{
border-color: #A11357;
}
.TagClassName
{
border-color: #A11357;
}
</style>