Shades of Jazzberry Jam #A0034D
Tints of Jazzberry Jam #A0034D
RGB
CMYK
RGB Variations
Color information
#A0034D (or 0xA0034D) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 4D. RGB value is (160,3,77). Sum of RGB (Red+Green+Blue) = 160+3+77=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A0034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0034D is #5FFCB2. Grayscale: #3A3A3A. Windows color (decimal): -6290611 or 5047200. OLE color: 5047200.
HSL color Cylindrical-coordinate representation of color #A0034D: hue angle of 331.72º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0034D is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 77 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.37 |
| HSL | 331.72º | 0.96% | 0.32% | - |
| HSV(B) | 331.72º | 0.98% | 0.63% | - |
| XYZ | 15.87 | 8.07 | 7.74 | - |
| YUV | 58.38 | 138.51 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 77 | 0 | 0.98 | 0.52 | 0.37 | 331.72 | 0.96 | 0.32 |
| Hex | A0 | 3 | 4D | 0 | 62 | 34 | 25 | 14C | 60 | 20 |
| Octal | 240 | 3 | 115 | 0 | 142 | 64 | 45 | 514 | 140 | 40 |
| Binary | 10100000 | 11 | 1001101 | 0 | 1100010 | 110100 | 100101 | 101001100 | 1100000 | 100000 |
Color Harmonies of #A0034D
Complementary color
Monochromatic Colors of #A0034D
Black with #A0034D
Text Example
Text Example
White with #A0034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0034D; }
p { color: rgb(160,3,77); }
H1.HeaderClassName
{
color: #A0034D;
}
.AnyTagClassName
{
color: #A0034D;
}
</style>
background-color css
<style>
a { background-color: #A0034D; }
a { background-color: rgb(160,3,77); }
div.DivClassName
{
background-color: #A0034D;
}
.BgClassName
{
background-color: #A0034D;
}
</style>
border-color css
<style>
span { border-color: #A0034D; }
span { border-color: rgb(160,3,77); }
td.TdClassName
{
border-color: #A0034D;
}
.TagClassName
{
border-color: #A0034D;
}
</style>