Shades of Jazzberry Jam #A00754
Tints of Jazzberry Jam #A00754
RGB
CMYK
RGB Variations
Color information
#A00754 (or 0xA00754) is known color: Jazzberry Jam. HEX triplet: A0, 07 and 54. RGB value is (160,7,84). Sum of RGB (Red+Green+Blue) = 160+7+84=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A00754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00754 is #5FF8AB. Grayscale: #3D3D3D. Windows color (decimal): -6289580 or 5506976. OLE color: 5506976.
HSL color Cylindrical-coordinate representation of color #A00754: hue angle of 329.8º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00754 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 84 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.37 |
| HSL | 329.8º | 0.92% | 0.33% | - |
| HSV(B) | 329.8º | 0.96% | 0.63% | - |
| XYZ | 16.17 | 8.27 | 9.13 | - |
| YUV | 61.53 | 140.69 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 84 | 0 | 0.96 | 0.48 | 0.37 | 329.8 | 0.92 | 0.33 |
| Hex | A0 | 7 | 54 | 0 | 60 | 30 | 25 | 14A | 5C | 21 |
| Octal | 240 | 7 | 124 | 0 | 140 | 60 | 45 | 512 | 134 | 41 |
| Binary | 10100000 | 111 | 1010100 | 0 | 1100000 | 110000 | 100101 | 101001010 | 1011100 | 100001 |
Color Harmonies of #A00754
Complementary color
Monochromatic Colors of #A00754
Black with #A00754
Text Example
Text Example
White with #A00754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00754; }
p { color: rgb(160,7,84); }
H1.HeaderClassName
{
color: #A00754;
}
.AnyTagClassName
{
color: #A00754;
}
</style>
background-color css
<style>
a { background-color: #A00754; }
a { background-color: rgb(160,7,84); }
div.DivClassName
{
background-color: #A00754;
}
.BgClassName
{
background-color: #A00754;
}
</style>
border-color css
<style>
span { border-color: #A00754; }
span { border-color: rgb(160,7,84); }
td.TdClassName
{
border-color: #A00754;
}
.TagClassName
{
border-color: #A00754;
}
</style>