Shades of Jazzberry Jam #A00A46
Tints of Jazzberry Jam #A00A46
RGB
CMYK
RGB Variations
Color information
#A00A46 (or 0xA00A46) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 46. RGB value is (160,10,70). Sum of RGB (Red+Green+Blue) = 160+10+70=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00A46 is #5FF5B9. Grayscale: #3D3D3D. Windows color (decimal): -6288826 or 4590240. OLE color: 4590240.
HSL color Cylindrical-coordinate representation of color #A00A46: hue angle of 336º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A46 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 70 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.37 |
| HSL | 336º | 0.88% | 0.33% | - |
| HSV(B) | 336º | 0.94% | 0.63% | - |
| XYZ | 15.71 | 8.13 | 6.54 | - |
| YUV | 61.69 | 132.7 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 70 | 0 | 0.94 | 0.56 | 0.37 | 336 | 0.88 | 0.33 |
| Hex | A0 | A | 46 | 0 | 5E | 38 | 25 | 150 | 58 | 21 |
| Octal | 240 | 12 | 106 | 0 | 136 | 70 | 45 | 520 | 130 | 41 |
| Binary | 10100000 | 1010 | 1000110 | 0 | 1011110 | 111000 | 100101 | 101010000 | 1011000 | 100001 |
Color Harmonies of #A00A46
Complementary color
Monochromatic Colors of #A00A46
Black with #A00A46
Text Example
Text Example
White with #A00A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A46; }
p { color: rgb(160,10,70); }
H1.HeaderClassName
{
color: #A00A46;
}
.AnyTagClassName
{
color: #A00A46;
}
</style>
background-color css
<style>
a { background-color: #A00A46; }
a { background-color: rgb(160,10,70); }
div.DivClassName
{
background-color: #A00A46;
}
.BgClassName
{
background-color: #A00A46;
}
</style>
border-color css
<style>
span { border-color: #A00A46; }
span { border-color: rgb(160,10,70); }
td.TdClassName
{
border-color: #A00A46;
}
.TagClassName
{
border-color: #A00A46;
}
</style>