Shades of Jazzberry Jam #A5004E
Tints of Jazzberry Jam #A5004E
RGB
CMYK
RGB Variations
Color information
#A5004E (or 0xA5004E) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 4E. RGB value is (165,0,78). Sum of RGB (Red+Green+Blue) = 165+0+78=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A5004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5004E is #5AFFB1. Grayscale: #3A3A3A. Windows color (decimal): -5963698 or 5111973. OLE color: 5111973.
HSL color Cylindrical-coordinate representation of color #A5004E: hue angle of 331.64º 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 #A5004E is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.53 | 0.35 |
| HSL | 331.64º | 1% | 0.32% | - |
| HSV(B) | 331.64º | 1% | 0.65% | - |
| XYZ | 16.89 | 8.55 | 7.97 | - |
| YUV | 58.23 | 139.16 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 78 | 0 | 1 | 0.53 | 0.35 | 331.64 | 1 | 0.32 |
| Hex | A5 | 0 | 4E | 0 | 64 | 35 | 23 | 14C | 64 | 20 |
| Octal | 245 | 0 | 116 | 0 | 144 | 65 | 43 | 514 | 144 | 40 |
| Binary | 10100101 | 0 | 1001110 | 0 | 1100100 | 110101 | 100011 | 101001100 | 1100100 | 100000 |
Color Harmonies of #A5004E
Complementary color
Monochromatic Colors of #A5004E
Black with #A5004E
Text Example
Text Example
White with #A5004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5004E; }
p { color: rgb(165,0,78); }
H1.HeaderClassName
{
color: #A5004E;
}
.AnyTagClassName
{
color: #A5004E;
}
</style>
background-color css
<style>
a { background-color: #A5004E; }
a { background-color: rgb(165,0,78); }
div.DivClassName
{
background-color: #A5004E;
}
.BgClassName
{
background-color: #A5004E;
}
</style>
border-color css
<style>
span { border-color: #A5004E; }
span { border-color: rgb(165,0,78); }
td.TdClassName
{
border-color: #A5004E;
}
.TagClassName
{
border-color: #A5004E;
}
</style>