Shades of Jazzberry Jam #A90C49
Tints of Jazzberry Jam #A90C49
RGB
CMYK
RGB Variations
Color information
#A90C49 (or 0xA90C49) is known color: Jazzberry Jam. HEX triplet: A9, 0C and 49. RGB value is (169,12,73). Sum of RGB (Red+Green+Blue) = 169+12+73=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90C49 is #56F3B6. Grayscale: #414141. Windows color (decimal): -5698487 or 4787369. OLE color: 4787369.
HSL color Cylindrical-coordinate representation of color #A90C49: hue angle of 336.69º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90C49 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 12 | 73 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.34 |
| HSL | 336.69º | 0.87% | 0.35% | - |
| HSV(B) | 336.69º | 0.93% | 0.66% | - |
| XYZ | 17.7 | 9.18 | 7.14 | - |
| YUV | 65.9 | 132.01 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 73 | 0 | 0.93 | 0.57 | 0.34 | 336.69 | 0.87 | 0.35 |
| Hex | A9 | C | 49 | 0 | 5D | 39 | 22 | 151 | 57 | 23 |
| Octal | 251 | 14 | 111 | 0 | 135 | 71 | 42 | 521 | 127 | 43 |
| Binary | 10101001 | 1100 | 1001001 | 0 | 1011101 | 111001 | 100010 | 101010001 | 1010111 | 100011 |
Color Harmonies of #A90C49
Complementary color
Monochromatic Colors of #A90C49
Black with #A90C49
Text Example
Text Example
White with #A90C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90C49; }
p { color: rgb(169,12,73); }
H1.HeaderClassName
{
color: #A90C49;
}
.AnyTagClassName
{
color: #A90C49;
}
</style>
background-color css
<style>
a { background-color: #A90C49; }
a { background-color: rgb(169,12,73); }
div.DivClassName
{
background-color: #A90C49;
}
.BgClassName
{
background-color: #A90C49;
}
</style>
border-color css
<style>
span { border-color: #A90C49; }
span { border-color: rgb(169,12,73); }
td.TdClassName
{
border-color: #A90C49;
}
.TagClassName
{
border-color: #A90C49;
}
</style>