Shades of Jazzberry Jam #AA1256
Tints of Jazzberry Jam #AA1256
RGB
CMYK
RGB Variations
Color information
#AA1256 (or 0xAA1256) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 56. RGB value is (170,18,86). Sum of RGB (Red+Green+Blue) = 170+18+86=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1256 is #55EDA9. Grayscale: #474747. Windows color (decimal): -5631402 or 5640874. OLE color: 5640874.
HSL color Cylindrical-coordinate representation of color #AA1256: hue angle of 333.16º 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 #AA1256 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 86 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.33 |
| HSL | 333.16º | 0.81% | 0.37% | - |
| HSV(B) | 333.16º | 0.89% | 0.67% | - |
| XYZ | 18.47 | 9.65 | 9.69 | - |
| YUV | 71.2 | 136.36 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 86 | 0 | 0.89 | 0.49 | 0.33 | 333.16 | 0.81 | 0.37 |
| Hex | AA | 12 | 56 | 0 | 59 | 31 | 21 | 14D | 51 | 25 |
| Octal | 252 | 22 | 126 | 0 | 131 | 61 | 41 | 515 | 121 | 45 |
| Binary | 10101010 | 10010 | 1010110 | 0 | 1011001 | 110001 | 100001 | 101001101 | 1010001 | 100101 |
Color Harmonies of #AA1256
Complementary color
Monochromatic Colors of #AA1256
Black with #AA1256
Text Example
Text Example
White with #AA1256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1256; }
p { color: rgb(170,18,86); }
H1.HeaderClassName
{
color: #AA1256;
}
.AnyTagClassName
{
color: #AA1256;
}
</style>
background-color css
<style>
a { background-color: #AA1256; }
a { background-color: rgb(170,18,86); }
div.DivClassName
{
background-color: #AA1256;
}
.BgClassName
{
background-color: #AA1256;
}
</style>
border-color css
<style>
span { border-color: #AA1256; }
span { border-color: rgb(170,18,86); }
td.TdClassName
{
border-color: #AA1256;
}
.TagClassName
{
border-color: #AA1256;
}
</style>