Shades of Jazzberry Jam #A00654
Tints of Jazzberry Jam #A00654
RGB
CMYK
RGB Variations
Color information
#A00654 (or 0xA00654) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 54. RGB value is (160,6,84). Sum of RGB (Red+Green+Blue) = 160+6+84=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A00654 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00654 is #5FF9AB. Grayscale: #3C3C3C. Windows color (decimal): -6289836 or 5506720. OLE color: 5506720.
HSL color Cylindrical-coordinate representation of color #A00654: hue angle of 329.61º degrees, saturation: 0.93, 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 #A00654 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 84 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.37 |
| HSL | 329.61º | 0.93% | 0.33% | - |
| HSV(B) | 329.61º | 0.96% | 0.63% | - |
| XYZ | 16.16 | 8.24 | 9.13 | - |
| YUV | 60.94 | 141.02 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 84 | 0 | 0.96 | 0.48 | 0.37 | 329.61 | 0.93 | 0.33 |
| Hex | A0 | 6 | 54 | 0 | 60 | 30 | 25 | 14A | 5D | 21 |
| Octal | 240 | 6 | 124 | 0 | 140 | 60 | 45 | 512 | 135 | 41 |
| Binary | 10100000 | 110 | 1010100 | 0 | 1100000 | 110000 | 100101 | 101001010 | 1011101 | 100001 |
Color Harmonies of #A00654
Complementary color
Monochromatic Colors of #A00654
Black with #A00654
Text Example
Text Example
White with #A00654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00654; }
p { color: rgb(160,6,84); }
H1.HeaderClassName
{
color: #A00654;
}
.AnyTagClassName
{
color: #A00654;
}
</style>
background-color css
<style>
a { background-color: #A00654; }
a { background-color: rgb(160,6,84); }
div.DivClassName
{
background-color: #A00654;
}
.BgClassName
{
background-color: #A00654;
}
</style>
border-color css
<style>
span { border-color: #A00654; }
span { border-color: rgb(160,6,84); }
td.TdClassName
{
border-color: #A00654;
}
.TagClassName
{
border-color: #A00654;
}
</style>