Shades of Jazzberry Jam #AA1077
Tints of Jazzberry Jam #AA1077
RGB
CMYK
RGB Variations
Color information
#AA1077 (or 0xAA1077) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 77. RGB value is (170,16,119). Sum of RGB (Red+Green+Blue) = 170+16+119=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1077 is #55EF88. Grayscale: #494949. Windows color (decimal): -5631881 or 7803050. OLE color: 7803050.
HSL color Cylindrical-coordinate representation of color #AA1077: hue angle of 319.87º 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 #AA1077 is Cyan = 0, Magento = 0.91, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 119 | - |
| CMYK | 0 | 0.91 | 0.3 | 0.33 |
| HSL | 319.87º | 0.83% | 0.36% | - |
| HSV(B) | 319.87º | 0.91% | 0.67% | - |
| XYZ | 20.09 | 10.25 | 18.37 | - |
| YUV | 73.79 | 153.52 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 119 | 0 | 0.91 | 0.3 | 0.33 | 319.87 | 0.83 | 0.36 |
| Hex | AA | 10 | 77 | 0 | 5B | 1E | 21 | 140 | 53 | 24 |
| Octal | 252 | 20 | 167 | 0 | 133 | 36 | 41 | 500 | 123 | 44 |
| Binary | 10101010 | 10000 | 1110111 | 0 | 1011011 | 11110 | 100001 | 101000000 | 1010011 | 100100 |
Color Harmonies of #AA1077
Complementary color
Monochromatic Colors of #AA1077
Black with #AA1077
Text Example
Text Example
White with #AA1077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1077; }
p { color: rgb(170,16,119); }
H1.HeaderClassName
{
color: #AA1077;
}
.AnyTagClassName
{
color: #AA1077;
}
</style>
background-color css
<style>
a { background-color: #AA1077; }
a { background-color: rgb(170,16,119); }
div.DivClassName
{
background-color: #AA1077;
}
.BgClassName
{
background-color: #AA1077;
}
</style>
border-color css
<style>
span { border-color: #AA1077; }
span { border-color: rgb(170,16,119); }
td.TdClassName
{
border-color: #AA1077;
}
.TagClassName
{
border-color: #AA1077;
}
</style>