Shades of Jazzberry Jam #AA1975
Tints of Jazzberry Jam #AA1975
RGB
CMYK
RGB Variations
Color information
#AA1975 (or 0xAA1975) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 75. RGB value is (170,25,117). Sum of RGB (Red+Green+Blue) = 170+25+117=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1975 is #55E68A. Grayscale: #4E4E4E. Windows color (decimal): -5629579 or 7674282. OLE color: 7674282.
HSL color Cylindrical-coordinate representation of color #AA1975: hue angle of 321.93º 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 #AA1975 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 117 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.33 |
| HSL | 321.93º | 0.74% | 0.38% | - |
| HSV(B) | 321.93º | 0.85% | 0.67% | - |
| XYZ | 20.14 | 10.53 | 17.8 | - |
| YUV | 78.84 | 149.54 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 117 | 0 | 0.85 | 0.31 | 0.33 | 321.93 | 0.74 | 0.38 |
| Hex | AA | 19 | 75 | 0 | 55 | 1F | 21 | 142 | 4A | 26 |
| Octal | 252 | 31 | 165 | 0 | 125 | 37 | 41 | 502 | 112 | 46 |
| Binary | 10101010 | 11001 | 1110101 | 0 | 1010101 | 11111 | 100001 | 101000010 | 1001010 | 100110 |
Color Harmonies of #AA1975
Complementary color
Monochromatic Colors of #AA1975
Black with #AA1975
Text Example
Text Example
White with #AA1975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1975; }
p { color: rgb(170,25,117); }
H1.HeaderClassName
{
color: #AA1975;
}
.AnyTagClassName
{
color: #AA1975;
}
</style>
background-color css
<style>
a { background-color: #AA1975; }
a { background-color: rgb(170,25,117); }
div.DivClassName
{
background-color: #AA1975;
}
.BgClassName
{
background-color: #AA1975;
}
</style>
border-color css
<style>
span { border-color: #AA1975; }
span { border-color: rgb(170,25,117); }
td.TdClassName
{
border-color: #AA1975;
}
.TagClassName
{
border-color: #AA1975;
}
</style>