Shades of Jazzberry Jam #AA1852
Tints of Jazzberry Jam #AA1852
RGB
CMYK
RGB Variations
Color information
#AA1852 (or 0xAA1852) is known color: Jazzberry Jam. HEX triplet: AA, 18 and 52. RGB value is (170,24,82). Sum of RGB (Red+Green+Blue) = 170+24+82=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1852 is #55E7AD. Grayscale: #4A4A4A. Windows color (decimal): -5629870 or 5380266. OLE color: 5380266.
HSL color Cylindrical-coordinate representation of color #AA1852: hue angle of 336.16º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1852 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 82 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.33 |
| HSL | 336.16º | 0.75% | 0.38% | - |
| HSV(B) | 336.16º | 0.86% | 0.67% | - |
| XYZ | 18.43 | 9.81 | 8.9 | - |
| YUV | 74.27 | 132.37 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 82 | 0 | 0.86 | 0.52 | 0.33 | 336.16 | 0.75 | 0.38 |
| Hex | AA | 18 | 52 | 0 | 56 | 34 | 21 | 150 | 4B | 26 |
| Octal | 252 | 30 | 122 | 0 | 126 | 64 | 41 | 520 | 113 | 46 |
| Binary | 10101010 | 11000 | 1010010 | 0 | 1010110 | 110100 | 100001 | 101010000 | 1001011 | 100110 |
Color Harmonies of #AA1852
Complementary color
Monochromatic Colors of #AA1852
Black with #AA1852
Text Example
Text Example
White with #AA1852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1852; }
p { color: rgb(170,24,82); }
H1.HeaderClassName
{
color: #AA1852;
}
.AnyTagClassName
{
color: #AA1852;
}
</style>
background-color css
<style>
a { background-color: #AA1852; }
a { background-color: rgb(170,24,82); }
div.DivClassName
{
background-color: #AA1852;
}
.BgClassName
{
background-color: #AA1852;
}
</style>
border-color css
<style>
span { border-color: #AA1852; }
span { border-color: rgb(170,24,82); }
td.TdClassName
{
border-color: #AA1852;
}
.TagClassName
{
border-color: #AA1852;
}
</style>