Shades of Jazzberry Jam #A90155
Tints of Jazzberry Jam #A90155
RGB
CMYK
RGB Variations
Color information
#A90155 (or 0xA90155) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 55. RGB value is (169,1,85). Sum of RGB (Red+Green+Blue) = 169+1+85=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A90155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90155 is #56FEAA. Grayscale: #3C3C3C. Windows color (decimal): -5701291 or 5570985. OLE color: 5570985.
HSL color Cylindrical-coordinate representation of color #A90155: hue angle of 330º 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 #A90155 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.34 |
| HSL | 330º | 0.99% | 0.33% | - |
| HSV(B) | 330º | 0.99% | 0.66% | - |
| XYZ | 18.01 | 9.11 | 9.4 | - |
| YUV | 60.81 | 141.66 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 85 | 0 | 0.99 | 0.50 | 0.34 | 330 | 0.99 | 0.33 |
| Hex | A9 | 1 | 55 | 0 | 63 | 32 | 22 | 14A | 63 | 21 |
| Octal | 251 | 1 | 125 | 0 | 143 | 62 | 42 | 512 | 143 | 41 |
| Binary | 10101001 | 1 | 1010101 | 0 | 1100011 | 110010 | 100010 | 101001010 | 1100011 | 100001 |
Color Harmonies of #A90155
Complementary color
Monochromatic Colors of #A90155
Black with #A90155
Text Example
Text Example
White with #A90155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90155; }
p { color: rgb(169,1,85); }
H1.HeaderClassName
{
color: #A90155;
}
.AnyTagClassName
{
color: #A90155;
}
</style>
background-color css
<style>
a { background-color: #A90155; }
a { background-color: rgb(169,1,85); }
div.DivClassName
{
background-color: #A90155;
}
.BgClassName
{
background-color: #A90155;
}
</style>
border-color css
<style>
span { border-color: #A90155; }
span { border-color: rgb(169,1,85); }
td.TdClassName
{
border-color: #A90155;
}
.TagClassName
{
border-color: #A90155;
}
</style>