Shades of Jazzberry Jam #A00149
Tints of Jazzberry Jam #A00149
RGB
CMYK
RGB Variations
Color information
#A00149 (or 0xA00149) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 49. RGB value is (160,1,73). Sum of RGB (Red+Green+Blue) = 160+1+73=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A00149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00149 is #5FFEB6. Grayscale: #383838. Windows color (decimal): -6291127 or 4784544. OLE color: 4784544.
HSL color Cylindrical-coordinate representation of color #A00149: hue angle of 332.83º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00149 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 73 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.37 |
| HSL | 332.83º | 0.99% | 0.32% | - |
| HSV(B) | 332.83º | 0.99% | 0.63% | - |
| XYZ | 15.71 | 7.98 | 7.01 | - |
| YUV | 56.75 | 137.18 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 73 | 0 | 0.99 | 0.54 | 0.37 | 332.83 | 0.99 | 0.32 |
| Hex | A0 | 1 | 49 | 0 | 63 | 36 | 25 | 14D | 63 | 20 |
| Octal | 240 | 1 | 111 | 0 | 143 | 66 | 45 | 515 | 143 | 40 |
| Binary | 10100000 | 1 | 1001001 | 0 | 1100011 | 110110 | 100101 | 101001101 | 1100011 | 100000 |
Color Harmonies of #A00149
Complementary color
Monochromatic Colors of #A00149
Black with #A00149
Text Example
Text Example
White with #A00149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00149; }
p { color: rgb(160,1,73); }
H1.HeaderClassName
{
color: #A00149;
}
.AnyTagClassName
{
color: #A00149;
}
</style>
background-color css
<style>
a { background-color: #A00149; }
a { background-color: rgb(160,1,73); }
div.DivClassName
{
background-color: #A00149;
}
.BgClassName
{
background-color: #A00149;
}
</style>
border-color css
<style>
span { border-color: #A00149; }
span { border-color: rgb(160,1,73); }
td.TdClassName
{
border-color: #A00149;
}
.TagClassName
{
border-color: #A00149;
}
</style>