Shades of Jazzberry Jam #A00154
Tints of Jazzberry Jam #A00154
RGB
CMYK
RGB Variations
Color information
#A00154 (or 0xA00154) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 54. RGB value is (160,1,84). Sum of RGB (Red+Green+Blue) = 160+1+84=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A00154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00154 is #5FFEAB. Grayscale: #393939. Windows color (decimal): -6291116 or 5505440. OLE color: 5505440.
HSL color Cylindrical-coordinate representation of color #A00154: hue angle of 328.68º 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 #A00154 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 84 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.37 |
| HSL | 328.68º | 0.99% | 0.32% | - |
| HSV(B) | 328.68º | 0.99% | 0.63% | - |
| XYZ | 16.11 | 8.14 | 9.11 | - |
| YUV | 58 | 142.68 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 84 | 0 | 0.99 | 0.48 | 0.37 | 328.68 | 0.99 | 0.32 |
| Hex | A0 | 1 | 54 | 0 | 63 | 30 | 25 | 149 | 63 | 20 |
| Octal | 240 | 1 | 124 | 0 | 143 | 60 | 45 | 511 | 143 | 40 |
| Binary | 10100000 | 1 | 1010100 | 0 | 1100011 | 110000 | 100101 | 101001001 | 1100011 | 100000 |
Color Harmonies of #A00154
Complementary color
Monochromatic Colors of #A00154
Black with #A00154
Text Example
Text Example
White with #A00154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00154; }
p { color: rgb(160,1,84); }
H1.HeaderClassName
{
color: #A00154;
}
.AnyTagClassName
{
color: #A00154;
}
</style>
background-color css
<style>
a { background-color: #A00154; }
a { background-color: rgb(160,1,84); }
div.DivClassName
{
background-color: #A00154;
}
.BgClassName
{
background-color: #A00154;
}
</style>
border-color css
<style>
span { border-color: #A00154; }
span { border-color: rgb(160,1,84); }
td.TdClassName
{
border-color: #A00154;
}
.TagClassName
{
border-color: #A00154;
}
</style>