Shades of Jazzberry Jam #AA1173
Tints of Jazzberry Jam #AA1173
RGB
CMYK
RGB Variations
Color information
#AA1173 (or 0xAA1173) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 73. RGB value is (170,17,115). Sum of RGB (Red+Green+Blue) = 170+17+115=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1173 is #55EE8C. Grayscale: #494949. Windows color (decimal): -5631629 or 7541162. OLE color: 7541162.
HSL color Cylindrical-coordinate representation of color #AA1173: hue angle of 321.57º 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 #AA1173 is Cyan = 0, Magento = 0.9, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 115 | - |
| CMYK | 0 | 0.9 | 0.32 | 0.33 |
| HSL | 321.57º | 0.82% | 0.37% | - |
| HSV(B) | 321.57º | 0.9% | 0.67% | - |
| XYZ | 19.87 | 10.18 | 17.14 | - |
| YUV | 73.92 | 151.19 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 115 | 0 | 0.9 | 0.32 | 0.33 | 321.57 | 0.82 | 0.37 |
| Hex | AA | 11 | 73 | 0 | 5A | 20 | 21 | 142 | 52 | 25 |
| Octal | 252 | 21 | 163 | 0 | 132 | 40 | 41 | 502 | 122 | 45 |
| Binary | 10101010 | 10001 | 1110011 | 0 | 1011010 | 100000 | 100001 | 101000010 | 1010010 | 100101 |
Color Harmonies of #AA1173
Complementary color
Monochromatic Colors of #AA1173
Black with #AA1173
Text Example
Text Example
White with #AA1173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1173; }
p { color: rgb(170,17,115); }
H1.HeaderClassName
{
color: #AA1173;
}
.AnyTagClassName
{
color: #AA1173;
}
</style>
background-color css
<style>
a { background-color: #AA1173; }
a { background-color: rgb(170,17,115); }
div.DivClassName
{
background-color: #AA1173;
}
.BgClassName
{
background-color: #AA1173;
}
</style>
border-color css
<style>
span { border-color: #AA1173; }
span { border-color: rgb(170,17,115); }
td.TdClassName
{
border-color: #AA1173;
}
.TagClassName
{
border-color: #AA1173;
}
</style>