Shades of Jazzberry Jam #A41861
Tints of Jazzberry Jam #A41861
RGB
CMYK
RGB Variations
Color information
#A41861 (or 0xA41861) is known color: Jazzberry Jam. HEX triplet: A4, 18 and 61. RGB value is (164,24,97). Sum of RGB (Red+Green+Blue) = 164+24+97=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A41861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41861 is #5BE79E. Grayscale: #4A4A4A. Windows color (decimal): -6023071 or 6363300. OLE color: 6363300.
HSL color Cylindrical-coordinate representation of color #A41861: hue angle of 328.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41861 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 24 | 97 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.36 |
| HSL | 328.71º | 0.74% | 0.37% | - |
| HSV(B) | 328.71º | 0.85% | 0.64% | - |
| XYZ | 17.79 | 9.41 | 12.19 | - |
| YUV | 74.18 | 140.88 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 24 | 97 | 0 | 0.85 | 0.41 | 0.36 | 328.71 | 0.74 | 0.37 |
| Hex | A4 | 18 | 61 | 0 | 55 | 29 | 24 | 149 | 4A | 25 |
| Octal | 244 | 30 | 141 | 0 | 125 | 51 | 44 | 511 | 112 | 45 |
| Binary | 10100100 | 11000 | 1100001 | 0 | 1010101 | 101001 | 100100 | 101001001 | 1001010 | 100101 |
Color Harmonies of #A41861
Complementary color
Monochromatic Colors of #A41861
Black with #A41861
Text Example
Text Example
White with #A41861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41861; }
p { color: rgb(164,24,97); }
H1.HeaderClassName
{
color: #A41861;
}
.AnyTagClassName
{
color: #A41861;
}
</style>
background-color css
<style>
a { background-color: #A41861; }
a { background-color: rgb(164,24,97); }
div.DivClassName
{
background-color: #A41861;
}
.BgClassName
{
background-color: #A41861;
}
</style>
border-color css
<style>
span { border-color: #A41861; }
span { border-color: rgb(164,24,97); }
td.TdClassName
{
border-color: #A41861;
}
.TagClassName
{
border-color: #A41861;
}
</style>