Shades of Jazzberry Jam #A40355
Tints of Jazzberry Jam #A40355
RGB
CMYK
RGB Variations
Color information
#A40355 (or 0xA40355) is known color: Jazzberry Jam. HEX triplet: A4, 03 and 55. RGB value is (164,3,85). Sum of RGB (Red+Green+Blue) = 164+3+85=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A40355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40355 is #5BFCAA. Grayscale: #3C3C3C. Windows color (decimal): -6028459 or 5571492. OLE color: 5571492.
HSL color Cylindrical-coordinate representation of color #A40355: hue angle of 329.44º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40355 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 85 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.36 |
| HSL | 329.44º | 0.96% | 0.33% | - |
| HSV(B) | 329.44º | 0.98% | 0.64% | - |
| XYZ | 16.98 | 8.61 | 9.36 | - |
| YUV | 60.49 | 141.84 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 85 | 0 | 0.98 | 0.48 | 0.36 | 329.44 | 0.96 | 0.33 |
| Hex | A4 | 3 | 55 | 0 | 62 | 30 | 24 | 149 | 60 | 21 |
| Octal | 244 | 3 | 125 | 0 | 142 | 60 | 44 | 511 | 140 | 41 |
| Binary | 10100100 | 11 | 1010101 | 0 | 1100010 | 110000 | 100100 | 101001001 | 1100000 | 100001 |
Color Harmonies of #A40355
Complementary color
Monochromatic Colors of #A40355
Black with #A40355
Text Example
Text Example
White with #A40355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40355; }
p { color: rgb(164,3,85); }
H1.HeaderClassName
{
color: #A40355;
}
.AnyTagClassName
{
color: #A40355;
}
</style>
background-color css
<style>
a { background-color: #A40355; }
a { background-color: rgb(164,3,85); }
div.DivClassName
{
background-color: #A40355;
}
.BgClassName
{
background-color: #A40355;
}
</style>
border-color css
<style>
span { border-color: #A40355; }
span { border-color: rgb(164,3,85); }
td.TdClassName
{
border-color: #A40355;
}
.TagClassName
{
border-color: #A40355;
}
</style>