Shades of Jazzberry Jam #A10643
Tints of Jazzberry Jam #A10643
RGB
CMYK
RGB Variations
Color information
#A10643 (or 0xA10643) is known color: Jazzberry Jam. HEX triplet: A1, 06 and 43. RGB value is (161,6,67). Sum of RGB (Red+Green+Blue) = 161+6+67=234 (30% of max value = 765). Red value is 161 (63.28% from 255 or 68.80% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 161 - color contains mainly: red. Hex color #A10643 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10643 is #5EF9BC. Grayscale: #3B3B3B. Windows color (decimal): -6224317 or 4392609. OLE color: 4392609.
HSL color Cylindrical-coordinate representation of color #A10643: hue angle of 336.39º 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 #A10643 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 6 | 67 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.37 |
| HSL | 336.39º | 0.93% | 0.33% | - |
| HSV(B) | 336.39º | 0.96% | 0.63% | - |
| XYZ | 15.78 | 8.11 | 6.04 | - |
| YUV | 59.3 | 132.35 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 6 | 67 | 0 | 0.96 | 0.58 | 0.37 | 336.39 | 0.93 | 0.33 |
| Hex | A1 | 6 | 43 | 0 | 60 | 3A | 25 | 150 | 5D | 21 |
| Octal | 241 | 6 | 103 | 0 | 140 | 72 | 45 | 520 | 135 | 41 |
| Binary | 10100001 | 110 | 1000011 | 0 | 1100000 | 111010 | 100101 | 101010000 | 1011101 | 100001 |
Color Harmonies of #A10643
Complementary color
Monochromatic Colors of #A10643
Black with #A10643
Text Example
Text Example
White with #A10643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10643; }
p { color: rgb(161,6,67); }
H1.HeaderClassName
{
color: #A10643;
}
.AnyTagClassName
{
color: #A10643;
}
</style>
background-color css
<style>
a { background-color: #A10643; }
a { background-color: rgb(161,6,67); }
div.DivClassName
{
background-color: #A10643;
}
.BgClassName
{
background-color: #A10643;
}
</style>
border-color css
<style>
span { border-color: #A10643; }
span { border-color: rgb(161,6,67); }
td.TdClassName
{
border-color: #A10643;
}
.TagClassName
{
border-color: #A10643;
}
</style>