Shades of Jazzberry Jam #A0074D
Tints of Jazzberry Jam #A0074D
RGB
CMYK
RGB Variations
Color information
#A0074D (or 0xA0074D) is known color: Jazzberry Jam. HEX triplet: A0, 07 and 4D. RGB value is (160,7,77). Sum of RGB (Red+Green+Blue) = 160+7+77=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A0074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0074D is #5FF8B2. Grayscale: #3C3C3C. Windows color (decimal): -6289587 or 5048224. OLE color: 5048224.
HSL color Cylindrical-coordinate representation of color #A0074D: hue angle of 332.55º 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 #A0074D is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 77 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.37 |
| HSL | 332.55º | 0.92% | 0.33% | - |
| HSV(B) | 332.55º | 0.96% | 0.63% | - |
| XYZ | 15.91 | 8.16 | 7.76 | - |
| YUV | 60.73 | 137.19 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 77 | 0 | 0.96 | 0.52 | 0.37 | 332.55 | 0.92 | 0.33 |
| Hex | A0 | 7 | 4D | 0 | 60 | 34 | 25 | 14D | 5C | 21 |
| Octal | 240 | 7 | 115 | 0 | 140 | 64 | 45 | 515 | 134 | 41 |
| Binary | 10100000 | 111 | 1001101 | 0 | 1100000 | 110100 | 100101 | 101001101 | 1011100 | 100001 |
Color Harmonies of #A0074D
Complementary color
Monochromatic Colors of #A0074D
Black with #A0074D
Text Example
Text Example
White with #A0074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0074D; }
p { color: rgb(160,7,77); }
H1.HeaderClassName
{
color: #A0074D;
}
.AnyTagClassName
{
color: #A0074D;
}
</style>
background-color css
<style>
a { background-color: #A0074D; }
a { background-color: rgb(160,7,77); }
div.DivClassName
{
background-color: #A0074D;
}
.BgClassName
{
background-color: #A0074D;
}
</style>
border-color css
<style>
span { border-color: #A0074D; }
span { border-color: rgb(160,7,77); }
td.TdClassName
{
border-color: #A0074D;
}
.TagClassName
{
border-color: #A0074D;
}
</style>