Shades of Jazzberry Jam #A91054
Tints of Jazzberry Jam #A91054
RGB
CMYK
RGB Variations
Color information
#A91054 (or 0xA91054) is known color: Jazzberry Jam. HEX triplet: A9, 10 and 54. RGB value is (169,16,84). Sum of RGB (Red+Green+Blue) = 169+16+84=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A91054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91054 is #56EFAB. Grayscale: #454545. Windows color (decimal): -5697452 or 5509289. OLE color: 5509289.
HSL color Cylindrical-coordinate representation of color #A91054: hue angle of 333.33º 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 #A91054 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 84 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.34 |
| HSL | 333.33º | 0.83% | 0.36% | - |
| HSV(B) | 333.33º | 0.91% | 0.66% | - |
| XYZ | 18.15 | 9.45 | 9.25 | - |
| YUV | 69.5 | 136.19 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 84 | 0 | 0.91 | 0.50 | 0.34 | 333.33 | 0.83 | 0.36 |
| Hex | A9 | 10 | 54 | 0 | 5B | 32 | 22 | 14D | 53 | 24 |
| Octal | 251 | 20 | 124 | 0 | 133 | 62 | 42 | 515 | 123 | 44 |
| Binary | 10101001 | 10000 | 1010100 | 0 | 1011011 | 110010 | 100010 | 101001101 | 1010011 | 100100 |
Color Harmonies of #A91054
Complementary color
Monochromatic Colors of #A91054
Black with #A91054
Text Example
Text Example
White with #A91054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91054; }
p { color: rgb(169,16,84); }
H1.HeaderClassName
{
color: #A91054;
}
.AnyTagClassName
{
color: #A91054;
}
</style>
background-color css
<style>
a { background-color: #A91054; }
a { background-color: rgb(169,16,84); }
div.DivClassName
{
background-color: #A91054;
}
.BgClassName
{
background-color: #A91054;
}
</style>
border-color css
<style>
span { border-color: #A91054; }
span { border-color: rgb(169,16,84); }
td.TdClassName
{
border-color: #A91054;
}
.TagClassName
{
border-color: #A91054;
}
</style>