Shades of Jazzberry Jam #AA1148
Tints of Jazzberry Jam #AA1148
RGB
CMYK
RGB Variations
Color information
#AA1148 (or 0xAA1148) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 48. RGB value is (170,17,72). Sum of RGB (Red+Green+Blue) = 170+17+72=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1148 is #55EEB7. Grayscale: #444444. Windows color (decimal): -5631672 or 4723114. OLE color: 4723114.
HSL color Cylindrical-coordinate representation of color #AA1148: hue angle of 338.43º 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 #AA1148 is Cyan = 0, Magento = 0.9, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 72 | - |
| CMYK | 0 | 0.9 | 0.58 | 0.33 |
| HSL | 338.43º | 0.82% | 0.37% | - |
| HSV(B) | 338.43º | 0.9% | 0.67% | - |
| XYZ | 17.95 | 9.41 | 7 | - |
| YUV | 69.02 | 129.69 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 72 | 0 | 0.9 | 0.58 | 0.33 | 338.43 | 0.82 | 0.37 |
| Hex | AA | 11 | 48 | 0 | 5A | 3A | 21 | 152 | 52 | 25 |
| Octal | 252 | 21 | 110 | 0 | 132 | 72 | 41 | 522 | 122 | 45 |
| Binary | 10101010 | 10001 | 1001000 | 0 | 1011010 | 111010 | 100001 | 101010010 | 1010010 | 100101 |
Color Harmonies of #AA1148
Complementary color
Monochromatic Colors of #AA1148
Black with #AA1148
Text Example
Text Example
White with #AA1148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1148; }
p { color: rgb(170,17,72); }
H1.HeaderClassName
{
color: #AA1148;
}
.AnyTagClassName
{
color: #AA1148;
}
</style>
background-color css
<style>
a { background-color: #AA1148; }
a { background-color: rgb(170,17,72); }
div.DivClassName
{
background-color: #AA1148;
}
.BgClassName
{
background-color: #AA1148;
}
</style>
border-color css
<style>
span { border-color: #AA1148; }
span { border-color: rgb(170,17,72); }
td.TdClassName
{
border-color: #AA1148;
}
.TagClassName
{
border-color: #AA1148;
}
</style>