Shades of Jazzberry Jam #A90146
Tints of Jazzberry Jam #A90146
RGB
CMYK
RGB Variations
Color information
#A90146 (or 0xA90146) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 46. RGB value is (169,1,70). Sum of RGB (Red+Green+Blue) = 169+1+70=240 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.42% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 169 - color contains mainly: red. Hex color #A90146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90146 is #56FEB9. Grayscale: #3A3A3A. Windows color (decimal): -5701306 or 4587945. OLE color: 4587945.
HSL color Cylindrical-coordinate representation of color #A90146: hue angle of 335.36º 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 #A90146 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 70 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.34 |
| HSL | 335.36º | 0.99% | 0.33% | - |
| HSV(B) | 335.36º | 0.99% | 0.66% | - |
| XYZ | 17.48 | 8.9 | 6.59 | - |
| YUV | 59.1 | 134.16 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 70 | 0 | 0.99 | 0.59 | 0.34 | 335.36 | 0.99 | 0.33 |
| Hex | A9 | 1 | 46 | 0 | 63 | 3B | 22 | 14F | 63 | 21 |
| Octal | 251 | 1 | 106 | 0 | 143 | 73 | 42 | 517 | 143 | 41 |
| Binary | 10101001 | 1 | 1000110 | 0 | 1100011 | 111011 | 100010 | 101001111 | 1100011 | 100001 |
Color Harmonies of #A90146
Complementary color
Monochromatic Colors of #A90146
Black with #A90146
Text Example
Text Example
White with #A90146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90146; }
p { color: rgb(169,1,70); }
H1.HeaderClassName
{
color: #A90146;
}
.AnyTagClassName
{
color: #A90146;
}
</style>
background-color css
<style>
a { background-color: #A90146; }
a { background-color: rgb(169,1,70); }
div.DivClassName
{
background-color: #A90146;
}
.BgClassName
{
background-color: #A90146;
}
</style>
border-color css
<style>
span { border-color: #A90146; }
span { border-color: rgb(169,1,70); }
td.TdClassName
{
border-color: #A90146;
}
.TagClassName
{
border-color: #A90146;
}
</style>