Shades of Jazzberry Jam #AA1076
Tints of Jazzberry Jam #AA1076
RGB
CMYK
RGB Variations
Color information
#AA1076 (or 0xAA1076) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 76. RGB value is (170,16,118). Sum of RGB (Red+Green+Blue) = 170+16+118=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1076 is #55EF89. Grayscale: #494949. Windows color (decimal): -5631882 or 7737514. OLE color: 7737514.
HSL color Cylindrical-coordinate representation of color #AA1076: hue angle of 320.26º 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 #AA1076 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 118 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.33 |
| HSL | 320.26º | 0.83% | 0.36% | - |
| HSV(B) | 320.26º | 0.91% | 0.67% | - |
| XYZ | 20.03 | 10.22 | 18.06 | - |
| YUV | 73.67 | 153.02 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 118 | 0 | 0.91 | 0.31 | 0.33 | 320.26 | 0.83 | 0.36 |
| Hex | AA | 10 | 76 | 0 | 5B | 1F | 21 | 140 | 53 | 24 |
| Octal | 252 | 20 | 166 | 0 | 133 | 37 | 41 | 500 | 123 | 44 |
| Binary | 10101010 | 10000 | 1110110 | 0 | 1011011 | 11111 | 100001 | 101000000 | 1010011 | 100100 |
Color Harmonies of #AA1076
Complementary color
Monochromatic Colors of #AA1076
Black with #AA1076
Text Example
Text Example
White with #AA1076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1076; }
p { color: rgb(170,16,118); }
H1.HeaderClassName
{
color: #AA1076;
}
.AnyTagClassName
{
color: #AA1076;
}
</style>
background-color css
<style>
a { background-color: #AA1076; }
a { background-color: rgb(170,16,118); }
div.DivClassName
{
background-color: #AA1076;
}
.BgClassName
{
background-color: #AA1076;
}
</style>
border-color css
<style>
span { border-color: #AA1076; }
span { border-color: rgb(170,16,118); }
td.TdClassName
{
border-color: #AA1076;
}
.TagClassName
{
border-color: #AA1076;
}
</style>