Shades of Jazzberry Jam #AA1874
Tints of Jazzberry Jam #AA1874
RGB
CMYK
RGB Variations
Color information
#AA1874 (or 0xAA1874) is known color: Jazzberry Jam. HEX triplet: AA, 18 and 74. RGB value is (170,24,116). Sum of RGB (Red+Green+Blue) = 170+24+116=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1874 is #55E78B. Grayscale: #4D4D4D. Windows color (decimal): -5629836 or 7608490. OLE color: 7608490.
HSL color Cylindrical-coordinate representation of color #AA1874: hue angle of 322.19º 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 #AA1874 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 116 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.33 |
| HSL | 322.19º | 0.75% | 0.38% | - |
| HSV(B) | 322.19º | 0.86% | 0.67% | - |
| XYZ | 20.06 | 10.46 | 17.48 | - |
| YUV | 78.14 | 149.37 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 116 | 0 | 0.86 | 0.32 | 0.33 | 322.19 | 0.75 | 0.38 |
| Hex | AA | 18 | 74 | 0 | 56 | 20 | 21 | 142 | 4B | 26 |
| Octal | 252 | 30 | 164 | 0 | 126 | 40 | 41 | 502 | 113 | 46 |
| Binary | 10101010 | 11000 | 1110100 | 0 | 1010110 | 100000 | 100001 | 101000010 | 1001011 | 100110 |
Color Harmonies of #AA1874
Complementary color
Monochromatic Colors of #AA1874
Black with #AA1874
Text Example
Text Example
White with #AA1874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1874; }
p { color: rgb(170,24,116); }
H1.HeaderClassName
{
color: #AA1874;
}
.AnyTagClassName
{
color: #AA1874;
}
</style>
background-color css
<style>
a { background-color: #AA1874; }
a { background-color: rgb(170,24,116); }
div.DivClassName
{
background-color: #AA1874;
}
.BgClassName
{
background-color: #AA1874;
}
</style>
border-color css
<style>
span { border-color: #AA1874; }
span { border-color: rgb(170,24,116); }
td.TdClassName
{
border-color: #AA1874;
}
.TagClassName
{
border-color: #AA1874;
}
</style>