Shades of Jazzberry Jam #A9096B
Tints of Jazzberry Jam #A9096B
RGB
CMYK
RGB Variations
Color information
#A9096B (or 0xA9096B) is known color: Jazzberry Jam. HEX triplet: A9, 09 and 6B. RGB value is (169,9,107). Sum of RGB (Red+Green+Blue) = 169+9+107=285 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.30% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 169 - color contains mainly: red. Hex color #A9096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9096B is #56F694. Grayscale: #434343. Windows color (decimal): -5699221 or 7014825. OLE color: 7014825.
HSL color Cylindrical-coordinate representation of color #A9096B: hue angle of 323.25º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A9096B is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 9 | 107 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.34 |
| HSL | 323.25º | 0.9% | 0.35% | - |
| HSV(B) | 323.25º | 0.95% | 0.66% | - |
| XYZ | 19.11 | 9.69 | 14.77 | - |
| YUV | 68.01 | 150.01 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 9 | 107 | 0 | 0.95 | 0.37 | 0.34 | 323.25 | 0.9 | 0.35 |
| Hex | A9 | 9 | 6B | 0 | 5F | 25 | 22 | 143 | 5A | 23 |
| Octal | 251 | 11 | 153 | 0 | 137 | 45 | 42 | 503 | 132 | 43 |
| Binary | 10101001 | 1001 | 1101011 | 0 | 1011111 | 100101 | 100010 | 101000011 | 1011010 | 100011 |
Color Harmonies of #A9096B
Complementary color
Monochromatic Colors of #A9096B
Black with #A9096B
Text Example
Text Example
White with #A9096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9096B; }
p { color: rgb(169,9,107); }
H1.HeaderClassName
{
color: #A9096B;
}
.AnyTagClassName
{
color: #A9096B;
}
</style>
background-color css
<style>
a { background-color: #A9096B; }
a { background-color: rgb(169,9,107); }
div.DivClassName
{
background-color: #A9096B;
}
.BgClassName
{
background-color: #A9096B;
}
</style>
border-color css
<style>
span { border-color: #A9096B; }
span { border-color: rgb(169,9,107); }
td.TdClassName
{
border-color: #A9096B;
}
.TagClassName
{
border-color: #A9096B;
}
</style>