Shades of Jazzberry Jam #AA1857
Tints of Jazzberry Jam #AA1857
RGB
CMYK
RGB Variations
Color information
#AA1857 (or 0xAA1857) is known color: Jazzberry Jam. HEX triplet: AA, 18 and 57. RGB value is (170,24,87). Sum of RGB (Red+Green+Blue) = 170+24+87=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1857 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1857 is #55E7A8. Grayscale: #4A4A4A. Windows color (decimal): -5629865 or 5707946. OLE color: 5707946.
HSL color Cylindrical-coordinate representation of color #AA1857: hue angle of 334.11º 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 #AA1857 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 87 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.33 |
| HSL | 334.11º | 0.75% | 0.38% | - |
| HSV(B) | 334.11º | 0.86% | 0.67% | - |
| XYZ | 18.62 | 9.89 | 9.94 | - |
| YUV | 74.84 | 134.87 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 87 | 0 | 0.86 | 0.49 | 0.33 | 334.11 | 0.75 | 0.38 |
| Hex | AA | 18 | 57 | 0 | 56 | 31 | 21 | 14E | 4B | 26 |
| Octal | 252 | 30 | 127 | 0 | 126 | 61 | 41 | 516 | 113 | 46 |
| Binary | 10101010 | 11000 | 1010111 | 0 | 1010110 | 110001 | 100001 | 101001110 | 1001011 | 100110 |
Color Harmonies of #AA1857
Complementary color
Monochromatic Colors of #AA1857
Black with #AA1857
Text Example
Text Example
White with #AA1857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1857; }
p { color: rgb(170,24,87); }
H1.HeaderClassName
{
color: #AA1857;
}
.AnyTagClassName
{
color: #AA1857;
}
</style>
background-color css
<style>
a { background-color: #AA1857; }
a { background-color: rgb(170,24,87); }
div.DivClassName
{
background-color: #AA1857;
}
.BgClassName
{
background-color: #AA1857;
}
</style>
border-color css
<style>
span { border-color: #AA1857; }
span { border-color: rgb(170,24,87); }
td.TdClassName
{
border-color: #AA1857;
}
.TagClassName
{
border-color: #AA1857;
}
</style>