Shades of Jazzberry Jam #AA2268
Tints of Jazzberry Jam #AA2268
RGB
CMYK
RGB Variations
Color information
#AA2268 (or 0xAA2268) is known color: Jazzberry Jam. HEX triplet: AA, 22 and 68. RGB value is (170,34,104). Sum of RGB (Red+Green+Blue) = 170+34+104=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2268 is #55DD97. Grayscale: #525252. Windows color (decimal): -5627288 or 6824618. OLE color: 6824618.
HSL color Cylindrical-coordinate representation of color #AA2268: hue angle of 329.12º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2268 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 104 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.33 |
| HSL | 329.12º | 0.67% | 0.4% | - |
| HSV(B) | 329.12º | 0.8% | 0.67% | - |
| XYZ | 19.65 | 10.69 | 14.12 | - |
| YUV | 82.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 104 | 0 | 0.80 | 0.39 | 0.33 | 329.12 | 0.67 | 0.4 |
| Hex | AA | 22 | 68 | 0 | 50 | 27 | 21 | 149 | 43 | 28 |
| Octal | 252 | 42 | 150 | 0 | 120 | 47 | 41 | 511 | 103 | 50 |
| Binary | 10101010 | 100010 | 1101000 | 0 | 1010000 | 100111 | 100001 | 101001001 | 1000011 | 101000 |
Color Harmonies of #AA2268
Complementary color
Monochromatic Colors of #AA2268
Black with #AA2268
Text Example
Text Example
White with #AA2268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2268; }
p { color: rgb(170,34,104); }
H1.HeaderClassName
{
color: #AA2268;
}
.AnyTagClassName
{
color: #AA2268;
}
</style>
background-color css
<style>
a { background-color: #AA2268; }
a { background-color: rgb(170,34,104); }
div.DivClassName
{
background-color: #AA2268;
}
.BgClassName
{
background-color: #AA2268;
}
</style>
border-color css
<style>
span { border-color: #AA2268; }
span { border-color: rgb(170,34,104); }
td.TdClassName
{
border-color: #AA2268;
}
.TagClassName
{
border-color: #AA2268;
}
</style>