Shades of Jazzberry Jam #AA1071
Tints of Jazzberry Jam #AA1071
RGB
CMYK
RGB Variations
Color information
#AA1071 (or 0xAA1071) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 71. RGB value is (170,16,113). Sum of RGB (Red+Green+Blue) = 170+16+113=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1071 is #55EF8E. Grayscale: #484848. Windows color (decimal): -5631887 or 7409834. OLE color: 7409834.
HSL color Cylindrical-coordinate representation of color #AA1071: hue angle of 322.21º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1071 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 113 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.33 |
| HSL | 322.21º | 0.83% | 0.36% | - |
| HSV(B) | 322.21º | 0.91% | 0.67% | - |
| XYZ | 19.74 | 10.11 | 16.53 | - |
| YUV | 73.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 113 | 0 | 0.91 | 0.34 | 0.33 | 322.21 | 0.83 | 0.36 |
| Hex | AA | 10 | 71 | 0 | 5B | 22 | 21 | 142 | 53 | 24 |
| Octal | 252 | 20 | 161 | 0 | 133 | 42 | 41 | 502 | 123 | 44 |
| Binary | 10101010 | 10000 | 1110001 | 0 | 1011011 | 100010 | 100001 | 101000010 | 1010011 | 100100 |
Color Harmonies of #AA1071
Complementary color
Monochromatic Colors of #AA1071
Black with #AA1071
Text Example
Text Example
White with #AA1071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1071; }
p { color: rgb(170,16,113); }
H1.HeaderClassName
{
color: #AA1071;
}
.AnyTagClassName
{
color: #AA1071;
}
</style>
background-color css
<style>
a { background-color: #AA1071; }
a { background-color: rgb(170,16,113); }
div.DivClassName
{
background-color: #AA1071;
}
.BgClassName
{
background-color: #AA1071;
}
</style>
border-color css
<style>
span { border-color: #AA1071; }
span { border-color: rgb(170,16,113); }
td.TdClassName
{
border-color: #AA1071;
}
.TagClassName
{
border-color: #AA1071;
}
</style>