Shades of Jazzberry Jam #A0124A
Tints of Jazzberry Jam #A0124A
RGB
CMYK
RGB Variations
Color information
#A0124A (or 0xA0124A) is known color: Jazzberry Jam. HEX triplet: A0, 12 and 4A. RGB value is (160,18,74). Sum of RGB (Red+Green+Blue) = 160+18+74=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A0124A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0124A is #5FEDB5. Grayscale: #424242. Windows color (decimal): -6286774 or 4854432. OLE color: 4854432.
HSL color Cylindrical-coordinate representation of color #A0124A: hue angle of 336.34º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0124A is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 18 | 74 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.37 |
| HSL | 336.34º | 0.8% | 0.35% | - |
| HSV(B) | 336.34º | 0.89% | 0.63% | - |
| XYZ | 15.95 | 8.4 | 7.26 | - |
| YUV | 66.84 | 132.04 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 74 | 0 | 0.89 | 0.54 | 0.37 | 336.34 | 0.8 | 0.35 |
| Hex | A0 | 12 | 4A | 0 | 59 | 36 | 25 | 150 | 50 | 23 |
| Octal | 240 | 22 | 112 | 0 | 131 | 66 | 45 | 520 | 120 | 43 |
| Binary | 10100000 | 10010 | 1001010 | 0 | 1011001 | 110110 | 100101 | 101010000 | 1010000 | 100011 |
Color Harmonies of #A0124A
Complementary color
Monochromatic Colors of #A0124A
Black with #A0124A
Text Example
Text Example
White with #A0124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0124A; }
p { color: rgb(160,18,74); }
H1.HeaderClassName
{
color: #A0124A;
}
.AnyTagClassName
{
color: #A0124A;
}
</style>
background-color css
<style>
a { background-color: #A0124A; }
a { background-color: rgb(160,18,74); }
div.DivClassName
{
background-color: #A0124A;
}
.BgClassName
{
background-color: #A0124A;
}
</style>
border-color css
<style>
span { border-color: #A0124A; }
span { border-color: rgb(160,18,74); }
td.TdClassName
{
border-color: #A0124A;
}
.TagClassName
{
border-color: #A0124A;
}
</style>