Shades of Jazzberry Jam #A9095E
Tints of Jazzberry Jam #A9095E
RGB
CMYK
RGB Variations
Color information
#A9095E (or 0xA9095E) is known color: Jazzberry Jam. HEX triplet: A9, 09 and 5E. RGB value is (169,9,94). Sum of RGB (Red+Green+Blue) = 169+9+94=272 (36% of max value = 765). Red value is 169 (66.41% from 255 or 62.13% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 169 - color contains mainly: red. Hex color #A9095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9095E is #56F6A1. Grayscale: #424242. Windows color (decimal): -5699234 or 6162857. OLE color: 6162857.
HSL color Cylindrical-coordinate representation of color #A9095E: hue angle of 328.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 #A9095E is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 9 | 94 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.34 |
| HSL | 328.13º | 0.9% | 0.35% | - |
| HSV(B) | 328.13º | 0.95% | 0.66% | - |
| XYZ | 18.48 | 9.44 | 11.44 | - |
| YUV | 66.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 9 | 94 | 0 | 0.95 | 0.44 | 0.34 | 328.13 | 0.9 | 0.35 |
| Hex | A9 | 9 | 5E | 0 | 5F | 2C | 22 | 148 | 5A | 23 |
| Octal | 251 | 11 | 136 | 0 | 137 | 54 | 42 | 510 | 132 | 43 |
| Binary | 10101001 | 1001 | 1011110 | 0 | 1011111 | 101100 | 100010 | 101001000 | 1011010 | 100011 |
Color Harmonies of #A9095E
Complementary color
Monochromatic Colors of #A9095E
Black with #A9095E
Text Example
Text Example
White with #A9095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9095E; }
p { color: rgb(169,9,94); }
H1.HeaderClassName
{
color: #A9095E;
}
.AnyTagClassName
{
color: #A9095E;
}
</style>
background-color css
<style>
a { background-color: #A9095E; }
a { background-color: rgb(169,9,94); }
div.DivClassName
{
background-color: #A9095E;
}
.BgClassName
{
background-color: #A9095E;
}
</style>
border-color css
<style>
span { border-color: #A9095E; }
span { border-color: rgb(169,9,94); }
td.TdClassName
{
border-color: #A9095E;
}
.TagClassName
{
border-color: #A9095E;
}
</style>