Shades of Jazzberry Jam #A0154C
Tints of Jazzberry Jam #A0154C
RGB
CMYK
RGB Variations
Color information
#A0154C (or 0xA0154C) is known color: Jazzberry Jam. HEX triplet: A0, 15 and 4C. RGB value is (160,21,76). Sum of RGB (Red+Green+Blue) = 160+21+76=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A0154C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0154C is #5FEAB3. Grayscale: #444444. Windows color (decimal): -6286004 or 4986272. OLE color: 4986272.
HSL color Cylindrical-coordinate representation of color #A0154C: hue angle of 336.26º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0154C is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 76 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.37 |
| HSL | 336.26º | 0.77% | 0.35% | - |
| HSV(B) | 336.26º | 0.87% | 0.63% | - |
| XYZ | 16.07 | 8.53 | 7.64 | - |
| YUV | 68.83 | 132.05 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 76 | 0 | 0.87 | 0.52 | 0.37 | 336.26 | 0.77 | 0.35 |
| Hex | A0 | 15 | 4C | 0 | 57 | 34 | 25 | 150 | 4D | 23 |
| Octal | 240 | 25 | 114 | 0 | 127 | 64 | 45 | 520 | 115 | 43 |
| Binary | 10100000 | 10101 | 1001100 | 0 | 1010111 | 110100 | 100101 | 101010000 | 1001101 | 100011 |
Color Harmonies of #A0154C
Complementary color
Monochromatic Colors of #A0154C
Black with #A0154C
Text Example
Text Example
White with #A0154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0154C; }
p { color: rgb(160,21,76); }
H1.HeaderClassName
{
color: #A0154C;
}
.AnyTagClassName
{
color: #A0154C;
}
</style>
background-color css
<style>
a { background-color: #A0154C; }
a { background-color: rgb(160,21,76); }
div.DivClassName
{
background-color: #A0154C;
}
.BgClassName
{
background-color: #A0154C;
}
</style>
border-color css
<style>
span { border-color: #A0154C; }
span { border-color: rgb(160,21,76); }
td.TdClassName
{
border-color: #A0154C;
}
.TagClassName
{
border-color: #A0154C;
}
</style>