Shades of Jazzberry Jam #A90149
Tints of Jazzberry Jam #A90149
RGB
CMYK
RGB Variations
Color information
#A90149 (or 0xA90149) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 49. RGB value is (169,1,73). Sum of RGB (Red+Green+Blue) = 169+1+73=243 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.55% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 169 - color contains mainly: red. Hex color #A90149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90149 is #56FEB6. Grayscale: #3B3B3B. Windows color (decimal): -5701303 or 4784553. OLE color: 4784553.
HSL color Cylindrical-coordinate representation of color #A90149: hue angle of 334.29º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90149 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 73 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.34 |
| HSL | 334.29º | 0.99% | 0.33% | - |
| HSV(B) | 334.29º | 0.99% | 0.66% | - |
| XYZ | 17.58 | 8.94 | 7.1 | - |
| YUV | 59.44 | 135.66 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 73 | 0 | 0.99 | 0.57 | 0.34 | 334.29 | 0.99 | 0.33 |
| Hex | A9 | 1 | 49 | 0 | 63 | 39 | 22 | 14E | 63 | 21 |
| Octal | 251 | 1 | 111 | 0 | 143 | 71 | 42 | 516 | 143 | 41 |
| Binary | 10101001 | 1 | 1001001 | 0 | 1100011 | 111001 | 100010 | 101001110 | 1100011 | 100001 |
Color Harmonies of #A90149
Complementary color
Monochromatic Colors of #A90149
Black with #A90149
Text Example
Text Example
White with #A90149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90149; }
p { color: rgb(169,1,73); }
H1.HeaderClassName
{
color: #A90149;
}
.AnyTagClassName
{
color: #A90149;
}
</style>
background-color css
<style>
a { background-color: #A90149; }
a { background-color: rgb(169,1,73); }
div.DivClassName
{
background-color: #A90149;
}
.BgClassName
{
background-color: #A90149;
}
</style>
border-color css
<style>
span { border-color: #A90149; }
span { border-color: rgb(169,1,73); }
td.TdClassName
{
border-color: #A90149;
}
.TagClassName
{
border-color: #A90149;
}
</style>