Shades of Jazzberry Jam #A50048
Tints of Jazzberry Jam #A50048
RGB
CMYK
RGB Variations
Color information
#A50048 (or 0xA50048) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 48. RGB value is (165,0,72). Sum of RGB (Red+Green+Blue) = 165+0+72=237 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.62% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 165 - color contains mainly: red. Hex color #A50048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50048 is #5AFFB7. Grayscale: #393939. Windows color (decimal): -5963704 or 4718757. OLE color: 4718757.
HSL color Cylindrical-coordinate representation of color #A50048: hue angle of 333.82º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A50048 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.56 | 0.35 |
| HSL | 333.82º | 1% | 0.32% | - |
| HSV(B) | 333.82º | 1% | 0.65% | - |
| XYZ | 16.69 | 8.47 | 6.89 | - |
| YUV | 57.54 | 136.16 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 72 | 0 | 1 | 0.56 | 0.35 | 333.82 | 1 | 0.32 |
| Hex | A5 | 0 | 48 | 0 | 64 | 38 | 23 | 14E | 64 | 20 |
| Octal | 245 | 0 | 110 | 0 | 144 | 70 | 43 | 516 | 144 | 40 |
| Binary | 10100101 | 0 | 1001000 | 0 | 1100100 | 111000 | 100011 | 101001110 | 1100100 | 100000 |
Color Harmonies of #A50048
Complementary color
Monochromatic Colors of #A50048
Black with #A50048
Text Example
Text Example
White with #A50048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50048; }
p { color: rgb(165,0,72); }
H1.HeaderClassName
{
color: #A50048;
}
.AnyTagClassName
{
color: #A50048;
}
</style>
background-color css
<style>
a { background-color: #A50048; }
a { background-color: rgb(165,0,72); }
div.DivClassName
{
background-color: #A50048;
}
.BgClassName
{
background-color: #A50048;
}
</style>
border-color css
<style>
span { border-color: #A50048; }
span { border-color: rgb(165,0,72); }
td.TdClassName
{
border-color: #A50048;
}
.TagClassName
{
border-color: #A50048;
}
</style>