Shades of Jazzberry Jam #A90455
Tints of Jazzberry Jam #A90455
RGB
CMYK
RGB Variations
Color information
#A90455 (or 0xA90455) is known color: Jazzberry Jam. HEX triplet: A9, 04 and 55. RGB value is (169,4,85). Sum of RGB (Red+Green+Blue) = 169+4+85=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A90455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90455 is #56FBAA. Grayscale: #3E3E3E. Windows color (decimal): -5700523 or 5571753. OLE color: 5571753.
HSL color Cylindrical-coordinate representation of color #A90455: hue angle of 330.55º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A90455 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 4 | 85 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.34 |
| HSL | 330.55º | 0.95% | 0.34% | - |
| HSV(B) | 330.55º | 0.98% | 0.66% | - |
| XYZ | 18.05 | 9.18 | 9.41 | - |
| YUV | 62.57 | 140.66 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 85 | 0 | 0.98 | 0.50 | 0.34 | 330.55 | 0.95 | 0.34 |
| Hex | A9 | 4 | 55 | 0 | 62 | 32 | 22 | 14B | 5F | 22 |
| Octal | 251 | 4 | 125 | 0 | 142 | 62 | 42 | 513 | 137 | 42 |
| Binary | 10101001 | 100 | 1010101 | 0 | 1100010 | 110010 | 100010 | 101001011 | 1011111 | 100010 |
Color Harmonies of #A90455
Complementary color
Monochromatic Colors of #A90455
Black with #A90455
Text Example
Text Example
White with #A90455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90455; }
p { color: rgb(169,4,85); }
H1.HeaderClassName
{
color: #A90455;
}
.AnyTagClassName
{
color: #A90455;
}
</style>
background-color css
<style>
a { background-color: #A90455; }
a { background-color: rgb(169,4,85); }
div.DivClassName
{
background-color: #A90455;
}
.BgClassName
{
background-color: #A90455;
}
</style>
border-color css
<style>
span { border-color: #A90455; }
span { border-color: rgb(169,4,85); }
td.TdClassName
{
border-color: #A90455;
}
.TagClassName
{
border-color: #A90455;
}
</style>