Shades of Jazzberry Jam #A50A5E
Tints of Jazzberry Jam #A50A5E
RGB
CMYK
RGB Variations
Color information
#A50A5E (or 0xA50A5E) is known color: Jazzberry Jam. HEX triplet: A5, 0A and 5E. RGB value is (165,10,94). Sum of RGB (Red+Green+Blue) = 165+10+94=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50A5E is #5AF5A1. Grayscale: #414141. Windows color (decimal): -5961122 or 6163109. OLE color: 6163109.
HSL color Cylindrical-coordinate representation of color #A50A5E: hue angle of 327.48º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50A5E is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 10 | 94 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.35 |
| HSL | 327.48º | 0.89% | 0.34% | - |
| HSV(B) | 327.48º | 0.94% | 0.65% | - |
| XYZ | 17.65 | 9.02 | 11.4 | - |
| YUV | 65.92 | 143.85 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 94 | 0 | 0.94 | 0.43 | 0.35 | 327.48 | 0.89 | 0.34 |
| Hex | A5 | A | 5E | 0 | 5E | 2B | 23 | 147 | 59 | 22 |
| Octal | 245 | 12 | 136 | 0 | 136 | 53 | 43 | 507 | 131 | 42 |
| Binary | 10100101 | 1010 | 1011110 | 0 | 1011110 | 101011 | 100011 | 101000111 | 1011001 | 100010 |
Color Harmonies of #A50A5E
Complementary color
Monochromatic Colors of #A50A5E
Black with #A50A5E
Text Example
Text Example
White with #A50A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50A5E; }
p { color: rgb(165,10,94); }
H1.HeaderClassName
{
color: #A50A5E;
}
.AnyTagClassName
{
color: #A50A5E;
}
</style>
background-color css
<style>
a { background-color: #A50A5E; }
a { background-color: rgb(165,10,94); }
div.DivClassName
{
background-color: #A50A5E;
}
.BgClassName
{
background-color: #A50A5E;
}
</style>
border-color css
<style>
span { border-color: #A50A5E; }
span { border-color: rgb(165,10,94); }
td.TdClassName
{
border-color: #A50A5E;
}
.TagClassName
{
border-color: #A50A5E;
}
</style>