Shades of Jazzberry Jam #A5096B
Tints of Jazzberry Jam #A5096B
RGB
CMYK
RGB Variations
Color information
#A5096B (or 0xA5096B) is known color: Jazzberry Jam. HEX triplet: A5, 09 and 6B. RGB value is (165,9,107). Sum of RGB (Red+Green+Blue) = 165+9+107=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A5096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5096B is #5AF694. Grayscale: #424242. Windows color (decimal): -5961365 or 7014821. OLE color: 7014821.
HSL color Cylindrical-coordinate representation of color #A5096B: hue angle of 322.31º 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 #A5096B is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 9 | 107 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.35 |
| HSL | 322.31º | 0.9% | 0.34% | - |
| HSV(B) | 322.31º | 0.95% | 0.65% | - |
| XYZ | 18.27 | 9.26 | 14.73 | - |
| YUV | 66.82 | 150.68 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 9 | 107 | 0 | 0.95 | 0.35 | 0.35 | 322.31 | 0.9 | 0.34 |
| Hex | A5 | 9 | 6B | 0 | 5F | 23 | 23 | 142 | 5A | 22 |
| Octal | 245 | 11 | 153 | 0 | 137 | 43 | 43 | 502 | 132 | 42 |
| Binary | 10100101 | 1001 | 1101011 | 0 | 1011111 | 100011 | 100011 | 101000010 | 1011010 | 100010 |
Color Harmonies of #A5096B
Complementary color
Monochromatic Colors of #A5096B
Black with #A5096B
Text Example
Text Example
White with #A5096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5096B; }
p { color: rgb(165,9,107); }
H1.HeaderClassName
{
color: #A5096B;
}
.AnyTagClassName
{
color: #A5096B;
}
</style>
background-color css
<style>
a { background-color: #A5096B; }
a { background-color: rgb(165,9,107); }
div.DivClassName
{
background-color: #A5096B;
}
.BgClassName
{
background-color: #A5096B;
}
</style>
border-color css
<style>
span { border-color: #A5096B; }
span { border-color: rgb(165,9,107); }
td.TdClassName
{
border-color: #A5096B;
}
.TagClassName
{
border-color: #A5096B;
}
</style>