Shades of Jazzberry Jam #A5004C
Tints of Jazzberry Jam #A5004C
RGB
CMYK
RGB Variations
Color information
#A5004C (or 0xA5004C) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 4C. RGB value is (165,0,76). Sum of RGB (Red+Green+Blue) = 165+0+76=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A5004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5004C is #5AFFB3. Grayscale: #393939. Windows color (decimal): -5963700 or 4980901. OLE color: 4980901.
HSL color Cylindrical-coordinate representation of color #A5004C: hue angle of 332.36º 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 #A5004C is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.54 | 0.35 |
| HSL | 332.36º | 1% | 0.32% | - |
| HSV(B) | 332.36º | 1% | 0.65% | - |
| XYZ | 16.82 | 8.52 | 7.6 | - |
| YUV | 58 | 138.16 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 76 | 0 | 1 | 0.54 | 0.35 | 332.36 | 1 | 0.32 |
| Hex | A5 | 0 | 4C | 0 | 64 | 36 | 23 | 14C | 64 | 20 |
| Octal | 245 | 0 | 114 | 0 | 144 | 66 | 43 | 514 | 144 | 40 |
| Binary | 10100101 | 0 | 1001100 | 0 | 1100100 | 110110 | 100011 | 101001100 | 1100100 | 100000 |
Color Harmonies of #A5004C
Complementary color
Monochromatic Colors of #A5004C
Black with #A5004C
Text Example
Text Example
White with #A5004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5004C; }
p { color: rgb(165,0,76); }
H1.HeaderClassName
{
color: #A5004C;
}
.AnyTagClassName
{
color: #A5004C;
}
</style>
background-color css
<style>
a { background-color: #A5004C; }
a { background-color: rgb(165,0,76); }
div.DivClassName
{
background-color: #A5004C;
}
.BgClassName
{
background-color: #A5004C;
}
</style>
border-color css
<style>
span { border-color: #A5004C; }
span { border-color: rgb(165,0,76); }
td.TdClassName
{
border-color: #A5004C;
}
.TagClassName
{
border-color: #A5004C;
}
</style>