Shades of Jazzberry Jam #AA1176
Tints of Jazzberry Jam #AA1176
RGB
CMYK
RGB Variations
Color information
#AA1176 (or 0xAA1176) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 76. RGB value is (170,17,118). Sum of RGB (Red+Green+Blue) = 170+17+118=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1176 is #55EE89. Grayscale: #4A4A4A. Windows color (decimal): -5631626 or 7737770. OLE color: 7737770.
HSL color Cylindrical-coordinate representation of color #AA1176: hue angle of 320.39º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA1176 is Cyan = 0, Magento = 0.9, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 118 | - |
| CMYK | 0 | 0.9 | 0.31 | 0.33 |
| HSL | 320.39º | 0.82% | 0.37% | - |
| HSV(B) | 320.39º | 0.9% | 0.67% | - |
| XYZ | 20.05 | 10.25 | 18.06 | - |
| YUV | 74.26 | 152.69 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 118 | 0 | 0.9 | 0.31 | 0.33 | 320.39 | 0.82 | 0.37 |
| Hex | AA | 11 | 76 | 0 | 5A | 1F | 21 | 140 | 52 | 25 |
| Octal | 252 | 21 | 166 | 0 | 132 | 37 | 41 | 500 | 122 | 45 |
| Binary | 10101010 | 10001 | 1110110 | 0 | 1011010 | 11111 | 100001 | 101000000 | 1010010 | 100101 |
Color Harmonies of #AA1176
Complementary color
Monochromatic Colors of #AA1176
Black with #AA1176
Text Example
Text Example
White with #AA1176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1176; }
p { color: rgb(170,17,118); }
H1.HeaderClassName
{
color: #AA1176;
}
.AnyTagClassName
{
color: #AA1176;
}
</style>
background-color css
<style>
a { background-color: #AA1176; }
a { background-color: rgb(170,17,118); }
div.DivClassName
{
background-color: #AA1176;
}
.BgClassName
{
background-color: #AA1176;
}
</style>
border-color css
<style>
span { border-color: #AA1176; }
span { border-color: rgb(170,17,118); }
td.TdClassName
{
border-color: #AA1176;
}
.TagClassName
{
border-color: #AA1176;
}
</style>