Shades of Jazzberry Jam #A40C50
Tints of Jazzberry Jam #A40C50
RGB
CMYK
RGB Variations
Color information
#A40C50 (or 0xA40C50) is known color: Jazzberry Jam. HEX triplet: A4, 0C and 50. RGB value is (164,12,80). Sum of RGB (Red+Green+Blue) = 164+12+80=256 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.06% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40C50 is #5BF3AF. Grayscale: #414141. Windows color (decimal): -6026160 or 5246116. OLE color: 5246116.
HSL color Cylindrical-coordinate representation of color #A40C50: hue angle of 333.16º 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 #A40C50 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 80 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.36 |
| HSL | 333.16º | 0.86% | 0.35% | - |
| HSV(B) | 333.16º | 0.93% | 0.64% | - |
| XYZ | 16.89 | 8.73 | 8.39 | - |
| YUV | 65.2 | 136.36 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 80 | 0 | 0.93 | 0.51 | 0.36 | 333.16 | 0.86 | 0.35 |
| Hex | A4 | C | 50 | 0 | 5D | 33 | 24 | 14D | 56 | 23 |
| Octal | 244 | 14 | 120 | 0 | 135 | 63 | 44 | 515 | 126 | 43 |
| Binary | 10100100 | 1100 | 1010000 | 0 | 1011101 | 110011 | 100100 | 101001101 | 1010110 | 100011 |
Color Harmonies of #A40C50
Complementary color
Monochromatic Colors of #A40C50
Black with #A40C50
Text Example
Text Example
White with #A40C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C50; }
p { color: rgb(164,12,80); }
H1.HeaderClassName
{
color: #A40C50;
}
.AnyTagClassName
{
color: #A40C50;
}
</style>
background-color css
<style>
a { background-color: #A40C50; }
a { background-color: rgb(164,12,80); }
div.DivClassName
{
background-color: #A40C50;
}
.BgClassName
{
background-color: #A40C50;
}
</style>
border-color css
<style>
span { border-color: #A40C50; }
span { border-color: rgb(164,12,80); }
td.TdClassName
{
border-color: #A40C50;
}
.TagClassName
{
border-color: #A40C50;
}
</style>