Shades of Jazzberry Jam #A5005D
Tints of Jazzberry Jam #A5005D
RGB
CMYK
RGB Variations
Color information
#A5005D (or 0xA5005D) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 5D. RGB value is (165,0,93). Sum of RGB (Red+Green+Blue) = 165+0+93=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A5005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5005D is #5AFFA2. Grayscale: #3B3B3B. Windows color (decimal): -5963683 or 6095013. OLE color: 6095013.
HSL color Cylindrical-coordinate representation of color #A5005D: hue angle of 326.18º 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 #A5005D is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.44 | 0.35 |
| HSL | 326.18º | 1% | 0.32% | - |
| HSV(B) | 326.18º | 1% | 0.65% | - |
| XYZ | 17.49 | 8.79 | 11.13 | - |
| YUV | 59.94 | 146.66 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 93 | 0 | 1 | 0.44 | 0.35 | 326.18 | 1 | 0.32 |
| Hex | A5 | 0 | 5D | 0 | 64 | 2C | 23 | 146 | 64 | 20 |
| Octal | 245 | 0 | 135 | 0 | 144 | 54 | 43 | 506 | 144 | 40 |
| Binary | 10100101 | 0 | 1011101 | 0 | 1100100 | 101100 | 100011 | 101000110 | 1100100 | 100000 |
Color Harmonies of #A5005D
Complementary color
Monochromatic Colors of #A5005D
Black with #A5005D
Text Example
Text Example
White with #A5005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5005D; }
p { color: rgb(165,0,93); }
H1.HeaderClassName
{
color: #A5005D;
}
.AnyTagClassName
{
color: #A5005D;
}
</style>
background-color css
<style>
a { background-color: #A5005D; }
a { background-color: rgb(165,0,93); }
div.DivClassName
{
background-color: #A5005D;
}
.BgClassName
{
background-color: #A5005D;
}
</style>
border-color css
<style>
span { border-color: #A5005D; }
span { border-color: rgb(165,0,93); }
td.TdClassName
{
border-color: #A5005D;
}
.TagClassName
{
border-color: #A5005D;
}
</style>