Shades of Jazzberry Jam #A10649
Tints of Jazzberry Jam #A10649
RGB
CMYK
RGB Variations
Color information
#A10649 (or 0xA10649) is known color: Jazzberry Jam. HEX triplet: A1, 06 and 49. RGB value is (161,6,73). Sum of RGB (Red+Green+Blue) = 161+6+73=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A10649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10649 is #5EF9B6. Grayscale: #3B3B3B. Windows color (decimal): -6224311 or 4785825. OLE color: 4785825.
HSL color Cylindrical-coordinate representation of color #A10649: hue angle of 334.06º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10649 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 6 | 73 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.37 |
| HSL | 334.06º | 0.93% | 0.33% | - |
| HSV(B) | 334.06º | 0.96% | 0.63% | - |
| XYZ | 15.97 | 8.19 | 7.04 | - |
| YUV | 59.98 | 135.35 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 6 | 73 | 0 | 0.96 | 0.55 | 0.37 | 334.06 | 0.93 | 0.33 |
| Hex | A1 | 6 | 49 | 0 | 60 | 37 | 25 | 14E | 5D | 21 |
| Octal | 241 | 6 | 111 | 0 | 140 | 67 | 45 | 516 | 135 | 41 |
| Binary | 10100001 | 110 | 1001001 | 0 | 1100000 | 110111 | 100101 | 101001110 | 1011101 | 100001 |
Color Harmonies of #A10649
Complementary color
Monochromatic Colors of #A10649
Black with #A10649
Text Example
Text Example
White with #A10649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10649; }
p { color: rgb(161,6,73); }
H1.HeaderClassName
{
color: #A10649;
}
.AnyTagClassName
{
color: #A10649;
}
</style>
background-color css
<style>
a { background-color: #A10649; }
a { background-color: rgb(161,6,73); }
div.DivClassName
{
background-color: #A10649;
}
.BgClassName
{
background-color: #A10649;
}
</style>
border-color css
<style>
span { border-color: #A10649; }
span { border-color: rgb(161,6,73); }
td.TdClassName
{
border-color: #A10649;
}
.TagClassName
{
border-color: #A10649;
}
</style>