Shades of Jazzberry Jam #A5024B
Tints of Jazzberry Jam #A5024B
RGB
CMYK
RGB Variations
Color information
#A5024B (or 0xA5024B) is known color: Jazzberry Jam. HEX triplet: A5, 02 and 4B. RGB value is (165,2,75). Sum of RGB (Red+Green+Blue) = 165+2+75=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A5024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5024B is #5AFDB4. Grayscale: #3A3A3A. Windows color (decimal): -5963189 or 4915877. OLE color: 4915877.
HSL color Cylindrical-coordinate representation of color #A5024B: hue angle of 333.13º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5024B is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.35 |
| HSL | 333.13º | 0.98% | 0.33% | - |
| HSV(B) | 333.13º | 0.99% | 0.65% | - |
| XYZ | 16.81 | 8.55 | 7.42 | - |
| YUV | 59.06 | 137 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 75 | 0 | 0.99 | 0.55 | 0.35 | 333.13 | 0.98 | 0.33 |
| Hex | A5 | 2 | 4B | 0 | 63 | 37 | 23 | 14D | 62 | 21 |
| Octal | 245 | 2 | 113 | 0 | 143 | 67 | 43 | 515 | 142 | 41 |
| Binary | 10100101 | 10 | 1001011 | 0 | 1100011 | 110111 | 100011 | 101001101 | 1100010 | 100001 |
Color Harmonies of #A5024B
Complementary color
Monochromatic Colors of #A5024B
Black with #A5024B
Text Example
Text Example
White with #A5024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5024B; }
p { color: rgb(165,2,75); }
H1.HeaderClassName
{
color: #A5024B;
}
.AnyTagClassName
{
color: #A5024B;
}
</style>
background-color css
<style>
a { background-color: #A5024B; }
a { background-color: rgb(165,2,75); }
div.DivClassName
{
background-color: #A5024B;
}
.BgClassName
{
background-color: #A5024B;
}
</style>
border-color css
<style>
span { border-color: #A5024B; }
span { border-color: rgb(165,2,75); }
td.TdClassName
{
border-color: #A5024B;
}
.TagClassName
{
border-color: #A5024B;
}
</style>