Shades of Jazzberry Jam #AA1575
Tints of Jazzberry Jam #AA1575
RGB
CMYK
RGB Variations
Color information
#AA1575 (or 0xAA1575) is known color: Jazzberry Jam. HEX triplet: AA, 15 and 75. RGB value is (170,21,117). Sum of RGB (Red+Green+Blue) = 170+21+117=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1575 is #55EA8A. Grayscale: #4C4C4C. Windows color (decimal): -5630603 or 7673258. OLE color: 7673258.
HSL color Cylindrical-coordinate representation of color #AA1575: hue angle of 321.34º 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 #AA1575 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 117 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.33 |
| HSL | 321.34º | 0.78% | 0.37% | - |
| HSV(B) | 321.34º | 0.88% | 0.67% | - |
| XYZ | 20.06 | 10.37 | 17.77 | - |
| YUV | 76.5 | 150.86 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 117 | 0 | 0.88 | 0.31 | 0.33 | 321.34 | 0.78 | 0.37 |
| Hex | AA | 15 | 75 | 0 | 58 | 1F | 21 | 141 | 4E | 25 |
| Octal | 252 | 25 | 165 | 0 | 130 | 37 | 41 | 501 | 116 | 45 |
| Binary | 10101010 | 10101 | 1110101 | 0 | 1011000 | 11111 | 100001 | 101000001 | 1001110 | 100101 |
Color Harmonies of #AA1575
Complementary color
Monochromatic Colors of #AA1575
Black with #AA1575
Text Example
Text Example
White with #AA1575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1575; }
p { color: rgb(170,21,117); }
H1.HeaderClassName
{
color: #AA1575;
}
.AnyTagClassName
{
color: #AA1575;
}
</style>
background-color css
<style>
a { background-color: #AA1575; }
a { background-color: rgb(170,21,117); }
div.DivClassName
{
background-color: #AA1575;
}
.BgClassName
{
background-color: #AA1575;
}
</style>
border-color css
<style>
span { border-color: #AA1575; }
span { border-color: rgb(170,21,117); }
td.TdClassName
{
border-color: #AA1575;
}
.TagClassName
{
border-color: #AA1575;
}
</style>