Shades of Jazzberry Jam #AA1244
Tints of Jazzberry Jam #AA1244
RGB
CMYK
RGB Variations
Color information
#AA1244 (or 0xAA1244) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 44. RGB value is (170,18,68). Sum of RGB (Red+Green+Blue) = 170+18+68=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1244 is #55EDBB. Grayscale: #454545. Windows color (decimal): -5631420 or 4461226. OLE color: 4461226.
HSL color Cylindrical-coordinate representation of color #AA1244: hue angle of 340.26º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1244 is Cyan = 0, Magento = 0.89, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 68 | - |
| CMYK | 0 | 0.89 | 0.6 | 0.33 |
| HSL | 340.26º | 0.81% | 0.37% | - |
| HSV(B) | 340.26º | 0.89% | 0.67% | - |
| XYZ | 17.84 | 9.4 | 6.34 | - |
| YUV | 69.15 | 127.36 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 68 | 0 | 0.89 | 0.6 | 0.33 | 340.26 | 0.81 | 0.37 |
| Hex | AA | 12 | 44 | 0 | 59 | 3C | 21 | 154 | 51 | 25 |
| Octal | 252 | 22 | 104 | 0 | 131 | 74 | 41 | 524 | 121 | 45 |
| Binary | 10101010 | 10010 | 1000100 | 0 | 1011001 | 111100 | 100001 | 101010100 | 1010001 | 100101 |
Color Harmonies of #AA1244
Complementary color
Monochromatic Colors of #AA1244
Black with #AA1244
Text Example
Text Example
White with #AA1244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1244; }
p { color: rgb(170,18,68); }
H1.HeaderClassName
{
color: #AA1244;
}
.AnyTagClassName
{
color: #AA1244;
}
</style>
background-color css
<style>
a { background-color: #AA1244; }
a { background-color: rgb(170,18,68); }
div.DivClassName
{
background-color: #AA1244;
}
.BgClassName
{
background-color: #AA1244;
}
</style>
border-color css
<style>
span { border-color: #AA1244; }
span { border-color: rgb(170,18,68); }
td.TdClassName
{
border-color: #AA1244;
}
.TagClassName
{
border-color: #AA1244;
}
</style>