Shades of Jazzberry Jam #AA1A72
Tints of Jazzberry Jam #AA1A72
RGB
CMYK
RGB Variations
Color information
#AA1A72 (or 0xAA1A72) is known color: Jazzberry Jam. HEX triplet: AA, 1A and 72. RGB value is (170,26,114). Sum of RGB (Red+Green+Blue) = 170+26+114=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1A72 is #55E58D. Grayscale: #4E4E4E. Windows color (decimal): -5629326 or 7477930. OLE color: 7477930.
HSL color Cylindrical-coordinate representation of color #AA1A72: hue angle of 323.33º 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 #AA1A72 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 114 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.33 |
| HSL | 323.33º | 0.73% | 0.38% | - |
| HSV(B) | 323.33º | 0.85% | 0.67% | - |
| XYZ | 19.98 | 10.5 | 16.89 | - |
| YUV | 79.09 | 147.71 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 114 | 0 | 0.85 | 0.33 | 0.33 | 323.33 | 0.73 | 0.38 |
| Hex | AA | 1A | 72 | 0 | 55 | 21 | 21 | 143 | 49 | 26 |
| Octal | 252 | 32 | 162 | 0 | 125 | 41 | 41 | 503 | 111 | 46 |
| Binary | 10101010 | 11010 | 1110010 | 0 | 1010101 | 100001 | 100001 | 101000011 | 1001001 | 100110 |
Color Harmonies of #AA1A72
Complementary color
Monochromatic Colors of #AA1A72
Black with #AA1A72
Text Example
Text Example
White with #AA1A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A72; }
p { color: rgb(170,26,114); }
H1.HeaderClassName
{
color: #AA1A72;
}
.AnyTagClassName
{
color: #AA1A72;
}
</style>
background-color css
<style>
a { background-color: #AA1A72; }
a { background-color: rgb(170,26,114); }
div.DivClassName
{
background-color: #AA1A72;
}
.BgClassName
{
background-color: #AA1A72;
}
</style>
border-color css
<style>
span { border-color: #AA1A72; }
span { border-color: rgb(170,26,114); }
td.TdClassName
{
border-color: #AA1A72;
}
.TagClassName
{
border-color: #AA1A72;
}
</style>