Shades of Jazzberry Jam #AA1973
Tints of Jazzberry Jam #AA1973
RGB
CMYK
RGB Variations
Color information
#AA1973 (or 0xAA1973) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 73. RGB value is (170,25,115). Sum of RGB (Red+Green+Blue) = 170+25+115=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1973 is #55E68C. Grayscale: #4E4E4E. Windows color (decimal): -5629581 or 7543210. OLE color: 7543210.
HSL color Cylindrical-coordinate representation of color #AA1973: hue angle of 322.76º degrees, saturation: 0.74, 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 #AA1973 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 115 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.33 |
| HSL | 322.76º | 0.74% | 0.38% | - |
| HSV(B) | 322.76º | 0.85% | 0.67% | - |
| XYZ | 20.02 | 10.48 | 17.19 | - |
| YUV | 78.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 115 | 0 | 0.85 | 0.32 | 0.33 | 322.76 | 0.74 | 0.38 |
| Hex | AA | 19 | 73 | 0 | 55 | 20 | 21 | 143 | 4A | 26 |
| Octal | 252 | 31 | 163 | 0 | 125 | 40 | 41 | 503 | 112 | 46 |
| Binary | 10101010 | 11001 | 1110011 | 0 | 1010101 | 100000 | 100001 | 101000011 | 1001010 | 100110 |
Color Harmonies of #AA1973
Complementary color
Monochromatic Colors of #AA1973
Black with #AA1973
Text Example
Text Example
White with #AA1973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1973; }
p { color: rgb(170,25,115); }
H1.HeaderClassName
{
color: #AA1973;
}
.AnyTagClassName
{
color: #AA1973;
}
</style>
background-color css
<style>
a { background-color: #AA1973; }
a { background-color: rgb(170,25,115); }
div.DivClassName
{
background-color: #AA1973;
}
.BgClassName
{
background-color: #AA1973;
}
</style>
border-color css
<style>
span { border-color: #AA1973; }
span { border-color: rgb(170,25,115); }
td.TdClassName
{
border-color: #AA1973;
}
.TagClassName
{
border-color: #AA1973;
}
</style>