Shades of Jazzberry Jam #A50051
Tints of Jazzberry Jam #A50051
RGB
CMYK
RGB Variations
Color information
#A50051 (or 0xA50051) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 51. RGB value is (165,0,81). Sum of RGB (Red+Green+Blue) = 165+0+81=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A50051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50051 is #5AFFAE. Grayscale: #3A3A3A. Windows color (decimal): -5963695 or 5308581. OLE color: 5308581.
HSL color Cylindrical-coordinate representation of color #A50051: hue angle of 330.55º 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 #A50051 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.51 | 0.35 |
| HSL | 330.55º | 1% | 0.32% | - |
| HSV(B) | 330.55º | 1% | 0.65% | - |
| XYZ | 17 | 8.59 | 8.55 | - |
| YUV | 58.57 | 140.66 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 81 | 0 | 1 | 0.51 | 0.35 | 330.55 | 1 | 0.32 |
| Hex | A5 | 0 | 51 | 0 | 64 | 33 | 23 | 14B | 64 | 20 |
| Octal | 245 | 0 | 121 | 0 | 144 | 63 | 43 | 513 | 144 | 40 |
| Binary | 10100101 | 0 | 1010001 | 0 | 1100100 | 110011 | 100011 | 101001011 | 1100100 | 100000 |
Color Harmonies of #A50051
Complementary color
Monochromatic Colors of #A50051
Black with #A50051
Text Example
Text Example
White with #A50051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50051; }
p { color: rgb(165,0,81); }
H1.HeaderClassName
{
color: #A50051;
}
.AnyTagClassName
{
color: #A50051;
}
</style>
background-color css
<style>
a { background-color: #A50051; }
a { background-color: rgb(165,0,81); }
div.DivClassName
{
background-color: #A50051;
}
.BgClassName
{
background-color: #A50051;
}
</style>
border-color css
<style>
span { border-color: #A50051; }
span { border-color: rgb(165,0,81); }
td.TdClassName
{
border-color: #A50051;
}
.TagClassName
{
border-color: #A50051;
}
</style>