Shades of Jazzberry Jam #A0053F
Tints of Jazzberry Jam #A0053F
RGB
CMYK
RGB Variations
Color information
#A0053F (or 0xA0053F) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 3F. RGB value is (160,5,63). Sum of RGB (Red+Green+Blue) = 160+5+63=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A0053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0053F is #5FFAC0. Grayscale: #393939. Windows color (decimal): -6290113 or 4130208. OLE color: 4130208.
HSL color Cylindrical-coordinate representation of color #A0053F: hue angle of 337.55º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0053F is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 63 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.37 |
| HSL | 337.55º | 0.94% | 0.32% | - |
| HSV(B) | 337.55º | 0.97% | 0.63% | - |
| XYZ | 15.45 | 7.94 | 5.42 | - |
| YUV | 57.96 | 130.85 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 63 | 0 | 0.97 | 0.61 | 0.37 | 337.55 | 0.94 | 0.32 |
| Hex | A0 | 5 | 3F | 0 | 61 | 3D | 25 | 152 | 5E | 20 |
| Octal | 240 | 5 | 77 | 0 | 141 | 75 | 45 | 522 | 136 | 40 |
| Binary | 10100000 | 101 | 111111 | 0 | 1100001 | 111101 | 100101 | 101010010 | 1011110 | 100000 |
Color Harmonies of #A0053F
Complementary color
Monochromatic Colors of #A0053F
Black with #A0053F
Text Example
Text Example
White with #A0053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0053F; }
p { color: rgb(160,5,63); }
H1.HeaderClassName
{
color: #A0053F;
}
.AnyTagClassName
{
color: #A0053F;
}
</style>
background-color css
<style>
a { background-color: #A0053F; }
a { background-color: rgb(160,5,63); }
div.DivClassName
{
background-color: #A0053F;
}
.BgClassName
{
background-color: #A0053F;
}
</style>
border-color css
<style>
span { border-color: #A0053F; }
span { border-color: rgb(160,5,63); }
td.TdClassName
{
border-color: #A0053F;
}
.TagClassName
{
border-color: #A0053F;
}
</style>