Shades of Jazzberry Jam #A00B5B
Tints of Jazzberry Jam #A00B5B
RGB
CMYK
RGB Variations
Color information
#A00B5B (or 0xA00B5B) is known color: Jazzberry Jam. HEX triplet: A0, 0B and 5B. RGB value is (160,11,91). Sum of RGB (Red+Green+Blue) = 160+11+91=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00B5B is #5FF4A4. Grayscale: #404040. Windows color (decimal): -6288549 or 5966752. OLE color: 5966752.
HSL color Cylindrical-coordinate representation of color #A00B5B: hue angle of 327.79º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00B5B is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 11 | 91 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.37 |
| HSL | 327.79º | 0.87% | 0.34% | - |
| HSV(B) | 327.79º | 0.93% | 0.63% | - |
| XYZ | 16.51 | 8.47 | 10.66 | - |
| YUV | 64.67 | 142.86 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 91 | 0 | 0.93 | 0.43 | 0.37 | 327.79 | 0.87 | 0.34 |
| Hex | A0 | B | 5B | 0 | 5D | 2B | 25 | 148 | 57 | 22 |
| Octal | 240 | 13 | 133 | 0 | 135 | 53 | 45 | 510 | 127 | 42 |
| Binary | 10100000 | 1011 | 1011011 | 0 | 1011101 | 101011 | 100101 | 101001000 | 1010111 | 100010 |
Color Harmonies of #A00B5B
Complementary color
Monochromatic Colors of #A00B5B
Black with #A00B5B
Text Example
Text Example
White with #A00B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00B5B; }
p { color: rgb(160,11,91); }
H1.HeaderClassName
{
color: #A00B5B;
}
.AnyTagClassName
{
color: #A00B5B;
}
</style>
background-color css
<style>
a { background-color: #A00B5B; }
a { background-color: rgb(160,11,91); }
div.DivClassName
{
background-color: #A00B5B;
}
.BgClassName
{
background-color: #A00B5B;
}
</style>
border-color css
<style>
span { border-color: #A00B5B; }
span { border-color: rgb(160,11,91); }
td.TdClassName
{
border-color: #A00B5B;
}
.TagClassName
{
border-color: #A00B5B;
}
</style>