Shades of Jazzberry Jam #A0084D
Tints of Jazzberry Jam #A0084D
RGB
CMYK
RGB Variations
Color information
#A0084D (or 0xA0084D) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 4D. RGB value is (160,8,77). Sum of RGB (Red+Green+Blue) = 160+8+77=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A0084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0084D is #5FF7B2. Grayscale: #3D3D3D. Windows color (decimal): -6289331 or 5048480. OLE color: 5048480.
HSL color Cylindrical-coordinate representation of color #A0084D: hue angle of 332.76º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0084D is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 77 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.37 |
| HSL | 332.76º | 0.9% | 0.33% | - |
| HSV(B) | 332.76º | 0.95% | 0.63% | - |
| XYZ | 15.92 | 8.18 | 7.76 | - |
| YUV | 61.31 | 136.86 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 77 | 0 | 0.95 | 0.52 | 0.37 | 332.76 | 0.9 | 0.33 |
| Hex | A0 | 8 | 4D | 0 | 5F | 34 | 25 | 14D | 5A | 21 |
| Octal | 240 | 10 | 115 | 0 | 137 | 64 | 45 | 515 | 132 | 41 |
| Binary | 10100000 | 1000 | 1001101 | 0 | 1011111 | 110100 | 100101 | 101001101 | 1011010 | 100001 |
Color Harmonies of #A0084D
Complementary color
Monochromatic Colors of #A0084D
Black with #A0084D
Text Example
Text Example
White with #A0084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0084D; }
p { color: rgb(160,8,77); }
H1.HeaderClassName
{
color: #A0084D;
}
.AnyTagClassName
{
color: #A0084D;
}
</style>
background-color css
<style>
a { background-color: #A0084D; }
a { background-color: rgb(160,8,77); }
div.DivClassName
{
background-color: #A0084D;
}
.BgClassName
{
background-color: #A0084D;
}
</style>
border-color css
<style>
span { border-color: #A0084D; }
span { border-color: rgb(160,8,77); }
td.TdClassName
{
border-color: #A0084D;
}
.TagClassName
{
border-color: #A0084D;
}
</style>