Shades of Jazzberry Jam #A5005B
Tints of Jazzberry Jam #A5005B
RGB
CMYK
RGB Variations
Color information
#A5005B (or 0xA5005B) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 5B. RGB value is (165,0,91). Sum of RGB (Red+Green+Blue) = 165+0+91=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A5005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5005B is #5AFFA4. Grayscale: #3B3B3B. Windows color (decimal): -5963685 or 5963941. OLE color: 5963941.
HSL color Cylindrical-coordinate representation of color #A5005B: hue angle of 326.91º 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 #A5005B is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.45 | 0.35 |
| HSL | 326.91º | 1% | 0.32% | - |
| HSV(B) | 326.91º | 1% | 0.65% | - |
| XYZ | 17.41 | 8.75 | 10.67 | - |
| YUV | 59.71 | 145.66 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 91 | 0 | 1 | 0.45 | 0.35 | 326.91 | 1 | 0.32 |
| Hex | A5 | 0 | 5B | 0 | 64 | 2D | 23 | 147 | 64 | 20 |
| Octal | 245 | 0 | 133 | 0 | 144 | 55 | 43 | 507 | 144 | 40 |
| Binary | 10100101 | 0 | 1011011 | 0 | 1100100 | 101101 | 100011 | 101000111 | 1100100 | 100000 |
Color Harmonies of #A5005B
Complementary color
Monochromatic Colors of #A5005B
Black with #A5005B
Text Example
Text Example
White with #A5005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5005B; }
p { color: rgb(165,0,91); }
H1.HeaderClassName
{
color: #A5005B;
}
.AnyTagClassName
{
color: #A5005B;
}
</style>
background-color css
<style>
a { background-color: #A5005B; }
a { background-color: rgb(165,0,91); }
div.DivClassName
{
background-color: #A5005B;
}
.BgClassName
{
background-color: #A5005B;
}
</style>
border-color css
<style>
span { border-color: #A5005B; }
span { border-color: rgb(165,0,91); }
td.TdClassName
{
border-color: #A5005B;
}
.TagClassName
{
border-color: #A5005B;
}
</style>