Shades of Jazzberry Jam #AA1957
Tints of Jazzberry Jam #AA1957
RGB
CMYK
RGB Variations
Color information
#AA1957 (or 0xAA1957) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 57. RGB value is (170,25,87). Sum of RGB (Red+Green+Blue) = 170+25+87=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1957 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1957 is #55E6A8. Grayscale: #4B4B4B. Windows color (decimal): -5629609 or 5708202. OLE color: 5708202.
HSL color Cylindrical-coordinate representation of color #AA1957: hue angle of 334.34º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1957 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 87 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.33 |
| HSL | 334.34º | 0.74% | 0.38% | - |
| HSV(B) | 334.34º | 0.85% | 0.67% | - |
| XYZ | 18.65 | 9.93 | 9.95 | - |
| YUV | 75.42 | 134.54 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 87 | 0 | 0.85 | 0.49 | 0.33 | 334.34 | 0.74 | 0.38 |
| Hex | AA | 19 | 57 | 0 | 55 | 31 | 21 | 14E | 4A | 26 |
| Octal | 252 | 31 | 127 | 0 | 125 | 61 | 41 | 516 | 112 | 46 |
| Binary | 10101010 | 11001 | 1010111 | 0 | 1010101 | 110001 | 100001 | 101001110 | 1001010 | 100110 |
Color Harmonies of #AA1957
Complementary color
Monochromatic Colors of #AA1957
Black with #AA1957
Text Example
Text Example
White with #AA1957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1957; }
p { color: rgb(170,25,87); }
H1.HeaderClassName
{
color: #AA1957;
}
.AnyTagClassName
{
color: #AA1957;
}
</style>
background-color css
<style>
a { background-color: #AA1957; }
a { background-color: rgb(170,25,87); }
div.DivClassName
{
background-color: #AA1957;
}
.BgClassName
{
background-color: #AA1957;
}
</style>
border-color css
<style>
span { border-color: #AA1957; }
span { border-color: rgb(170,25,87); }
td.TdClassName
{
border-color: #AA1957;
}
.TagClassName
{
border-color: #AA1957;
}
</style>