Shades of Jazzberry Jam #A91064
Tints of Jazzberry Jam #A91064
RGB
CMYK
RGB Variations
Color information
#A91064 (or 0xA91064) is known color: Jazzberry Jam. HEX triplet: A9, 10 and 64. RGB value is (169,16,100). Sum of RGB (Red+Green+Blue) = 169+16+100=285 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.30% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 169 - color contains mainly: red. Hex color #A91064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91064 is #56EF9B. Grayscale: #474747. Windows color (decimal): -5697436 or 6557865. OLE color: 6557865.
HSL color Cylindrical-coordinate representation of color #A91064: hue angle of 327.06º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A91064 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 100 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.34 |
| HSL | 327.06º | 0.83% | 0.36% | - |
| HSV(B) | 327.06º | 0.91% | 0.66% | - |
| XYZ | 18.85 | 9.73 | 12.94 | - |
| YUV | 71.32 | 144.19 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 100 | 0 | 0.91 | 0.41 | 0.34 | 327.06 | 0.83 | 0.36 |
| Hex | A9 | 10 | 64 | 0 | 5B | 29 | 22 | 147 | 53 | 24 |
| Octal | 251 | 20 | 144 | 0 | 133 | 51 | 42 | 507 | 123 | 44 |
| Binary | 10101001 | 10000 | 1100100 | 0 | 1011011 | 101001 | 100010 | 101000111 | 1010011 | 100100 |
Color Harmonies of #A91064
Complementary color
Monochromatic Colors of #A91064
Black with #A91064
Text Example
Text Example
White with #A91064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91064; }
p { color: rgb(169,16,100); }
H1.HeaderClassName
{
color: #A91064;
}
.AnyTagClassName
{
color: #A91064;
}
</style>
background-color css
<style>
a { background-color: #A91064; }
a { background-color: rgb(169,16,100); }
div.DivClassName
{
background-color: #A91064;
}
.BgClassName
{
background-color: #A91064;
}
</style>
border-color css
<style>
span { border-color: #A91064; }
span { border-color: rgb(169,16,100); }
td.TdClassName
{
border-color: #A91064;
}
.TagClassName
{
border-color: #A91064;
}
</style>