Shades of Jazzberry Jam #A91E59
Tints of Jazzberry Jam #A91E59
RGB
CMYK
RGB Variations
Color information
#A91E59 (or 0xA91E59) is known color: Jazzberry Jam. HEX triplet: A9, 1E and 59. RGB value is (169,30,89). Sum of RGB (Red+Green+Blue) = 169+30+89=288 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.68% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91E59 is #56E1A6. Grayscale: #4E4E4E. Windows color (decimal): -5693863 or 5840553. OLE color: 5840553.
HSL color Cylindrical-coordinate representation of color #A91E59: hue angle of 334.53º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A91E59 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 30 | 89 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.34 |
| HSL | 334.53º | 0.7% | 0.39% | - |
| HSV(B) | 334.53º | 0.82% | 0.66% | - |
| XYZ | 18.63 | 10.08 | 10.42 | - |
| YUV | 78.29 | 134.05 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 89 | 0 | 0.82 | 0.47 | 0.34 | 334.53 | 0.7 | 0.39 |
| Hex | A9 | 1E | 59 | 0 | 52 | 2F | 22 | 14F | 46 | 27 |
| Octal | 251 | 36 | 131 | 0 | 122 | 57 | 42 | 517 | 106 | 47 |
| Binary | 10101001 | 11110 | 1011001 | 0 | 1010010 | 101111 | 100010 | 101001111 | 1000110 | 100111 |
Color Harmonies of #A91E59
Complementary color
Monochromatic Colors of #A91E59
Black with #A91E59
Text Example
Text Example
White with #A91E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91E59; }
p { color: rgb(169,30,89); }
H1.HeaderClassName
{
color: #A91E59;
}
.AnyTagClassName
{
color: #A91E59;
}
</style>
background-color css
<style>
a { background-color: #A91E59; }
a { background-color: rgb(169,30,89); }
div.DivClassName
{
background-color: #A91E59;
}
.BgClassName
{
background-color: #A91E59;
}
</style>
border-color css
<style>
span { border-color: #A91E59; }
span { border-color: rgb(169,30,89); }
td.TdClassName
{
border-color: #A91E59;
}
.TagClassName
{
border-color: #A91E59;
}
</style>