Shades of Jazzberry Jam #A40155
Tints of Jazzberry Jam #A40155
RGB
CMYK
RGB Variations
Color information
#A40155 (or 0xA40155) is known color: Jazzberry Jam. HEX triplet: A4, 01 and 55. RGB value is (164,1,85). Sum of RGB (Red+Green+Blue) = 164+1+85=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A40155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40155 is #5BFEAA. Grayscale: #3B3B3B. Windows color (decimal): -6028971 or 5570980. OLE color: 5570980.
HSL color Cylindrical-coordinate representation of color #A40155: hue angle of 329.08º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40155 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.36 |
| HSL | 329.08º | 0.99% | 0.32% | - |
| HSV(B) | 329.08º | 0.99% | 0.64% | - |
| XYZ | 16.96 | 8.57 | 9.35 | - |
| YUV | 59.31 | 142.5 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 85 | 0 | 0.99 | 0.48 | 0.36 | 329.08 | 0.99 | 0.32 |
| Hex | A4 | 1 | 55 | 0 | 63 | 30 | 24 | 149 | 63 | 20 |
| Octal | 244 | 1 | 125 | 0 | 143 | 60 | 44 | 511 | 143 | 40 |
| Binary | 10100100 | 1 | 1010101 | 0 | 1100011 | 110000 | 100100 | 101001001 | 1100011 | 100000 |
Color Harmonies of #A40155
Complementary color
Monochromatic Colors of #A40155
Black with #A40155
Text Example
Text Example
White with #A40155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40155; }
p { color: rgb(164,1,85); }
H1.HeaderClassName
{
color: #A40155;
}
.AnyTagClassName
{
color: #A40155;
}
</style>
background-color css
<style>
a { background-color: #A40155; }
a { background-color: rgb(164,1,85); }
div.DivClassName
{
background-color: #A40155;
}
.BgClassName
{
background-color: #A40155;
}
</style>
border-color css
<style>
span { border-color: #A40155; }
span { border-color: rgb(164,1,85); }
td.TdClassName
{
border-color: #A40155;
}
.TagClassName
{
border-color: #A40155;
}
</style>