Shades of Jazzberry Jam #A5005C
Tints of Jazzberry Jam #A5005C
RGB
CMYK
RGB Variations
Color information
#A5005C (or 0xA5005C) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 5C. RGB value is (165,0,92). Sum of RGB (Red+Green+Blue) = 165+0+92=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A5005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5005C is #5AFFA3. Grayscale: #3B3B3B. Windows color (decimal): -5963684 or 6029477. OLE color: 6029477.
HSL color Cylindrical-coordinate representation of color #A5005C: hue angle of 326.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 #A5005C is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.44 | 0.35 |
| HSL | 326.55º | 1% | 0.32% | - |
| HSV(B) | 326.55º | 1% | 0.65% | - |
| XYZ | 17.45 | 8.77 | 10.9 | - |
| YUV | 59.82 | 146.16 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 92 | 0 | 1 | 0.44 | 0.35 | 326.55 | 1 | 0.32 |
| Hex | A5 | 0 | 5C | 0 | 64 | 2C | 23 | 147 | 64 | 20 |
| Octal | 245 | 0 | 134 | 0 | 144 | 54 | 43 | 507 | 144 | 40 |
| Binary | 10100101 | 0 | 1011100 | 0 | 1100100 | 101100 | 100011 | 101000111 | 1100100 | 100000 |
Color Harmonies of #A5005C
Complementary color
Monochromatic Colors of #A5005C
Black with #A5005C
Text Example
Text Example
White with #A5005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5005C; }
p { color: rgb(165,0,92); }
H1.HeaderClassName
{
color: #A5005C;
}
.AnyTagClassName
{
color: #A5005C;
}
</style>
background-color css
<style>
a { background-color: #A5005C; }
a { background-color: rgb(165,0,92); }
div.DivClassName
{
background-color: #A5005C;
}
.BgClassName
{
background-color: #A5005C;
}
</style>
border-color css
<style>
span { border-color: #A5005C; }
span { border-color: rgb(165,0,92); }
td.TdClassName
{
border-color: #A5005C;
}
.TagClassName
{
border-color: #A5005C;
}
</style>