Shades of Jazzberry Jam #A0034F
Tints of Jazzberry Jam #A0034F
RGB
CMYK
RGB Variations
Color information
#A0034F (or 0xA0034F) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 4F. RGB value is (160,3,79). Sum of RGB (Red+Green+Blue) = 160+3+79=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A0034F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0034F is #5FFCB0. Grayscale: #3A3A3A. Windows color (decimal): -6290609 or 5178272. OLE color: 5178272.
HSL color Cylindrical-coordinate representation of color #A0034F: hue angle of 330.96º 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 #A0034F is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 79 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.37 |
| HSL | 330.96º | 0.96% | 0.32% | - |
| HSV(B) | 330.96º | 0.98% | 0.63% | - |
| XYZ | 15.94 | 8.1 | 8.12 | - |
| YUV | 58.61 | 139.51 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 79 | 0 | 0.98 | 0.51 | 0.37 | 330.96 | 0.96 | 0.32 |
| Hex | A0 | 3 | 4F | 0 | 62 | 33 | 25 | 14B | 60 | 20 |
| Octal | 240 | 3 | 117 | 0 | 142 | 63 | 45 | 513 | 140 | 40 |
| Binary | 10100000 | 11 | 1001111 | 0 | 1100010 | 110011 | 100101 | 101001011 | 1100000 | 100000 |
Color Harmonies of #A0034F
Complementary color
Monochromatic Colors of #A0034F
Black with #A0034F
Text Example
Text Example
White with #A0034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0034F; }
p { color: rgb(160,3,79); }
H1.HeaderClassName
{
color: #A0034F;
}
.AnyTagClassName
{
color: #A0034F;
}
</style>
background-color css
<style>
a { background-color: #A0034F; }
a { background-color: rgb(160,3,79); }
div.DivClassName
{
background-color: #A0034F;
}
.BgClassName
{
background-color: #A0034F;
}
</style>
border-color css
<style>
span { border-color: #A0034F; }
span { border-color: rgb(160,3,79); }
td.TdClassName
{
border-color: #A0034F;
}
.TagClassName
{
border-color: #A0034F;
}
</style>