Shades of Jazzberry Jam #A01355
Tints of Jazzberry Jam #A01355
RGB
CMYK
RGB Variations
Color information
#A01355 (or 0xA01355) is known color: Jazzberry Jam. HEX triplet: A0, 13 and 55. RGB value is (160,19,85). Sum of RGB (Red+Green+Blue) = 160+19+85=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A01355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01355 is #5FECAA. Grayscale: #444444. Windows color (decimal): -6286507 or 5575584. OLE color: 5575584.
HSL color Cylindrical-coordinate representation of color #A01355: hue angle of 331.91º 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 #A01355 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 19 | 85 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.37 |
| HSL | 331.91º | 0.79% | 0.35% | - |
| HSV(B) | 331.91º | 0.88% | 0.63% | - |
| XYZ | 16.37 | 8.6 | 9.39 | - |
| YUV | 68.68 | 137.21 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 85 | 0 | 0.88 | 0.47 | 0.37 | 331.91 | 0.79 | 0.35 |
| Hex | A0 | 13 | 55 | 0 | 58 | 2F | 25 | 14C | 4F | 23 |
| Octal | 240 | 23 | 125 | 0 | 130 | 57 | 45 | 514 | 117 | 43 |
| Binary | 10100000 | 10011 | 1010101 | 0 | 1011000 | 101111 | 100101 | 101001100 | 1001111 | 100011 |
Color Harmonies of #A01355
Complementary color
Monochromatic Colors of #A01355
Black with #A01355
Text Example
Text Example
White with #A01355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01355; }
p { color: rgb(160,19,85); }
H1.HeaderClassName
{
color: #A01355;
}
.AnyTagClassName
{
color: #A01355;
}
</style>
background-color css
<style>
a { background-color: #A01355; }
a { background-color: rgb(160,19,85); }
div.DivClassName
{
background-color: #A01355;
}
.BgClassName
{
background-color: #A01355;
}
</style>
border-color css
<style>
span { border-color: #A01355; }
span { border-color: rgb(160,19,85); }
td.TdClassName
{
border-color: #A01355;
}
.TagClassName
{
border-color: #A01355;
}
</style>