Shades of Jazzberry Jam #A1024D
Tints of Jazzberry Jam #A1024D
RGB
CMYK
RGB Variations
Color information
#A1024D (or 0xA1024D) is known color: Jazzberry Jam. HEX triplet: A1, 02 and 4D. RGB value is (161,2,77). Sum of RGB (Red+Green+Blue) = 161+2+77=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A1024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1024D is #5EFDB2. Grayscale: #393939. Windows color (decimal): -6225331 or 5046945. OLE color: 5046945.
HSL color Cylindrical-coordinate representation of color #A1024D: hue angle of 331.7º degrees, saturation: 0.98, 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 #A1024D is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.37 |
| HSL | 331.7º | 0.98% | 0.32% | - |
| HSV(B) | 331.7º | 0.99% | 0.63% | - |
| XYZ | 16.06 | 8.16 | 7.75 | - |
| YUV | 58.09 | 138.68 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 77 | 0 | 0.99 | 0.52 | 0.37 | 331.7 | 0.98 | 0.32 |
| Hex | A1 | 2 | 4D | 0 | 63 | 34 | 25 | 14C | 62 | 20 |
| Octal | 241 | 2 | 115 | 0 | 143 | 64 | 45 | 514 | 142 | 40 |
| Binary | 10100001 | 10 | 1001101 | 0 | 1100011 | 110100 | 100101 | 101001100 | 1100010 | 100000 |
Color Harmonies of #A1024D
Complementary color
Monochromatic Colors of #A1024D
Black with #A1024D
Text Example
Text Example
White with #A1024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1024D; }
p { color: rgb(161,2,77); }
H1.HeaderClassName
{
color: #A1024D;
}
.AnyTagClassName
{
color: #A1024D;
}
</style>
background-color css
<style>
a { background-color: #A1024D; }
a { background-color: rgb(161,2,77); }
div.DivClassName
{
background-color: #A1024D;
}
.BgClassName
{
background-color: #A1024D;
}
</style>
border-color css
<style>
span { border-color: #A1024D; }
span { border-color: rgb(161,2,77); }
td.TdClassName
{
border-color: #A1024D;
}
.TagClassName
{
border-color: #A1024D;
}
</style>