Shades of Jazzberry Jam #A90641
Tints of Jazzberry Jam #A90641
RGB
CMYK
RGB Variations
Color information
#A90641 (or 0xA90641) is known color: Jazzberry Jam. HEX triplet: A9, 06 and 41. RGB value is (169,6,65). Sum of RGB (Red+Green+Blue) = 169+6+65=240 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.42% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 169 - color contains mainly: red. Hex color #A90641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90641 is #56F9BE. Grayscale: #3D3D3D. Windows color (decimal): -5700031 or 4261545. OLE color: 4261545.
HSL color Cylindrical-coordinate representation of color #A90641: hue angle of 338.28º 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 #A90641 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 6 | 65 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.34 |
| HSL | 338.28º | 0.93% | 0.34% | - |
| HSV(B) | 338.28º | 0.96% | 0.66% | - |
| XYZ | 17.38 | 8.95 | 5.81 | - |
| YUV | 61.46 | 130 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 65 | 0 | 0.96 | 0.62 | 0.34 | 338.28 | 0.93 | 0.34 |
| Hex | A9 | 6 | 41 | 0 | 60 | 3E | 22 | 152 | 5D | 22 |
| Octal | 251 | 6 | 101 | 0 | 140 | 76 | 42 | 522 | 135 | 42 |
| Binary | 10101001 | 110 | 1000001 | 0 | 1100000 | 111110 | 100010 | 101010010 | 1011101 | 100010 |
Color Harmonies of #A90641
Complementary color
Monochromatic Colors of #A90641
Black with #A90641
Text Example
Text Example
White with #A90641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90641; }
p { color: rgb(169,6,65); }
H1.HeaderClassName
{
color: #A90641;
}
.AnyTagClassName
{
color: #A90641;
}
</style>
background-color css
<style>
a { background-color: #A90641; }
a { background-color: rgb(169,6,65); }
div.DivClassName
{
background-color: #A90641;
}
.BgClassName
{
background-color: #A90641;
}
</style>
border-color css
<style>
span { border-color: #A90641; }
span { border-color: rgb(169,6,65); }
td.TdClassName
{
border-color: #A90641;
}
.TagClassName
{
border-color: #A90641;
}
</style>