Shades of Jazzberry Jam #A5096C
Tints of Jazzberry Jam #A5096C
RGB
CMYK
RGB Variations
Color information
#A5096C (or 0xA5096C) is known color: Jazzberry Jam. HEX triplet: A5, 09 and 6C. RGB value is (165,9,108). Sum of RGB (Red+Green+Blue) = 165+9+108=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A5096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5096C is #5AF693. Grayscale: #424242. Windows color (decimal): -5961364 or 7080357. OLE color: 7080357.
HSL color Cylindrical-coordinate representation of color #A5096C: hue angle of 321.92º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5096C is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 9 | 108 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.35 |
| HSL | 321.92º | 0.9% | 0.34% | - |
| HSV(B) | 321.92º | 0.95% | 0.65% | - |
| XYZ | 18.32 | 9.28 | 15.01 | - |
| YUV | 66.93 | 151.18 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 9 | 108 | 0 | 0.95 | 0.35 | 0.35 | 321.92 | 0.9 | 0.34 |
| Hex | A5 | 9 | 6C | 0 | 5F | 23 | 23 | 142 | 5A | 22 |
| Octal | 245 | 11 | 154 | 0 | 137 | 43 | 43 | 502 | 132 | 42 |
| Binary | 10100101 | 1001 | 1101100 | 0 | 1011111 | 100011 | 100011 | 101000010 | 1011010 | 100010 |
Color Harmonies of #A5096C
Complementary color
Monochromatic Colors of #A5096C
Black with #A5096C
Text Example
Text Example
White with #A5096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5096C; }
p { color: rgb(165,9,108); }
H1.HeaderClassName
{
color: #A5096C;
}
.AnyTagClassName
{
color: #A5096C;
}
</style>
background-color css
<style>
a { background-color: #A5096C; }
a { background-color: rgb(165,9,108); }
div.DivClassName
{
background-color: #A5096C;
}
.BgClassName
{
background-color: #A5096C;
}
</style>
border-color css
<style>
span { border-color: #A5096C; }
span { border-color: rgb(165,9,108); }
td.TdClassName
{
border-color: #A5096C;
}
.TagClassName
{
border-color: #A5096C;
}
</style>