Shades of Jazzberry Jam #A00C5E
Tints of Jazzberry Jam #A00C5E
RGB
CMYK
RGB Variations
Color information
#A00C5E (or 0xA00C5E) is known color: Jazzberry Jam. HEX triplet: A0, 0C and 5E. RGB value is (160,12,94). Sum of RGB (Red+Green+Blue) = 160+12+94=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00C5E is #5FF3A1. Grayscale: #414141. Windows color (decimal): -6288290 or 6163616. OLE color: 6163616.
HSL color Cylindrical-coordinate representation of color #A00C5E: hue angle of 326.76º degrees, saturation: 0.86, 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 #A00C5E is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 12 | 94 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.37 |
| HSL | 326.76º | 0.86% | 0.34% | - |
| HSV(B) | 326.76º | 0.93% | 0.63% | - |
| XYZ | 16.65 | 8.54 | 11.36 | - |
| YUV | 65.6 | 144.03 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 94 | 0 | 0.93 | 0.41 | 0.37 | 326.76 | 0.86 | 0.34 |
| Hex | A0 | C | 5E | 0 | 5D | 29 | 25 | 147 | 56 | 22 |
| Octal | 240 | 14 | 136 | 0 | 135 | 51 | 45 | 507 | 126 | 42 |
| Binary | 10100000 | 1100 | 1011110 | 0 | 1011101 | 101001 | 100101 | 101000111 | 1010110 | 100010 |
Color Harmonies of #A00C5E
Complementary color
Monochromatic Colors of #A00C5E
Black with #A00C5E
Text Example
Text Example
White with #A00C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00C5E; }
p { color: rgb(160,12,94); }
H1.HeaderClassName
{
color: #A00C5E;
}
.AnyTagClassName
{
color: #A00C5E;
}
</style>
background-color css
<style>
a { background-color: #A00C5E; }
a { background-color: rgb(160,12,94); }
div.DivClassName
{
background-color: #A00C5E;
}
.BgClassName
{
background-color: #A00C5E;
}
</style>
border-color css
<style>
span { border-color: #A00C5E; }
span { border-color: rgb(160,12,94); }
td.TdClassName
{
border-color: #A00C5E;
}
.TagClassName
{
border-color: #A00C5E;
}
</style>