Shades of Jazzberry Jam #AA1A5E
Tints of Jazzberry Jam #AA1A5E
RGB
CMYK
RGB Variations
Color information
#AA1A5E (or 0xAA1A5E) is known color: Jazzberry Jam. HEX triplet: AA, 1A and 5E. RGB value is (170,26,94). Sum of RGB (Red+Green+Blue) = 170+26+94=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1A5E is #55E5A1. Grayscale: #4C4C4C. Windows color (decimal): -5629346 or 6167210. OLE color: 6167210.
HSL color Cylindrical-coordinate representation of color #AA1A5E: hue angle of 331.67º degrees, saturation: 0.73, 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 #AA1A5E is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 94 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.33 |
| HSL | 331.67º | 0.73% | 0.38% | - |
| HSV(B) | 331.67º | 0.85% | 0.67% | - |
| XYZ | 18.97 | 10.09 | 11.54 | - |
| YUV | 76.81 | 137.71 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 94 | 0 | 0.85 | 0.45 | 0.33 | 331.67 | 0.73 | 0.38 |
| Hex | AA | 1A | 5E | 0 | 55 | 2D | 21 | 14C | 49 | 26 |
| Octal | 252 | 32 | 136 | 0 | 125 | 55 | 41 | 514 | 111 | 46 |
| Binary | 10101010 | 11010 | 1011110 | 0 | 1010101 | 101101 | 100001 | 101001100 | 1001001 | 100110 |
Color Harmonies of #AA1A5E
Complementary color
Monochromatic Colors of #AA1A5E
Black with #AA1A5E
Text Example
Text Example
White with #AA1A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A5E; }
p { color: rgb(170,26,94); }
H1.HeaderClassName
{
color: #AA1A5E;
}
.AnyTagClassName
{
color: #AA1A5E;
}
</style>
background-color css
<style>
a { background-color: #AA1A5E; }
a { background-color: rgb(170,26,94); }
div.DivClassName
{
background-color: #AA1A5E;
}
.BgClassName
{
background-color: #AA1A5E;
}
</style>
border-color css
<style>
span { border-color: #AA1A5E; }
span { border-color: rgb(170,26,94); }
td.TdClassName
{
border-color: #AA1A5E;
}
.TagClassName
{
border-color: #AA1A5E;
}
</style>