Shades of Jazzberry Jam #A40C53
Tints of Jazzberry Jam #A40C53
RGB
CMYK
RGB Variations
Color information
#A40C53 (or 0xA40C53) is known color: Jazzberry Jam. HEX triplet: A4, 0C and 53. RGB value is (164,12,83). Sum of RGB (Red+Green+Blue) = 164+12+83=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40C53 is #5BF3AC. Grayscale: #414141. Windows color (decimal): -6026157 or 5442724. OLE color: 5442724.
HSL color Cylindrical-coordinate representation of color #A40C53: hue angle of 331.97º 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 #A40C53 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 83 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.36 |
| HSL | 331.97º | 0.86% | 0.35% | - |
| HSV(B) | 331.97º | 0.93% | 0.64% | - |
| XYZ | 17 | 8.78 | 8.98 | - |
| YUV | 65.54 | 137.86 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 83 | 0 | 0.93 | 0.49 | 0.36 | 331.97 | 0.86 | 0.35 |
| Hex | A4 | C | 53 | 0 | 5D | 31 | 24 | 14C | 56 | 23 |
| Octal | 244 | 14 | 123 | 0 | 135 | 61 | 44 | 514 | 126 | 43 |
| Binary | 10100100 | 1100 | 1010011 | 0 | 1011101 | 110001 | 100100 | 101001100 | 1010110 | 100011 |
Color Harmonies of #A40C53
Complementary color
Monochromatic Colors of #A40C53
Black with #A40C53
Text Example
Text Example
White with #A40C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C53; }
p { color: rgb(164,12,83); }
H1.HeaderClassName
{
color: #A40C53;
}
.AnyTagClassName
{
color: #A40C53;
}
</style>
background-color css
<style>
a { background-color: #A40C53; }
a { background-color: rgb(164,12,83); }
div.DivClassName
{
background-color: #A40C53;
}
.BgClassName
{
background-color: #A40C53;
}
</style>
border-color css
<style>
span { border-color: #A40C53; }
span { border-color: rgb(164,12,83); }
td.TdClassName
{
border-color: #A40C53;
}
.TagClassName
{
border-color: #A40C53;
}
</style>