Shades of Jazzberry Jam #AA1451
Tints of Jazzberry Jam #AA1451
RGB
CMYK
RGB Variations
Color information
#AA1451 (or 0xAA1451) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 51. RGB value is (170,20,81). Sum of RGB (Red+Green+Blue) = 170+20+81=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1451 is #55EBAE. Grayscale: #474747. Windows color (decimal): -5630895 or 5313706. OLE color: 5313706.
HSL color Cylindrical-coordinate representation of color #AA1451: hue angle of 335.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1451 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 81 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.33 |
| HSL | 335.6º | 0.79% | 0.37% | - |
| HSV(B) | 335.6º | 0.88% | 0.67% | - |
| XYZ | 18.31 | 9.64 | 8.68 | - |
| YUV | 71.8 | 133.2 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 81 | 0 | 0.88 | 0.52 | 0.33 | 335.6 | 0.79 | 0.37 |
| Hex | AA | 14 | 51 | 0 | 58 | 34 | 21 | 150 | 4F | 25 |
| Octal | 252 | 24 | 121 | 0 | 130 | 64 | 41 | 520 | 117 | 45 |
| Binary | 10101010 | 10100 | 1010001 | 0 | 1011000 | 110100 | 100001 | 101010000 | 1001111 | 100101 |
Color Harmonies of #AA1451
Complementary color
Monochromatic Colors of #AA1451
Black with #AA1451
Text Example
Text Example
White with #AA1451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1451; }
p { color: rgb(170,20,81); }
H1.HeaderClassName
{
color: #AA1451;
}
.AnyTagClassName
{
color: #AA1451;
}
</style>
background-color css
<style>
a { background-color: #AA1451; }
a { background-color: rgb(170,20,81); }
div.DivClassName
{
background-color: #AA1451;
}
.BgClassName
{
background-color: #AA1451;
}
</style>
border-color css
<style>
span { border-color: #AA1451; }
span { border-color: rgb(170,20,81); }
td.TdClassName
{
border-color: #AA1451;
}
.TagClassName
{
border-color: #AA1451;
}
</style>