Shades of Jazzberry Jam #AA1574
Tints of Jazzberry Jam #AA1574
RGB
CMYK
RGB Variations
Color information
#AA1574 (or 0xAA1574) is known color: Jazzberry Jam. HEX triplet: AA, 15 and 74. RGB value is (170,21,116). Sum of RGB (Red+Green+Blue) = 170+21+116=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1574 is #55EA8B. Grayscale: #4C4C4C. Windows color (decimal): -5630604 or 7607722. OLE color: 7607722.
HSL color Cylindrical-coordinate representation of color #AA1574: hue angle of 321.74º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1574 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 116 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.33 |
| HSL | 321.75º | 0.78% | 0.37% | - |
| HSV(B) | 321.75º | 0.88% | 0.67% | - |
| XYZ | 20 | 10.34 | 17.47 | - |
| YUV | 76.38 | 150.36 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 116 | 0 | 0.88 | 0.32 | 0.33 | 321.75 | 0.78 | 0.37 |
| Hex | AA | 15 | 74 | 0 | 58 | 20 | 21 | 142 | 4E | 25 |
| Octal | 252 | 25 | 164 | 0 | 130 | 40 | 41 | 502 | 116 | 45 |
| Binary | 10101010 | 10101 | 1110100 | 0 | 1011000 | 100000 | 100001 | 101000010 | 1001110 | 100101 |
Color Harmonies of #AA1574
Complementary color
Monochromatic Colors of #AA1574
Black with #AA1574
Text Example
Text Example
White with #AA1574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1574; }
p { color: rgb(170,21,116); }
H1.HeaderClassName
{
color: #AA1574;
}
.AnyTagClassName
{
color: #AA1574;
}
</style>
background-color css
<style>
a { background-color: #AA1574; }
a { background-color: rgb(170,21,116); }
div.DivClassName
{
background-color: #AA1574;
}
.BgClassName
{
background-color: #AA1574;
}
</style>
border-color css
<style>
span { border-color: #AA1574; }
span { border-color: rgb(170,21,116); }
td.TdClassName
{
border-color: #AA1574;
}
.TagClassName
{
border-color: #AA1574;
}
</style>