Shades of Jazzberry Jam #A40C5E
Tints of Jazzberry Jam #A40C5E
RGB
CMYK
RGB Variations
Color information
#A40C5E (or 0xA40C5E) is known color: Jazzberry Jam. HEX triplet: A4, 0C and 5E. RGB value is (164,12,94). Sum of RGB (Red+Green+Blue) = 164+12+94=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40C5E is #5BF3A1. Grayscale: #424242. Windows color (decimal): -6026146 or 6163620. OLE color: 6163620.
HSL color Cylindrical-coordinate representation of color #A40C5E: hue angle of 327.63º 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 #A40C5E is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 94 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.36 |
| HSL | 327.63º | 0.86% | 0.35% | - |
| HSV(B) | 327.63º | 0.93% | 0.64% | - |
| XYZ | 17.46 | 8.96 | 11.4 | - |
| YUV | 66.8 | 143.36 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 94 | 0 | 0.93 | 0.43 | 0.36 | 327.63 | 0.86 | 0.35 |
| Hex | A4 | C | 5E | 0 | 5D | 2B | 24 | 148 | 56 | 23 |
| Octal | 244 | 14 | 136 | 0 | 135 | 53 | 44 | 510 | 126 | 43 |
| Binary | 10100100 | 1100 | 1011110 | 0 | 1011101 | 101011 | 100100 | 101001000 | 1010110 | 100011 |
Color Harmonies of #A40C5E
Complementary color
Monochromatic Colors of #A40C5E
Black with #A40C5E
Text Example
Text Example
White with #A40C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C5E; }
p { color: rgb(164,12,94); }
H1.HeaderClassName
{
color: #A40C5E;
}
.AnyTagClassName
{
color: #A40C5E;
}
</style>
background-color css
<style>
a { background-color: #A40C5E; }
a { background-color: rgb(164,12,94); }
div.DivClassName
{
background-color: #A40C5E;
}
.BgClassName
{
background-color: #A40C5E;
}
</style>
border-color css
<style>
span { border-color: #A40C5E; }
span { border-color: rgb(164,12,94); }
td.TdClassName
{
border-color: #A40C5E;
}
.TagClassName
{
border-color: #A40C5E;
}
</style>