Shades of Jazzberry Jam #AA1D57
Tints of Jazzberry Jam #AA1D57
RGB
CMYK
RGB Variations
Color information
#AA1D57 (or 0xAA1D57) is known color: Jazzberry Jam. HEX triplet: AA, 1D and 57. RGB value is (170,29,87). Sum of RGB (Red+Green+Blue) = 170+29+87=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1D57 is #55E2A8. Grayscale: #4D4D4D. Windows color (decimal): -5628585 or 5709226. OLE color: 5709226.
HSL color Cylindrical-coordinate representation of color #AA1D57: hue angle of 335.32º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1D57 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 87 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.33 |
| HSL | 335.32º | 0.71% | 0.39% | - |
| HSV(B) | 335.32º | 0.83% | 0.67% | - |
| XYZ | 18.74 | 10.11 | 9.98 | - |
| YUV | 77.77 | 133.21 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 87 | 0 | 0.83 | 0.49 | 0.33 | 335.32 | 0.71 | 0.39 |
| Hex | AA | 1D | 57 | 0 | 53 | 31 | 21 | 14F | 47 | 27 |
| Octal | 252 | 35 | 127 | 0 | 123 | 61 | 41 | 517 | 107 | 47 |
| Binary | 10101010 | 11101 | 1010111 | 0 | 1010011 | 110001 | 100001 | 101001111 | 1000111 | 100111 |
Color Harmonies of #AA1D57
Complementary color
Monochromatic Colors of #AA1D57
Black with #AA1D57
Text Example
Text Example
White with #AA1D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D57; }
p { color: rgb(170,29,87); }
H1.HeaderClassName
{
color: #AA1D57;
}
.AnyTagClassName
{
color: #AA1D57;
}
</style>
background-color css
<style>
a { background-color: #AA1D57; }
a { background-color: rgb(170,29,87); }
div.DivClassName
{
background-color: #AA1D57;
}
.BgClassName
{
background-color: #AA1D57;
}
</style>
border-color css
<style>
span { border-color: #AA1D57; }
span { border-color: rgb(170,29,87); }
td.TdClassName
{
border-color: #AA1D57;
}
.TagClassName
{
border-color: #AA1D57;
}
</style>