Shades of Jazzberry Jam #AA1555
Tints of Jazzberry Jam #AA1555
RGB
CMYK
RGB Variations
Color information
#AA1555 (or 0xAA1555) is known color: Jazzberry Jam. HEX triplet: AA, 15 and 55. RGB value is (170,21,85). Sum of RGB (Red+Green+Blue) = 170+21+85=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1555 is #55EAAA. Grayscale: #484848. Windows color (decimal): -5630635 or 5576106. OLE color: 5576106.
HSL color Cylindrical-coordinate representation of color #AA1555: hue angle of 334.23º degrees, saturation: 0.78, 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 #AA1555 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 85 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.33 |
| HSL | 334.23º | 0.78% | 0.37% | - |
| HSV(B) | 334.23º | 0.88% | 0.67% | - |
| XYZ | 18.49 | 9.74 | 9.5 | - |
| YUV | 72.85 | 134.86 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 85 | 0 | 0.88 | 0.50 | 0.33 | 334.23 | 0.78 | 0.37 |
| Hex | AA | 15 | 55 | 0 | 58 | 32 | 21 | 14E | 4E | 25 |
| Octal | 252 | 25 | 125 | 0 | 130 | 62 | 41 | 516 | 116 | 45 |
| Binary | 10101010 | 10101 | 1010101 | 0 | 1011000 | 110010 | 100001 | 101001110 | 1001110 | 100101 |
Color Harmonies of #AA1555
Complementary color
Monochromatic Colors of #AA1555
Black with #AA1555
Text Example
Text Example
White with #AA1555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1555; }
p { color: rgb(170,21,85); }
H1.HeaderClassName
{
color: #AA1555;
}
.AnyTagClassName
{
color: #AA1555;
}
</style>
background-color css
<style>
a { background-color: #AA1555; }
a { background-color: rgb(170,21,85); }
div.DivClassName
{
background-color: #AA1555;
}
.BgClassName
{
background-color: #AA1555;
}
</style>
border-color css
<style>
span { border-color: #AA1555; }
span { border-color: rgb(170,21,85); }
td.TdClassName
{
border-color: #AA1555;
}
.TagClassName
{
border-color: #AA1555;
}
</style>