Shades of Jazzberry Jam #A40C54
Tints of Jazzberry Jam #A40C54
RGB
CMYK
RGB Variations
Color information
#A40C54 (or 0xA40C54) is known color: Jazzberry Jam. HEX triplet: A4, 0C and 54. RGB value is (164,12,84). Sum of RGB (Red+Green+Blue) = 164+12+84=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40C54 is #5BF3AB. Grayscale: #414141. Windows color (decimal): -6026156 or 5508260. OLE color: 5508260.
HSL color Cylindrical-coordinate representation of color #A40C54: hue angle of 331.58º 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 #A40C54 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 84 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.36 |
| HSL | 331.58º | 0.86% | 0.35% | - |
| HSV(B) | 331.58º | 0.93% | 0.64% | - |
| XYZ | 17.04 | 8.8 | 9.19 | - |
| YUV | 65.66 | 138.36 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 84 | 0 | 0.93 | 0.49 | 0.36 | 331.58 | 0.86 | 0.35 |
| Hex | A4 | C | 54 | 0 | 5D | 31 | 24 | 14C | 56 | 23 |
| Octal | 244 | 14 | 124 | 0 | 135 | 61 | 44 | 514 | 126 | 43 |
| Binary | 10100100 | 1100 | 1010100 | 0 | 1011101 | 110001 | 100100 | 101001100 | 1010110 | 100011 |
Color Harmonies of #A40C54
Complementary color
Monochromatic Colors of #A40C54
Black with #A40C54
Text Example
Text Example
White with #A40C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C54; }
p { color: rgb(164,12,84); }
H1.HeaderClassName
{
color: #A40C54;
}
.AnyTagClassName
{
color: #A40C54;
}
</style>
background-color css
<style>
a { background-color: #A40C54; }
a { background-color: rgb(164,12,84); }
div.DivClassName
{
background-color: #A40C54;
}
.BgClassName
{
background-color: #A40C54;
}
</style>
border-color css
<style>
span { border-color: #A40C54; }
span { border-color: rgb(164,12,84); }
td.TdClassName
{
border-color: #A40C54;
}
.TagClassName
{
border-color: #A40C54;
}
</style>