Shades of Jazzberry Jam #A50451
Tints of Jazzberry Jam #A50451
RGB
CMYK
RGB Variations
Color information
#A50451 (or 0xA50451) is known color: Jazzberry Jam. HEX triplet: A5, 04 and 51. RGB value is (165,4,81). Sum of RGB (Red+Green+Blue) = 165+4+81=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A50451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50451 is #5AFBAE. Grayscale: #3C3C3C. Windows color (decimal): -5962671 or 5309605. OLE color: 5309605.
HSL color Cylindrical-coordinate representation of color #A50451: hue angle of 331.3º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A50451 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 4 | 81 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.35 |
| HSL | 331.3º | 0.95% | 0.33% | - |
| HSV(B) | 331.3º | 0.98% | 0.65% | - |
| XYZ | 17.05 | 8.68 | 8.56 | - |
| YUV | 60.92 | 139.34 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 81 | 0 | 0.98 | 0.51 | 0.35 | 331.3 | 0.95 | 0.33 |
| Hex | A5 | 4 | 51 | 0 | 62 | 33 | 23 | 14B | 5F | 21 |
| Octal | 245 | 4 | 121 | 0 | 142 | 63 | 43 | 513 | 137 | 41 |
| Binary | 10100101 | 100 | 1010001 | 0 | 1100010 | 110011 | 100011 | 101001011 | 1011111 | 100001 |
Color Harmonies of #A50451
Complementary color
Monochromatic Colors of #A50451
Black with #A50451
Text Example
Text Example
White with #A50451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50451; }
p { color: rgb(165,4,81); }
H1.HeaderClassName
{
color: #A50451;
}
.AnyTagClassName
{
color: #A50451;
}
</style>
background-color css
<style>
a { background-color: #A50451; }
a { background-color: rgb(165,4,81); }
div.DivClassName
{
background-color: #A50451;
}
.BgClassName
{
background-color: #A50451;
}
</style>
border-color css
<style>
span { border-color: #A50451; }
span { border-color: rgb(165,4,81); }
td.TdClassName
{
border-color: #A50451;
}
.TagClassName
{
border-color: #A50451;
}
</style>