Shades of Jazzberry Jam #A00B5D
Tints of Jazzberry Jam #A00B5D
RGB
CMYK
RGB Variations
Color information
#A00B5D (or 0xA00B5D) is known color: Jazzberry Jam. HEX triplet: A0, 0B and 5D. RGB value is (160,11,93). Sum of RGB (Red+Green+Blue) = 160+11+93=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00B5D is #5FF4A2. Grayscale: #404040. Windows color (decimal): -6288547 or 6097824. OLE color: 6097824.
HSL color Cylindrical-coordinate representation of color #A00B5D: hue angle of 326.98º 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 #A00B5D is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 11 | 93 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.37 |
| HSL | 326.98º | 0.87% | 0.34% | - |
| HSV(B) | 326.98º | 0.93% | 0.63% | - |
| XYZ | 16.59 | 8.5 | 11.12 | - |
| YUV | 64.9 | 143.86 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 93 | 0 | 0.93 | 0.42 | 0.37 | 326.98 | 0.87 | 0.34 |
| Hex | A0 | B | 5D | 0 | 5D | 2A | 25 | 147 | 57 | 22 |
| Octal | 240 | 13 | 135 | 0 | 135 | 52 | 45 | 507 | 127 | 42 |
| Binary | 10100000 | 1011 | 1011101 | 0 | 1011101 | 101010 | 100101 | 101000111 | 1010111 | 100010 |
Color Harmonies of #A00B5D
Complementary color
Monochromatic Colors of #A00B5D
Black with #A00B5D
Text Example
Text Example
White with #A00B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00B5D; }
p { color: rgb(160,11,93); }
H1.HeaderClassName
{
color: #A00B5D;
}
.AnyTagClassName
{
color: #A00B5D;
}
</style>
background-color css
<style>
a { background-color: #A00B5D; }
a { background-color: rgb(160,11,93); }
div.DivClassName
{
background-color: #A00B5D;
}
.BgClassName
{
background-color: #A00B5D;
}
</style>
border-color css
<style>
span { border-color: #A00B5D; }
span { border-color: rgb(160,11,93); }
td.TdClassName
{
border-color: #A00B5D;
}
.TagClassName
{
border-color: #A00B5D;
}
</style>