Shades of Jazzberry Jam #A0004A
Tints of Jazzberry Jam #A0004A
RGB
CMYK
RGB Variations
Color information
#A0004A (or 0xA0004A) is known color: Jazzberry Jam. HEX triplet: A0, 00 and 4A. RGB value is (160,0,74). Sum of RGB (Red+Green+Blue) = 160+0+74=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A0004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0004A is #5FFFB5. Grayscale: #383838. Windows color (decimal): -6291382 or 4849824. OLE color: 4849824.
HSL color Cylindrical-coordinate representation of color #A0004A: hue angle of 332.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0004A is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.54 | 0.37 |
| HSL | 332.25º | 1% | 0.31% | - |
| HSV(B) | 332.25º | 1% | 0.63% | - |
| XYZ | 15.73 | 7.97 | 7.19 | - |
| YUV | 56.28 | 138.01 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 74 | 0 | 1 | 0.54 | 0.37 | 332.25 | 1 | 0.31 |
| Hex | A0 | 0 | 4A | 0 | 64 | 36 | 25 | 14C | 64 | 1F |
| Octal | 240 | 0 | 112 | 0 | 144 | 66 | 45 | 514 | 144 | 37 |
| Binary | 10100000 | 0 | 1001010 | 0 | 1100100 | 110110 | 100101 | 101001100 | 1100100 | 11111 |
Color Harmonies of #A0004A
Complementary color
Monochromatic Colors of #A0004A
Black with #A0004A
Text Example
Text Example
White with #A0004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0004A; }
p { color: rgb(160,0,74); }
H1.HeaderClassName
{
color: #A0004A;
}
.AnyTagClassName
{
color: #A0004A;
}
</style>
background-color css
<style>
a { background-color: #A0004A; }
a { background-color: rgb(160,0,74); }
div.DivClassName
{
background-color: #A0004A;
}
.BgClassName
{
background-color: #A0004A;
}
</style>
border-color css
<style>
span { border-color: #A0004A; }
span { border-color: rgb(160,0,74); }
td.TdClassName
{
border-color: #A0004A;
}
.TagClassName
{
border-color: #A0004A;
}
</style>