Shades of Jazzberry Jam #A9096E
Tints of Jazzberry Jam #A9096E
RGB
CMYK
RGB Variations
Color information
#A9096E (or 0xA9096E) is known color: Jazzberry Jam. HEX triplet: A9, 09 and 6E. RGB value is (169,9,110). Sum of RGB (Red+Green+Blue) = 169+9+110=288 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.68% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 169 - color contains mainly: red. Hex color #A9096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9096E is #56F691. Grayscale: #444444. Windows color (decimal): -5699218 or 7211433. OLE color: 7211433.
HSL color Cylindrical-coordinate representation of color #A9096E: hue angle of 322.12º 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 #A9096E is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 9 | 110 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.34 |
| HSL | 322.13º | 0.9% | 0.35% | - |
| HSV(B) | 322.13º | 0.95% | 0.66% | - |
| XYZ | 19.27 | 9.76 | 15.62 | - |
| YUV | 68.35 | 151.51 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 9 | 110 | 0 | 0.95 | 0.35 | 0.34 | 322.13 | 0.9 | 0.35 |
| Hex | A9 | 9 | 6E | 0 | 5F | 23 | 22 | 142 | 5A | 23 |
| Octal | 251 | 11 | 156 | 0 | 137 | 43 | 42 | 502 | 132 | 43 |
| Binary | 10101001 | 1001 | 1101110 | 0 | 1011111 | 100011 | 100010 | 101000010 | 1011010 | 100011 |
Color Harmonies of #A9096E
Complementary color
Monochromatic Colors of #A9096E
Black with #A9096E
Text Example
Text Example
White with #A9096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9096E; }
p { color: rgb(169,9,110); }
H1.HeaderClassName
{
color: #A9096E;
}
.AnyTagClassName
{
color: #A9096E;
}
</style>
background-color css
<style>
a { background-color: #A9096E; }
a { background-color: rgb(169,9,110); }
div.DivClassName
{
background-color: #A9096E;
}
.BgClassName
{
background-color: #A9096E;
}
</style>
border-color css
<style>
span { border-color: #A9096E; }
span { border-color: rgb(169,9,110); }
td.TdClassName
{
border-color: #A9096E;
}
.TagClassName
{
border-color: #A9096E;
}
</style>