Shades of Jazzberry Jam #A50543
Tints of Jazzberry Jam #A50543
RGB
CMYK
RGB Variations
Color information
#A50543 (or 0xA50543) is known color: Jazzberry Jam. HEX triplet: A5, 05 and 43. RGB value is (165,5,67). Sum of RGB (Red+Green+Blue) = 165+5+67=237 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.62% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 165 - color contains mainly: red. Hex color #A50543 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50543 is #5AFABC. Grayscale: #3B3B3B. Windows color (decimal): -5962429 or 4392357. OLE color: 4392357.
HSL color Cylindrical-coordinate representation of color #A50543: hue angle of 336.75º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A50543 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 5 | 67 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.35 |
| HSL | 336.75º | 0.94% | 0.33% | - |
| HSV(B) | 336.75º | 0.97% | 0.65% | - |
| XYZ | 16.58 | 8.51 | 6.08 | - |
| YUV | 59.91 | 132.01 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 67 | 0 | 0.97 | 0.59 | 0.35 | 336.75 | 0.94 | 0.33 |
| Hex | A5 | 5 | 43 | 0 | 61 | 3B | 23 | 151 | 5E | 21 |
| Octal | 245 | 5 | 103 | 0 | 141 | 73 | 43 | 521 | 136 | 41 |
| Binary | 10100101 | 101 | 1000011 | 0 | 1100001 | 111011 | 100011 | 101010001 | 1011110 | 100001 |
Color Harmonies of #A50543
Complementary color
Monochromatic Colors of #A50543
Black with #A50543
Text Example
Text Example
White with #A50543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50543; }
p { color: rgb(165,5,67); }
H1.HeaderClassName
{
color: #A50543;
}
.AnyTagClassName
{
color: #A50543;
}
</style>
background-color css
<style>
a { background-color: #A50543; }
a { background-color: rgb(165,5,67); }
div.DivClassName
{
background-color: #A50543;
}
.BgClassName
{
background-color: #A50543;
}
</style>
border-color css
<style>
span { border-color: #A50543; }
span { border-color: rgb(165,5,67); }
td.TdClassName
{
border-color: #A50543;
}
.TagClassName
{
border-color: #A50543;
}
</style>