Shades of Jazzberry Jam #A90064
Tints of Jazzberry Jam #A90064
RGB
CMYK
RGB Variations
Color information
#A90064 (or 0xA90064) is known color: Jazzberry Jam. HEX triplet: A9, 00 and 64. RGB value is (169,0,100). Sum of RGB (Red+Green+Blue) = 169+0+100=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A90064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90064 is #56FF9B. Grayscale: #3D3D3D. Windows color (decimal): -5701532 or 6553769. OLE color: 6553769.
HSL color Cylindrical-coordinate representation of color #A90064: hue angle of 324.5º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A90064 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.41 | 0.34 |
| HSL | 324.5º | 1% | 0.33% | - |
| HSV(B) | 324.5º | 1% | 0.66% | - |
| XYZ | 18.66 | 9.36 | 12.88 | - |
| YUV | 61.93 | 149.49 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 100 | 0 | 1 | 0.41 | 0.34 | 324.5 | 1 | 0.33 |
| Hex | A9 | 0 | 64 | 0 | 64 | 29 | 22 | 144 | 64 | 21 |
| Octal | 251 | 0 | 144 | 0 | 144 | 51 | 42 | 504 | 144 | 41 |
| Binary | 10101001 | 0 | 1100100 | 0 | 1100100 | 101001 | 100010 | 101000100 | 1100100 | 100001 |
Color Harmonies of #A90064
Complementary color
Monochromatic Colors of #A90064
Black with #A90064
Text Example
Text Example
White with #A90064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90064; }
p { color: rgb(169,0,100); }
H1.HeaderClassName
{
color: #A90064;
}
.AnyTagClassName
{
color: #A90064;
}
</style>
background-color css
<style>
a { background-color: #A90064; }
a { background-color: rgb(169,0,100); }
div.DivClassName
{
background-color: #A90064;
}
.BgClassName
{
background-color: #A90064;
}
</style>
border-color css
<style>
span { border-color: #A90064; }
span { border-color: rgb(169,0,100); }
td.TdClassName
{
border-color: #A90064;
}
.TagClassName
{
border-color: #A90064;
}
</style>