Shades of Jazzberry Jam #AA0244
Tints of Jazzberry Jam #AA0244
RGB
CMYK
RGB Variations
Color information
#AA0244 (or 0xAA0244) is known color: Jazzberry Jam. HEX triplet: AA, 02 and 44. RGB value is (170,2,68). Sum of RGB (Red+Green+Blue) = 170+2+68=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0244 is #55FDBB. Grayscale: #3B3B3B. Windows color (decimal): -5635516 or 4457130. OLE color: 4457130.
HSL color Cylindrical-coordinate representation of color #AA0244: hue angle of 336.43º 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 #AA0244 is Cyan = 0, Magento = 0.99, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 68 | - |
| CMYK | 0 | 0.99 | 0.6 | 0.33 |
| HSL | 336.43º | 0.98% | 0.34% | - |
| HSV(B) | 336.43º | 0.99% | 0.67% | - |
| XYZ | 17.64 | 9.01 | 6.28 | - |
| YUV | 59.76 | 132.66 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 68 | 0 | 0.99 | 0.6 | 0.33 | 336.43 | 0.98 | 0.34 |
| Hex | AA | 2 | 44 | 0 | 63 | 3C | 21 | 150 | 62 | 22 |
| Octal | 252 | 2 | 104 | 0 | 143 | 74 | 41 | 520 | 142 | 42 |
| Binary | 10101010 | 10 | 1000100 | 0 | 1100011 | 111100 | 100001 | 101010000 | 1100010 | 100010 |
Color Harmonies of #AA0244
Complementary color
Monochromatic Colors of #AA0244
Black with #AA0244
Text Example
Text Example
White with #AA0244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0244; }
p { color: rgb(170,2,68); }
H1.HeaderClassName
{
color: #AA0244;
}
.AnyTagClassName
{
color: #AA0244;
}
</style>
background-color css
<style>
a { background-color: #AA0244; }
a { background-color: rgb(170,2,68); }
div.DivClassName
{
background-color: #AA0244;
}
.BgClassName
{
background-color: #AA0244;
}
</style>
border-color css
<style>
span { border-color: #AA0244; }
span { border-color: rgb(170,2,68); }
td.TdClassName
{
border-color: #AA0244;
}
.TagClassName
{
border-color: #AA0244;
}
</style>