Shades of Jazzberry Jam #AA1978
Tints of Jazzberry Jam #AA1978
RGB
CMYK
RGB Variations
Color information
#AA1978 (or 0xAA1978) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 78. RGB value is (170,25,120). Sum of RGB (Red+Green+Blue) = 170+25+120=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1978 is #55E687. Grayscale: #4E4E4E. Windows color (decimal): -5629576 or 7870890. OLE color: 7870890.
HSL color Cylindrical-coordinate representation of color #AA1978: hue angle of 320.69º 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 #AA1978 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 120 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.33 |
| HSL | 320.69º | 0.74% | 0.38% | - |
| HSV(B) | 320.69º | 0.85% | 0.67% | - |
| XYZ | 20.32 | 10.6 | 18.74 | - |
| YUV | 79.19 | 151.04 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 120 | 0 | 0.85 | 0.29 | 0.33 | 320.69 | 0.74 | 0.38 |
| Hex | AA | 19 | 78 | 0 | 55 | 1D | 21 | 141 | 4A | 26 |
| Octal | 252 | 31 | 170 | 0 | 125 | 35 | 41 | 501 | 112 | 46 |
| Binary | 10101010 | 11001 | 1111000 | 0 | 1010101 | 11101 | 100001 | 101000001 | 1001010 | 100110 |
Color Harmonies of #AA1978
Complementary color
Monochromatic Colors of #AA1978
Black with #AA1978
Text Example
Text Example
White with #AA1978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1978; }
p { color: rgb(170,25,120); }
H1.HeaderClassName
{
color: #AA1978;
}
.AnyTagClassName
{
color: #AA1978;
}
</style>
background-color css
<style>
a { background-color: #AA1978; }
a { background-color: rgb(170,25,120); }
div.DivClassName
{
background-color: #AA1978;
}
.BgClassName
{
background-color: #AA1978;
}
</style>
border-color css
<style>
span { border-color: #AA1978; }
span { border-color: rgb(170,25,120); }
td.TdClassName
{
border-color: #AA1978;
}
.TagClassName
{
border-color: #AA1978;
}
</style>