Shades of Jazzberry Jam #A40C52
Tints of Jazzberry Jam #A40C52
RGB
CMYK
RGB Variations
Color information
#A40C52 (or 0xA40C52) is known color: Jazzberry Jam. HEX triplet: A4, 0C and 52. RGB value is (164,12,82). Sum of RGB (Red+Green+Blue) = 164+12+82=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40C52 is #5BF3AD. Grayscale: #414141. Windows color (decimal): -6026158 or 5377188. OLE color: 5377188.
HSL color Cylindrical-coordinate representation of color #A40C52: hue angle of 332.37º 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 #A40C52 is Cyan = 0, Magento = 0.93, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 82 | - |
| CMYK | 0 | 0.93 | 0.5 | 0.36 |
| HSL | 332.37º | 0.86% | 0.35% | - |
| HSV(B) | 332.37º | 0.93% | 0.64% | - |
| XYZ | 16.96 | 8.76 | 8.78 | - |
| YUV | 65.43 | 137.36 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 82 | 0 | 0.93 | 0.5 | 0.36 | 332.37 | 0.86 | 0.35 |
| Hex | A4 | C | 52 | 0 | 5D | 32 | 24 | 14C | 56 | 23 |
| Octal | 244 | 14 | 122 | 0 | 135 | 62 | 44 | 514 | 126 | 43 |
| Binary | 10100100 | 1100 | 1010010 | 0 | 1011101 | 110010 | 100100 | 101001100 | 1010110 | 100011 |
Color Harmonies of #A40C52
Complementary color
Monochromatic Colors of #A40C52
Black with #A40C52
Text Example
Text Example
White with #A40C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C52; }
p { color: rgb(164,12,82); }
H1.HeaderClassName
{
color: #A40C52;
}
.AnyTagClassName
{
color: #A40C52;
}
</style>
background-color css
<style>
a { background-color: #A40C52; }
a { background-color: rgb(164,12,82); }
div.DivClassName
{
background-color: #A40C52;
}
.BgClassName
{
background-color: #A40C52;
}
</style>
border-color css
<style>
span { border-color: #A40C52; }
span { border-color: rgb(164,12,82); }
td.TdClassName
{
border-color: #A40C52;
}
.TagClassName
{
border-color: #A40C52;
}
</style>