Shades of Jazzberry Jam #A0154A
Tints of Jazzberry Jam #A0154A
RGB
CMYK
RGB Variations
Color information
#A0154A (or 0xA0154A) is known color: Jazzberry Jam. HEX triplet: A0, 15 and 4A. RGB value is (160,21,74). Sum of RGB (Red+Green+Blue) = 160+21+74=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A0154A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0154A is #5FEAB5. Grayscale: #444444. Windows color (decimal): -6286006 or 4855200. OLE color: 4855200.
HSL color Cylindrical-coordinate representation of color #A0154A: hue angle of 337.12º 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 #A0154A is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 74 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.37 |
| HSL | 337.12º | 0.77% | 0.35% | - |
| HSV(B) | 337.12º | 0.87% | 0.63% | - |
| XYZ | 16 | 8.5 | 7.28 | - |
| YUV | 68.6 | 131.05 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 74 | 0 | 0.87 | 0.54 | 0.37 | 337.12 | 0.77 | 0.35 |
| Hex | A0 | 15 | 4A | 0 | 57 | 36 | 25 | 151 | 4D | 23 |
| Octal | 240 | 25 | 112 | 0 | 127 | 66 | 45 | 521 | 115 | 43 |
| Binary | 10100000 | 10101 | 1001010 | 0 | 1010111 | 110110 | 100101 | 101010001 | 1001101 | 100011 |
Color Harmonies of #A0154A
Complementary color
Monochromatic Colors of #A0154A
Black with #A0154A
Text Example
Text Example
White with #A0154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0154A; }
p { color: rgb(160,21,74); }
H1.HeaderClassName
{
color: #A0154A;
}
.AnyTagClassName
{
color: #A0154A;
}
</style>
background-color css
<style>
a { background-color: #A0154A; }
a { background-color: rgb(160,21,74); }
div.DivClassName
{
background-color: #A0154A;
}
.BgClassName
{
background-color: #A0154A;
}
</style>
border-color css
<style>
span { border-color: #A0154A; }
span { border-color: rgb(160,21,74); }
td.TdClassName
{
border-color: #A0154A;
}
.TagClassName
{
border-color: #A0154A;
}
</style>