Shades of Jazzberry Jam #A91163
Tints of Jazzberry Jam #A91163
RGB
CMYK
RGB Variations
Color information
#A91163 (or 0xA91163) is known color: Jazzberry Jam. HEX triplet: A9, 11 and 63. RGB value is (169,17,99). Sum of RGB (Red+Green+Blue) = 169+17+99=285 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.30% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 169 - color contains mainly: red. Hex color #A91163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91163 is #56EE9C. Grayscale: #474747. Windows color (decimal): -5697181 or 6492585. OLE color: 6492585.
HSL color Cylindrical-coordinate representation of color #A91163: hue angle of 327.63º 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 #A91163 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 99 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.34 |
| HSL | 327.63º | 0.82% | 0.36% | - |
| HSV(B) | 327.63º | 0.9% | 0.66% | - |
| XYZ | 18.81 | 9.74 | 12.69 | - |
| YUV | 71.8 | 143.36 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 99 | 0 | 0.90 | 0.41 | 0.34 | 327.63 | 0.82 | 0.36 |
| Hex | A9 | 11 | 63 | 0 | 5A | 29 | 22 | 148 | 52 | 24 |
| Octal | 251 | 21 | 143 | 0 | 132 | 51 | 42 | 510 | 122 | 44 |
| Binary | 10101001 | 10001 | 1100011 | 0 | 1011010 | 101001 | 100010 | 101001000 | 1010010 | 100100 |
Color Harmonies of #A91163
Complementary color
Monochromatic Colors of #A91163
Black with #A91163
Text Example
Text Example
White with #A91163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91163; }
p { color: rgb(169,17,99); }
H1.HeaderClassName
{
color: #A91163;
}
.AnyTagClassName
{
color: #A91163;
}
</style>
background-color css
<style>
a { background-color: #A91163; }
a { background-color: rgb(169,17,99); }
div.DivClassName
{
background-color: #A91163;
}
.BgClassName
{
background-color: #A91163;
}
</style>
border-color css
<style>
span { border-color: #A91163; }
span { border-color: rgb(169,17,99); }
td.TdClassName
{
border-color: #A91163;
}
.TagClassName
{
border-color: #A91163;
}
</style>