Shades of Jazzberry Jam #AA1870
Tints of Jazzberry Jam #AA1870
RGB
CMYK
RGB Variations
Color information
#AA1870 (or 0xAA1870) is known color: Jazzberry Jam. HEX triplet: AA, 18 and 70. RGB value is (170,24,112). Sum of RGB (Red+Green+Blue) = 170+24+112=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1870 is #55E78F. Grayscale: #4D4D4D. Windows color (decimal): -5629840 or 7346346. OLE color: 7346346.
HSL color Cylindrical-coordinate representation of color #AA1870: hue angle of 323.84º 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 #AA1870 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 112 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.33 |
| HSL | 323.84º | 0.75% | 0.38% | - |
| HSV(B) | 323.84º | 0.86% | 0.67% | - |
| XYZ | 19.83 | 10.37 | 16.29 | - |
| YUV | 77.69 | 147.37 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 112 | 0 | 0.86 | 0.34 | 0.33 | 323.84 | 0.75 | 0.38 |
| Hex | AA | 18 | 70 | 0 | 56 | 22 | 21 | 144 | 4B | 26 |
| Octal | 252 | 30 | 160 | 0 | 126 | 42 | 41 | 504 | 113 | 46 |
| Binary | 10101010 | 11000 | 1110000 | 0 | 1010110 | 100010 | 100001 | 101000100 | 1001011 | 100110 |
Color Harmonies of #AA1870
Complementary color
Monochromatic Colors of #AA1870
Black with #AA1870
Text Example
Text Example
White with #AA1870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1870; }
p { color: rgb(170,24,112); }
H1.HeaderClassName
{
color: #AA1870;
}
.AnyTagClassName
{
color: #AA1870;
}
</style>
background-color css
<style>
a { background-color: #AA1870; }
a { background-color: rgb(170,24,112); }
div.DivClassName
{
background-color: #AA1870;
}
.BgClassName
{
background-color: #AA1870;
}
</style>
border-color css
<style>
span { border-color: #AA1870; }
span { border-color: rgb(170,24,112); }
td.TdClassName
{
border-color: #AA1870;
}
.TagClassName
{
border-color: #AA1870;
}
</style>