Shades of Jazzberry Jam #A9054D
Tints of Jazzberry Jam #A9054D
RGB
CMYK
RGB Variations
Color information
#A9054D (or 0xA9054D) is known color: Jazzberry Jam. HEX triplet: A9, 05 and 4D. RGB value is (169,5,77). Sum of RGB (Red+Green+Blue) = 169+5+77=251 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.33% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 169 - color contains mainly: red. Hex color #A9054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9054D is #56FAB2. Grayscale: #3E3E3E. Windows color (decimal): -5700275 or 5047721. OLE color: 5047721.
HSL color Cylindrical-coordinate representation of color #A9054D: hue angle of 333.66º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A9054D is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 5 | 77 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.34 |
| HSL | 333.66º | 0.94% | 0.34% | - |
| HSV(B) | 333.66º | 0.97% | 0.66% | - |
| XYZ | 17.76 | 9.08 | 7.84 | - |
| YUV | 62.24 | 136.33 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 77 | 0 | 0.97 | 0.54 | 0.34 | 333.66 | 0.94 | 0.34 |
| Hex | A9 | 5 | 4D | 0 | 61 | 36 | 22 | 14E | 5E | 22 |
| Octal | 251 | 5 | 115 | 0 | 141 | 66 | 42 | 516 | 136 | 42 |
| Binary | 10101001 | 101 | 1001101 | 0 | 1100001 | 110110 | 100010 | 101001110 | 1011110 | 100010 |
Color Harmonies of #A9054D
Complementary color
Monochromatic Colors of #A9054D
Black with #A9054D
Text Example
Text Example
White with #A9054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9054D; }
p { color: rgb(169,5,77); }
H1.HeaderClassName
{
color: #A9054D;
}
.AnyTagClassName
{
color: #A9054D;
}
</style>
background-color css
<style>
a { background-color: #A9054D; }
a { background-color: rgb(169,5,77); }
div.DivClassName
{
background-color: #A9054D;
}
.BgClassName
{
background-color: #A9054D;
}
</style>
border-color css
<style>
span { border-color: #A9054D; }
span { border-color: rgb(169,5,77); }
td.TdClassName
{
border-color: #A9054D;
}
.TagClassName
{
border-color: #A9054D;
}
</style>