Shades of Jazzberry Jam #A91148
Tints of Jazzberry Jam #A91148
RGB
CMYK
RGB Variations
Color information
#A91148 (or 0xA91148) is known color: Jazzberry Jam. HEX triplet: A9, 11 and 48. RGB value is (169,17,72). Sum of RGB (Red+Green+Blue) = 169+17+72=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A91148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91148 is #56EEB7. Grayscale: #444444. Windows color (decimal): -5697208 or 4723113. OLE color: 4723113.
HSL color Cylindrical-coordinate representation of color #A91148: hue angle of 338.29º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91148 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 72 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.34 |
| HSL | 338.29º | 0.82% | 0.36% | - |
| HSV(B) | 338.29º | 0.9% | 0.66% | - |
| XYZ | 17.73 | 9.3 | 6.99 | - |
| YUV | 68.72 | 129.86 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 72 | 0 | 0.90 | 0.57 | 0.34 | 338.29 | 0.82 | 0.36 |
| Hex | A9 | 11 | 48 | 0 | 5A | 39 | 22 | 152 | 52 | 24 |
| Octal | 251 | 21 | 110 | 0 | 132 | 71 | 42 | 522 | 122 | 44 |
| Binary | 10101001 | 10001 | 1001000 | 0 | 1011010 | 111001 | 100010 | 101010010 | 1010010 | 100100 |
Color Harmonies of #A91148
Complementary color
Monochromatic Colors of #A91148
Black with #A91148
Text Example
Text Example
White with #A91148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91148; }
p { color: rgb(169,17,72); }
H1.HeaderClassName
{
color: #A91148;
}
.AnyTagClassName
{
color: #A91148;
}
</style>
background-color css
<style>
a { background-color: #A91148; }
a { background-color: rgb(169,17,72); }
div.DivClassName
{
background-color: #A91148;
}
.BgClassName
{
background-color: #A91148;
}
</style>
border-color css
<style>
span { border-color: #A91148; }
span { border-color: rgb(169,17,72); }
td.TdClassName
{
border-color: #A91148;
}
.TagClassName
{
border-color: #A91148;
}
</style>