Shades of Jazzberry Jam #A0034E
Tints of Jazzberry Jam #A0034E
RGB
CMYK
RGB Variations
Color information
#A0034E (or 0xA0034E) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 4E. RGB value is (160,3,78). Sum of RGB (Red+Green+Blue) = 160+3+78=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0034E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0034E is #5FFCB1. Grayscale: #3A3A3A. Windows color (decimal): -6290610 or 5112736. OLE color: 5112736.
HSL color Cylindrical-coordinate representation of color #A0034E: hue angle of 331.34º 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 #A0034E is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 78 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.37 |
| HSL | 331.34º | 0.96% | 0.32% | - |
| HSV(B) | 331.34º | 0.98% | 0.63% | - |
| XYZ | 15.9 | 8.09 | 7.93 | - |
| YUV | 58.49 | 139.01 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 78 | 0 | 0.98 | 0.51 | 0.37 | 331.34 | 0.96 | 0.32 |
| Hex | A0 | 3 | 4E | 0 | 62 | 33 | 25 | 14B | 60 | 20 |
| Octal | 240 | 3 | 116 | 0 | 142 | 63 | 45 | 513 | 140 | 40 |
| Binary | 10100000 | 11 | 1001110 | 0 | 1100010 | 110011 | 100101 | 101001011 | 1100000 | 100000 |
Color Harmonies of #A0034E
Complementary color
Monochromatic Colors of #A0034E
Black with #A0034E
Text Example
Text Example
White with #A0034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0034E; }
p { color: rgb(160,3,78); }
H1.HeaderClassName
{
color: #A0034E;
}
.AnyTagClassName
{
color: #A0034E;
}
</style>
background-color css
<style>
a { background-color: #A0034E; }
a { background-color: rgb(160,3,78); }
div.DivClassName
{
background-color: #A0034E;
}
.BgClassName
{
background-color: #A0034E;
}
</style>
border-color css
<style>
span { border-color: #A0034E; }
span { border-color: rgb(160,3,78); }
td.TdClassName
{
border-color: #A0034E;
}
.TagClassName
{
border-color: #A0034E;
}
</style>