Shades of Jazzberry Jam #A0094D
Tints of Jazzberry Jam #A0094D
RGB
CMYK
RGB Variations
Color information
#A0094D (or 0xA0094D) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 4D. RGB value is (160,9,77). Sum of RGB (Red+Green+Blue) = 160+9+77=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A0094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0094D is #5FF6B2. Grayscale: #3D3D3D. Windows color (decimal): -6289075 or 5048736. OLE color: 5048736.
HSL color Cylindrical-coordinate representation of color #A0094D: hue angle of 332.98º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0094D is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 77 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.37 |
| HSL | 332.98º | 0.89% | 0.33% | - |
| HSV(B) | 332.98º | 0.94% | 0.63% | - |
| XYZ | 15.93 | 8.2 | 7.77 | - |
| YUV | 61.9 | 136.53 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 77 | 0 | 0.94 | 0.52 | 0.37 | 332.98 | 0.89 | 0.33 |
| Hex | A0 | 9 | 4D | 0 | 5E | 34 | 25 | 14D | 59 | 21 |
| Octal | 240 | 11 | 115 | 0 | 136 | 64 | 45 | 515 | 131 | 41 |
| Binary | 10100000 | 1001 | 1001101 | 0 | 1011110 | 110100 | 100101 | 101001101 | 1011001 | 100001 |
Color Harmonies of #A0094D
Complementary color
Monochromatic Colors of #A0094D
Black with #A0094D
Text Example
Text Example
White with #A0094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0094D; }
p { color: rgb(160,9,77); }
H1.HeaderClassName
{
color: #A0094D;
}
.AnyTagClassName
{
color: #A0094D;
}
</style>
background-color css
<style>
a { background-color: #A0094D; }
a { background-color: rgb(160,9,77); }
div.DivClassName
{
background-color: #A0094D;
}
.BgClassName
{
background-color: #A0094D;
}
</style>
border-color css
<style>
span { border-color: #A0094D; }
span { border-color: rgb(160,9,77); }
td.TdClassName
{
border-color: #A0094D;
}
.TagClassName
{
border-color: #A0094D;
}
</style>