Shades of Jazzberry Jam #AA1A52
Tints of Jazzberry Jam #AA1A52
RGB
CMYK
RGB Variations
Color information
#AA1A52 (or 0xAA1A52) is known color: Jazzberry Jam. HEX triplet: AA, 1A and 52. RGB value is (170,26,82). Sum of RGB (Red+Green+Blue) = 170+26+82=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1A52 is #55E5AD. Grayscale: #4B4B4B. Windows color (decimal): -5629358 or 5380778. OLE color: 5380778.
HSL color Cylindrical-coordinate representation of color #AA1A52: hue angle of 336.67º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1A52 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 82 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.33 |
| HSL | 336.67º | 0.73% | 0.38% | - |
| HSV(B) | 336.67º | 0.85% | 0.67% | - |
| XYZ | 18.47 | 9.89 | 8.92 | - |
| YUV | 75.44 | 131.71 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 82 | 0 | 0.85 | 0.52 | 0.33 | 336.67 | 0.73 | 0.38 |
| Hex | AA | 1A | 52 | 0 | 55 | 34 | 21 | 151 | 49 | 26 |
| Octal | 252 | 32 | 122 | 0 | 125 | 64 | 41 | 521 | 111 | 46 |
| Binary | 10101010 | 11010 | 1010010 | 0 | 1010101 | 110100 | 100001 | 101010001 | 1001001 | 100110 |
Color Harmonies of #AA1A52
Complementary color
Monochromatic Colors of #AA1A52
Black with #AA1A52
Text Example
Text Example
White with #AA1A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A52; }
p { color: rgb(170,26,82); }
H1.HeaderClassName
{
color: #AA1A52;
}
.AnyTagClassName
{
color: #AA1A52;
}
</style>
background-color css
<style>
a { background-color: #AA1A52; }
a { background-color: rgb(170,26,82); }
div.DivClassName
{
background-color: #AA1A52;
}
.BgClassName
{
background-color: #AA1A52;
}
</style>
border-color css
<style>
span { border-color: #AA1A52; }
span { border-color: rgb(170,26,82); }
td.TdClassName
{
border-color: #AA1A52;
}
.TagClassName
{
border-color: #AA1A52;
}
</style>