Shades of Jazzberry Jam #A90640
Tints of Jazzberry Jam #A90640
RGB
CMYK
RGB Variations
Color information
#A90640 (or 0xA90640) is known color: Jazzberry Jam. HEX triplet: A9, 06 and 40. RGB value is (169,6,64). Sum of RGB (Red+Green+Blue) = 169+6+64=239 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.71% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 169 - color contains mainly: red. Hex color #A90640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90640 is #56F9BF. Grayscale: #3D3D3D. Windows color (decimal): -5700032 or 4196009. OLE color: 4196009.
HSL color Cylindrical-coordinate representation of color #A90640: hue angle of 338.65º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90640 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 6 | 64 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.34 |
| HSL | 338.65º | 0.93% | 0.34% | - |
| HSV(B) | 338.65º | 0.96% | 0.66% | - |
| XYZ | 17.35 | 8.94 | 5.66 | - |
| YUV | 61.35 | 129.5 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 64 | 0 | 0.96 | 0.62 | 0.34 | 338.65 | 0.93 | 0.34 |
| Hex | A9 | 6 | 40 | 0 | 60 | 3E | 22 | 153 | 5D | 22 |
| Octal | 251 | 6 | 100 | 0 | 140 | 76 | 42 | 523 | 135 | 42 |
| Binary | 10101001 | 110 | 1000000 | 0 | 1100000 | 111110 | 100010 | 101010011 | 1011101 | 100010 |
Color Harmonies of #A90640
Complementary color
Monochromatic Colors of #A90640
Black with #A90640
Text Example
Text Example
White with #A90640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90640; }
p { color: rgb(169,6,64); }
H1.HeaderClassName
{
color: #A90640;
}
.AnyTagClassName
{
color: #A90640;
}
</style>
background-color css
<style>
a { background-color: #A90640; }
a { background-color: rgb(169,6,64); }
div.DivClassName
{
background-color: #A90640;
}
.BgClassName
{
background-color: #A90640;
}
</style>
border-color css
<style>
span { border-color: #A90640; }
span { border-color: rgb(169,6,64); }
td.TdClassName
{
border-color: #A90640;
}
.TagClassName
{
border-color: #A90640;
}
</style>