Shades of Jazzberry Jam #A90160
Tints of Jazzberry Jam #A90160
RGB
CMYK
RGB Variations
Color information
#A90160 (or 0xA90160) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 60. RGB value is (169,1,96). Sum of RGB (Red+Green+Blue) = 169+1+96=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A90160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90160 is #56FE9F. Grayscale: #3D3D3D. Windows color (decimal): -5701280 or 6291881. OLE color: 6291881.
HSL color Cylindrical-coordinate representation of color #A90160: hue angle of 326.07º 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 #A90160 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.34 |
| HSL | 326.07º | 0.99% | 0.33% | - |
| HSV(B) | 326.07º | 0.99% | 0.66% | - |
| XYZ | 18.48 | 9.3 | 11.89 | - |
| YUV | 62.06 | 147.16 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 96 | 0 | 0.99 | 0.43 | 0.34 | 326.07 | 0.99 | 0.33 |
| Hex | A9 | 1 | 60 | 0 | 63 | 2B | 22 | 146 | 63 | 21 |
| Octal | 251 | 1 | 140 | 0 | 143 | 53 | 42 | 506 | 143 | 41 |
| Binary | 10101001 | 1 | 1100000 | 0 | 1100011 | 101011 | 100010 | 101000110 | 1100011 | 100001 |
Color Harmonies of #A90160
Complementary color
Monochromatic Colors of #A90160
Black with #A90160
Text Example
Text Example
White with #A90160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90160; }
p { color: rgb(169,1,96); }
H1.HeaderClassName
{
color: #A90160;
}
.AnyTagClassName
{
color: #A90160;
}
</style>
background-color css
<style>
a { background-color: #A90160; }
a { background-color: rgb(169,1,96); }
div.DivClassName
{
background-color: #A90160;
}
.BgClassName
{
background-color: #A90160;
}
</style>
border-color css
<style>
span { border-color: #A90160; }
span { border-color: rgb(169,1,96); }
td.TdClassName
{
border-color: #A90160;
}
.TagClassName
{
border-color: #A90160;
}
</style>