Shades of Jazzberry Jam #A40C61
Tints of Jazzberry Jam #A40C61
RGB
CMYK
RGB Variations
Color information
#A40C61 (or 0xA40C61) is known color: Jazzberry Jam. HEX triplet: A4, 0C and 61. RGB value is (164,12,97). Sum of RGB (Red+Green+Blue) = 164+12+97=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40C61 is #5BF39E. Grayscale: #424242. Windows color (decimal): -6026143 or 6360228. OLE color: 6360228.
HSL color Cylindrical-coordinate representation of color #A40C61: hue angle of 326.45º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40C61 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 97 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.36 |
| HSL | 326.45º | 0.86% | 0.35% | - |
| HSV(B) | 326.45º | 0.93% | 0.64% | - |
| XYZ | 17.6 | 9.02 | 12.12 | - |
| YUV | 67.14 | 144.86 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 97 | 0 | 0.93 | 0.41 | 0.36 | 326.45 | 0.86 | 0.35 |
| Hex | A4 | C | 61 | 0 | 5D | 29 | 24 | 146 | 56 | 23 |
| Octal | 244 | 14 | 141 | 0 | 135 | 51 | 44 | 506 | 126 | 43 |
| Binary | 10100100 | 1100 | 1100001 | 0 | 1011101 | 101001 | 100100 | 101000110 | 1010110 | 100011 |
Color Harmonies of #A40C61
Complementary color
Monochromatic Colors of #A40C61
Black with #A40C61
Text Example
Text Example
White with #A40C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C61; }
p { color: rgb(164,12,97); }
H1.HeaderClassName
{
color: #A40C61;
}
.AnyTagClassName
{
color: #A40C61;
}
</style>
background-color css
<style>
a { background-color: #A40C61; }
a { background-color: rgb(164,12,97); }
div.DivClassName
{
background-color: #A40C61;
}
.BgClassName
{
background-color: #A40C61;
}
</style>
border-color css
<style>
span { border-color: #A40C61; }
span { border-color: rgb(164,12,97); }
td.TdClassName
{
border-color: #A40C61;
}
.TagClassName
{
border-color: #A40C61;
}
</style>