Shades of Jazzberry Jam #A40649
Tints of Jazzberry Jam #A40649
RGB
CMYK
RGB Variations
Color information
#A40649 (or 0xA40649) is known color: Jazzberry Jam. HEX triplet: A4, 06 and 49. RGB value is (164,6,73). Sum of RGB (Red+Green+Blue) = 164+6+73=243 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.49% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 164 - color contains mainly: red. Hex color #A40649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40649 is #5BF9B6. Grayscale: #3C3C3C. Windows color (decimal): -6027703 or 4785828. OLE color: 4785828.
HSL color Cylindrical-coordinate representation of color #A40649: hue angle of 334.56º 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 #A40649 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 73 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.36 |
| HSL | 334.56º | 0.93% | 0.33% | - |
| HSV(B) | 334.56º | 0.96% | 0.64% | - |
| XYZ | 16.58 | 8.5 | 7.07 | - |
| YUV | 60.88 | 134.85 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 73 | 0 | 0.96 | 0.55 | 0.36 | 334.56 | 0.93 | 0.33 |
| Hex | A4 | 6 | 49 | 0 | 60 | 37 | 24 | 14F | 5D | 21 |
| Octal | 244 | 6 | 111 | 0 | 140 | 67 | 44 | 517 | 135 | 41 |
| Binary | 10100100 | 110 | 1001001 | 0 | 1100000 | 110111 | 100100 | 101001111 | 1011101 | 100001 |
Color Harmonies of #A40649
Complementary color
Monochromatic Colors of #A40649
Black with #A40649
Text Example
Text Example
White with #A40649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40649; }
p { color: rgb(164,6,73); }
H1.HeaderClassName
{
color: #A40649;
}
.AnyTagClassName
{
color: #A40649;
}
</style>
background-color css
<style>
a { background-color: #A40649; }
a { background-color: rgb(164,6,73); }
div.DivClassName
{
background-color: #A40649;
}
.BgClassName
{
background-color: #A40649;
}
</style>
border-color css
<style>
span { border-color: #A40649; }
span { border-color: rgb(164,6,73); }
td.TdClassName
{
border-color: #A40649;
}
.TagClassName
{
border-color: #A40649;
}
</style>