Shades of Jazzberry Jam #A90A56
Tints of Jazzberry Jam #A90A56
RGB
CMYK
RGB Variations
Color information
#A90A56 (or 0xA90A56) is known color: Jazzberry Jam. HEX triplet: A9, 0A and 56. RGB value is (169,10,86). Sum of RGB (Red+Green+Blue) = 169+10+86=265 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.77% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90A56 is #56F5A9. Grayscale: #424242. Windows color (decimal): -5698986 or 5638825. OLE color: 5638825.
HSL color Cylindrical-coordinate representation of color #A90A56: hue angle of 331.32º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90A56 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 10 | 86 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.34 |
| HSL | 331.32º | 0.89% | 0.35% | - |
| HSV(B) | 331.32º | 0.94% | 0.66% | - |
| XYZ | 18.15 | 9.32 | 9.65 | - |
| YUV | 66.21 | 139.18 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 86 | 0 | 0.94 | 0.49 | 0.34 | 331.32 | 0.89 | 0.35 |
| Hex | A9 | A | 56 | 0 | 5E | 31 | 22 | 14B | 59 | 23 |
| Octal | 251 | 12 | 126 | 0 | 136 | 61 | 42 | 513 | 131 | 43 |
| Binary | 10101001 | 1010 | 1010110 | 0 | 1011110 | 110001 | 100010 | 101001011 | 1011001 | 100011 |
Color Harmonies of #A90A56
Complementary color
Monochromatic Colors of #A90A56
Black with #A90A56
Text Example
Text Example
White with #A90A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90A56; }
p { color: rgb(169,10,86); }
H1.HeaderClassName
{
color: #A90A56;
}
.AnyTagClassName
{
color: #A90A56;
}
</style>
background-color css
<style>
a { background-color: #A90A56; }
a { background-color: rgb(169,10,86); }
div.DivClassName
{
background-color: #A90A56;
}
.BgClassName
{
background-color: #A90A56;
}
</style>
border-color css
<style>
span { border-color: #A90A56; }
span { border-color: rgb(169,10,86); }
td.TdClassName
{
border-color: #A90A56;
}
.TagClassName
{
border-color: #A90A56;
}
</style>