Shades of Jazzberry Jam #A01352
Tints of Jazzberry Jam #A01352
RGB
CMYK
RGB Variations
Color information
#A01352 (or 0xA01352) is known color: Jazzberry Jam. HEX triplet: A0, 13 and 52. RGB value is (160,19,82). Sum of RGB (Red+Green+Blue) = 160+19+82=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A01352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01352 is #5FECAD. Grayscale: #444444. Windows color (decimal): -6286510 or 5378976. OLE color: 5378976.
HSL color Cylindrical-coordinate representation of color #A01352: hue angle of 333.19º 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 #A01352 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 19 | 82 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.37 |
| HSL | 333.19º | 0.79% | 0.35% | - |
| HSV(B) | 333.19º | 0.88% | 0.63% | - |
| XYZ | 16.25 | 8.55 | 8.78 | - |
| YUV | 68.34 | 135.71 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 82 | 0 | 0.88 | 0.49 | 0.37 | 333.19 | 0.79 | 0.35 |
| Hex | A0 | 13 | 52 | 0 | 58 | 31 | 25 | 14D | 4F | 23 |
| Octal | 240 | 23 | 122 | 0 | 130 | 61 | 45 | 515 | 117 | 43 |
| Binary | 10100000 | 10011 | 1010010 | 0 | 1011000 | 110001 | 100101 | 101001101 | 1001111 | 100011 |
Color Harmonies of #A01352
Complementary color
Monochromatic Colors of #A01352
Black with #A01352
Text Example
Text Example
White with #A01352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01352; }
p { color: rgb(160,19,82); }
H1.HeaderClassName
{
color: #A01352;
}
.AnyTagClassName
{
color: #A01352;
}
</style>
background-color css
<style>
a { background-color: #A01352; }
a { background-color: rgb(160,19,82); }
div.DivClassName
{
background-color: #A01352;
}
.BgClassName
{
background-color: #A01352;
}
</style>
border-color css
<style>
span { border-color: #A01352; }
span { border-color: rgb(160,19,82); }
td.TdClassName
{
border-color: #A01352;
}
.TagClassName
{
border-color: #A01352;
}
</style>