Shades of Jazzberry Jam #A5005A
Tints of Jazzberry Jam #A5005A
RGB
CMYK
RGB Variations
Color information
#A5005A (or 0xA5005A) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 5A. RGB value is (165,0,90). Sum of RGB (Red+Green+Blue) = 165+0+90=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A5005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5005A is #5AFFA5. Grayscale: #3B3B3B. Windows color (decimal): -5963686 or 5898405. OLE color: 5898405.
HSL color Cylindrical-coordinate representation of color #A5005A: hue angle of 327.27º 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 #A5005A is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.45 | 0.35 |
| HSL | 327.27º | 1% | 0.32% | - |
| HSV(B) | 327.27º | 1% | 0.65% | - |
| XYZ | 17.36 | 8.74 | 10.44 | - |
| YUV | 59.6 | 145.16 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 90 | 0 | 1 | 0.45 | 0.35 | 327.27 | 1 | 0.32 |
| Hex | A5 | 0 | 5A | 0 | 64 | 2D | 23 | 147 | 64 | 20 |
| Octal | 245 | 0 | 132 | 0 | 144 | 55 | 43 | 507 | 144 | 40 |
| Binary | 10100101 | 0 | 1011010 | 0 | 1100100 | 101101 | 100011 | 101000111 | 1100100 | 100000 |
Color Harmonies of #A5005A
Complementary color
Monochromatic Colors of #A5005A
Black with #A5005A
Text Example
Text Example
White with #A5005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5005A; }
p { color: rgb(165,0,90); }
H1.HeaderClassName
{
color: #A5005A;
}
.AnyTagClassName
{
color: #A5005A;
}
</style>
background-color css
<style>
a { background-color: #A5005A; }
a { background-color: rgb(165,0,90); }
div.DivClassName
{
background-color: #A5005A;
}
.BgClassName
{
background-color: #A5005A;
}
</style>
border-color css
<style>
span { border-color: #A5005A; }
span { border-color: rgb(165,0,90); }
td.TdClassName
{
border-color: #A5005A;
}
.TagClassName
{
border-color: #A5005A;
}
</style>