Shades of Jazzberry Jam #A40643
Tints of Jazzberry Jam #A40643
RGB
CMYK
RGB Variations
Color information
#A40643 (or 0xA40643) is known color: Jazzberry Jam. HEX triplet: A4, 06 and 43. RGB value is (164,6,67). Sum of RGB (Red+Green+Blue) = 164+6+67=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A40643 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40643 is #5BF9BC. Grayscale: #3C3C3C. Windows color (decimal): -6027709 or 4392612. OLE color: 4392612.
HSL color Cylindrical-coordinate representation of color #A40643: hue angle of 336.84º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40643 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 67 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.36 |
| HSL | 336.84º | 0.93% | 0.33% | - |
| HSV(B) | 336.84º | 0.96% | 0.64% | - |
| XYZ | 16.39 | 8.43 | 6.07 | - |
| YUV | 60.2 | 131.85 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 67 | 0 | 0.96 | 0.59 | 0.36 | 336.84 | 0.93 | 0.33 |
| Hex | A4 | 6 | 43 | 0 | 60 | 3B | 24 | 151 | 5D | 21 |
| Octal | 244 | 6 | 103 | 0 | 140 | 73 | 44 | 521 | 135 | 41 |
| Binary | 10100100 | 110 | 1000011 | 0 | 1100000 | 111011 | 100100 | 101010001 | 1011101 | 100001 |
Color Harmonies of #A40643
Complementary color
Monochromatic Colors of #A40643
Black with #A40643
Text Example
Text Example
White with #A40643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40643; }
p { color: rgb(164,6,67); }
H1.HeaderClassName
{
color: #A40643;
}
.AnyTagClassName
{
color: #A40643;
}
</style>
background-color css
<style>
a { background-color: #A40643; }
a { background-color: rgb(164,6,67); }
div.DivClassName
{
background-color: #A40643;
}
.BgClassName
{
background-color: #A40643;
}
</style>
border-color css
<style>
span { border-color: #A40643; }
span { border-color: rgb(164,6,67); }
td.TdClassName
{
border-color: #A40643;
}
.TagClassName
{
border-color: #A40643;
}
</style>