Shades of Jazzberry Jam #A40C58
Tints of Jazzberry Jam #A40C58
RGB
CMYK
RGB Variations
Color information
#A40C58 (or 0xA40C58) is known color: Jazzberry Jam. HEX triplet: A4, 0C and 58. RGB value is (164,12,88). Sum of RGB (Red+Green+Blue) = 164+12+88=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40C58 is #5BF3A7. Grayscale: #414141. Windows color (decimal): -6026152 or 5770404. OLE color: 5770404.
HSL color Cylindrical-coordinate representation of color #A40C58: hue angle of 330º 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 #A40C58 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 88 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.36 |
| HSL | 330º | 0.86% | 0.35% | - |
| HSV(B) | 330º | 0.93% | 0.64% | - |
| XYZ | 17.2 | 8.86 | 10.04 | - |
| YUV | 66.11 | 140.36 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 88 | 0 | 0.93 | 0.46 | 0.36 | 330 | 0.86 | 0.35 |
| Hex | A4 | C | 58 | 0 | 5D | 2E | 24 | 14A | 56 | 23 |
| Octal | 244 | 14 | 130 | 0 | 135 | 56 | 44 | 512 | 126 | 43 |
| Binary | 10100100 | 1100 | 1011000 | 0 | 1011101 | 101110 | 100100 | 101001010 | 1010110 | 100011 |
Color Harmonies of #A40C58
Complementary color
Monochromatic Colors of #A40C58
Black with #A40C58
Text Example
Text Example
White with #A40C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C58; }
p { color: rgb(164,12,88); }
H1.HeaderClassName
{
color: #A40C58;
}
.AnyTagClassName
{
color: #A40C58;
}
</style>
background-color css
<style>
a { background-color: #A40C58; }
a { background-color: rgb(164,12,88); }
div.DivClassName
{
background-color: #A40C58;
}
.BgClassName
{
background-color: #A40C58;
}
</style>
border-color css
<style>
span { border-color: #A40C58; }
span { border-color: rgb(164,12,88); }
td.TdClassName
{
border-color: #A40C58;
}
.TagClassName
{
border-color: #A40C58;
}
</style>