Shades of Jazzberry Jam #AA0246
Tints of Jazzberry Jam #AA0246
RGB
CMYK
RGB Variations
Color information
#AA0246 (or 0xAA0246) is known color: Jazzberry Jam. HEX triplet: AA, 02 and 46. RGB value is (170,2,70). Sum of RGB (Red+Green+Blue) = 170+2+70=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0246 is #55FDB9. Grayscale: #3B3B3B. Windows color (decimal): -5635514 or 4588202. OLE color: 4588202.
HSL color Cylindrical-coordinate representation of color #AA0246: hue angle of 335.71º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0246 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 70 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.33 |
| HSL | 335.71º | 0.98% | 0.34% | - |
| HSV(B) | 335.71º | 0.99% | 0.67% | - |
| XYZ | 17.7 | 9.03 | 6.6 | - |
| YUV | 59.98 | 133.66 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 70 | 0 | 0.99 | 0.59 | 0.33 | 335.71 | 0.98 | 0.34 |
| Hex | AA | 2 | 46 | 0 | 63 | 3B | 21 | 150 | 62 | 22 |
| Octal | 252 | 2 | 106 | 0 | 143 | 73 | 41 | 520 | 142 | 42 |
| Binary | 10101010 | 10 | 1000110 | 0 | 1100011 | 111011 | 100001 | 101010000 | 1100010 | 100010 |
Color Harmonies of #AA0246
Complementary color
Monochromatic Colors of #AA0246
Black with #AA0246
Text Example
Text Example
White with #AA0246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0246; }
p { color: rgb(170,2,70); }
H1.HeaderClassName
{
color: #AA0246;
}
.AnyTagClassName
{
color: #AA0246;
}
</style>
background-color css
<style>
a { background-color: #AA0246; }
a { background-color: rgb(170,2,70); }
div.DivClassName
{
background-color: #AA0246;
}
.BgClassName
{
background-color: #AA0246;
}
</style>
border-color css
<style>
span { border-color: #AA0246; }
span { border-color: rgb(170,2,70); }
td.TdClassName
{
border-color: #AA0246;
}
.TagClassName
{
border-color: #AA0246;
}
</style>