Shades of Jazzberry Jam #AA1158
Tints of Jazzberry Jam #AA1158
RGB
CMYK
RGB Variations
Color information
#AA1158 (or 0xAA1158) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 58. RGB value is (170,17,88). Sum of RGB (Red+Green+Blue) = 170+17+88=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1158 is #55EEA7. Grayscale: #464646. Windows color (decimal): -5631656 or 5771690. OLE color: 5771690.
HSL color Cylindrical-coordinate representation of color #AA1158: hue angle of 332.16º 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 #AA1158 is Cyan = 0, Magento = 0.9, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 88 | - |
| CMYK | 0 | 0.9 | 0.48 | 0.33 |
| HSL | 332.16º | 0.82% | 0.37% | - |
| HSV(B) | 332.16º | 0.9% | 0.67% | - |
| XYZ | 18.54 | 9.65 | 10.12 | - |
| YUV | 70.84 | 137.69 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 88 | 0 | 0.9 | 0.48 | 0.33 | 332.16 | 0.82 | 0.37 |
| Hex | AA | 11 | 58 | 0 | 5A | 30 | 21 | 14C | 52 | 25 |
| Octal | 252 | 21 | 130 | 0 | 132 | 60 | 41 | 514 | 122 | 45 |
| Binary | 10101010 | 10001 | 1011000 | 0 | 1011010 | 110000 | 100001 | 101001100 | 1010010 | 100101 |
Color Harmonies of #AA1158
Complementary color
Monochromatic Colors of #AA1158
Black with #AA1158
Text Example
Text Example
White with #AA1158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1158; }
p { color: rgb(170,17,88); }
H1.HeaderClassName
{
color: #AA1158;
}
.AnyTagClassName
{
color: #AA1158;
}
</style>
background-color css
<style>
a { background-color: #AA1158; }
a { background-color: rgb(170,17,88); }
div.DivClassName
{
background-color: #AA1158;
}
.BgClassName
{
background-color: #AA1158;
}
</style>
border-color css
<style>
span { border-color: #AA1158; }
span { border-color: rgb(170,17,88); }
td.TdClassName
{
border-color: #AA1158;
}
.TagClassName
{
border-color: #AA1158;
}
</style>