Shades of Jazzberry Jam #A0084B
Tints of Jazzberry Jam #A0084B
RGB
CMYK
RGB Variations
Color information
#A0084B (or 0xA0084B) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 4B. RGB value is (160,8,75). Sum of RGB (Red+Green+Blue) = 160+8+75=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A0084B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0084B is #5FF7B4. Grayscale: #3C3C3C. Windows color (decimal): -6289333 or 4917408. OLE color: 4917408.
HSL color Cylindrical-coordinate representation of color #A0084B: hue angle of 333.55º 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 #A0084B is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 75 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.37 |
| HSL | 333.55º | 0.9% | 0.33% | - |
| HSV(B) | 333.55º | 0.95% | 0.63% | - |
| XYZ | 15.85 | 8.16 | 7.4 | - |
| YUV | 61.09 | 135.86 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 75 | 0 | 0.95 | 0.53 | 0.37 | 333.55 | 0.9 | 0.33 |
| Hex | A0 | 8 | 4B | 0 | 5F | 35 | 25 | 14E | 5A | 21 |
| Octal | 240 | 10 | 113 | 0 | 137 | 65 | 45 | 516 | 132 | 41 |
| Binary | 10100000 | 1000 | 1001011 | 0 | 1011111 | 110101 | 100101 | 101001110 | 1011010 | 100001 |
Color Harmonies of #A0084B
Complementary color
Monochromatic Colors of #A0084B
Black with #A0084B
Text Example
Text Example
White with #A0084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0084B; }
p { color: rgb(160,8,75); }
H1.HeaderClassName
{
color: #A0084B;
}
.AnyTagClassName
{
color: #A0084B;
}
</style>
background-color css
<style>
a { background-color: #A0084B; }
a { background-color: rgb(160,8,75); }
div.DivClassName
{
background-color: #A0084B;
}
.BgClassName
{
background-color: #A0084B;
}
</style>
border-color css
<style>
span { border-color: #A0084B; }
span { border-color: rgb(160,8,75); }
td.TdClassName
{
border-color: #A0084B;
}
.TagClassName
{
border-color: #A0084B;
}
</style>