Shades of Jazzberry Jam #AA1353
Tints of Jazzberry Jam #AA1353
RGB
CMYK
RGB Variations
Color information
#AA1353 (or 0xAA1353) is known color: Jazzberry Jam. HEX triplet: AA, 13 and 53. RGB value is (170,19,83). Sum of RGB (Red+Green+Blue) = 170+19+83=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1353 is #55ECAC. Grayscale: #474747. Windows color (decimal): -5631149 or 5444522. OLE color: 5444522.
HSL color Cylindrical-coordinate representation of color #AA1353: hue angle of 334.57º degrees, saturation: 0.8, 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 #AA1353 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 83 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.33 |
| HSL | 334.57º | 0.8% | 0.37% | - |
| HSV(B) | 334.57º | 0.89% | 0.67% | - |
| XYZ | 18.37 | 9.64 | 9.08 | - |
| YUV | 71.45 | 134.53 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 83 | 0 | 0.89 | 0.51 | 0.33 | 334.57 | 0.8 | 0.37 |
| Hex | AA | 13 | 53 | 0 | 59 | 33 | 21 | 14F | 50 | 25 |
| Octal | 252 | 23 | 123 | 0 | 131 | 63 | 41 | 517 | 120 | 45 |
| Binary | 10101010 | 10011 | 1010011 | 0 | 1011001 | 110011 | 100001 | 101001111 | 1010000 | 100101 |
Color Harmonies of #AA1353
Complementary color
Monochromatic Colors of #AA1353
Black with #AA1353
Text Example
Text Example
White with #AA1353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1353; }
p { color: rgb(170,19,83); }
H1.HeaderClassName
{
color: #AA1353;
}
.AnyTagClassName
{
color: #AA1353;
}
</style>
background-color css
<style>
a { background-color: #AA1353; }
a { background-color: rgb(170,19,83); }
div.DivClassName
{
background-color: #AA1353;
}
.BgClassName
{
background-color: #AA1353;
}
</style>
border-color css
<style>
span { border-color: #AA1353; }
span { border-color: rgb(170,19,83); }
td.TdClassName
{
border-color: #AA1353;
}
.TagClassName
{
border-color: #AA1353;
}
</style>