Shades of Jazzberry Jam #A90653
Tints of Jazzberry Jam #A90653
RGB
CMYK
RGB Variations
Color information
#A90653 (or 0xA90653) is known color: Jazzberry Jam. HEX triplet: A9, 06 and 53. RGB value is (169,6,83). Sum of RGB (Red+Green+Blue) = 169+6+83=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A90653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90653 is #56F9AC. Grayscale: #3F3F3F. Windows color (decimal): -5700013 or 5441193. OLE color: 5441193.
HSL color Cylindrical-coordinate representation of color #A90653: hue angle of 331.66º 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 #A90653 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 6 | 83 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.34 |
| HSL | 331.66º | 0.93% | 0.34% | - |
| HSV(B) | 331.66º | 0.96% | 0.66% | - |
| XYZ | 17.99 | 9.19 | 9.01 | - |
| YUV | 63.52 | 139 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 83 | 0 | 0.96 | 0.51 | 0.34 | 331.66 | 0.93 | 0.34 |
| Hex | A9 | 6 | 53 | 0 | 60 | 33 | 22 | 14C | 5D | 22 |
| Octal | 251 | 6 | 123 | 0 | 140 | 63 | 42 | 514 | 135 | 42 |
| Binary | 10101001 | 110 | 1010011 | 0 | 1100000 | 110011 | 100010 | 101001100 | 1011101 | 100010 |
Color Harmonies of #A90653
Complementary color
Monochromatic Colors of #A90653
Black with #A90653
Text Example
Text Example
White with #A90653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90653; }
p { color: rgb(169,6,83); }
H1.HeaderClassName
{
color: #A90653;
}
.AnyTagClassName
{
color: #A90653;
}
</style>
background-color css
<style>
a { background-color: #A90653; }
a { background-color: rgb(169,6,83); }
div.DivClassName
{
background-color: #A90653;
}
.BgClassName
{
background-color: #A90653;
}
</style>
border-color css
<style>
span { border-color: #A90653; }
span { border-color: rgb(169,6,83); }
td.TdClassName
{
border-color: #A90653;
}
.TagClassName
{
border-color: #A90653;
}
</style>