Shades of Jazzberry Jam #AA1255
Tints of Jazzberry Jam #AA1255
RGB
CMYK
RGB Variations
Color information
#AA1255 (or 0xAA1255) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 55. RGB value is (170,18,85). Sum of RGB (Red+Green+Blue) = 170+18+85=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1255 is #55EDAA. Grayscale: #464646. Windows color (decimal): -5631403 or 5575338. OLE color: 5575338.
HSL color Cylindrical-coordinate representation of color #AA1255: hue angle of 333.55º 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 #AA1255 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 85 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.33 |
| HSL | 333.55º | 0.81% | 0.37% | - |
| HSV(B) | 333.55º | 0.89% | 0.67% | - |
| XYZ | 18.43 | 9.63 | 9.48 | - |
| YUV | 71.09 | 135.86 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 85 | 0 | 0.89 | 0.50 | 0.33 | 333.55 | 0.81 | 0.37 |
| Hex | AA | 12 | 55 | 0 | 59 | 32 | 21 | 14E | 51 | 25 |
| Octal | 252 | 22 | 125 | 0 | 131 | 62 | 41 | 516 | 121 | 45 |
| Binary | 10101010 | 10010 | 1010101 | 0 | 1011001 | 110010 | 100001 | 101001110 | 1010001 | 100101 |
Color Harmonies of #AA1255
Complementary color
Monochromatic Colors of #AA1255
Black with #AA1255
Text Example
Text Example
White with #AA1255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1255; }
p { color: rgb(170,18,85); }
H1.HeaderClassName
{
color: #AA1255;
}
.AnyTagClassName
{
color: #AA1255;
}
</style>
background-color css
<style>
a { background-color: #AA1255; }
a { background-color: rgb(170,18,85); }
div.DivClassName
{
background-color: #AA1255;
}
.BgClassName
{
background-color: #AA1255;
}
</style>
border-color css
<style>
span { border-color: #AA1255; }
span { border-color: rgb(170,18,85); }
td.TdClassName
{
border-color: #AA1255;
}
.TagClassName
{
border-color: #AA1255;
}
</style>