Shades of Jazzberry Jam #AA2169
Tints of Jazzberry Jam #AA2169
RGB
CMYK
RGB Variations
Color information
#AA2169 (or 0xAA2169) is known color: Jazzberry Jam. HEX triplet: AA, 21 and 69. RGB value is (170,33,105). Sum of RGB (Red+Green+Blue) = 170+33+105=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2169 is #55DE96. Grayscale: #525252. Windows color (decimal): -5627543 or 6889898. OLE color: 6889898.
HSL color Cylindrical-coordinate representation of color #AA2169: hue angle of 328.47º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2169 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 105 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.33 |
| HSL | 328.47º | 0.67% | 0.4% | - |
| HSV(B) | 328.47º | 0.81% | 0.67% | - |
| XYZ | 19.67 | 10.65 | 14.38 | - |
| YUV | 82.17 | 140.89 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 105 | 0 | 0.81 | 0.38 | 0.33 | 328.47 | 0.67 | 0.4 |
| Hex | AA | 21 | 69 | 0 | 51 | 26 | 21 | 148 | 43 | 28 |
| Octal | 252 | 41 | 151 | 0 | 121 | 46 | 41 | 510 | 103 | 50 |
| Binary | 10101010 | 100001 | 1101001 | 0 | 1010001 | 100110 | 100001 | 101001000 | 1000011 | 101000 |
Color Harmonies of #AA2169
Complementary color
Monochromatic Colors of #AA2169
Black with #AA2169
Text Example
Text Example
White with #AA2169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2169; }
p { color: rgb(170,33,105); }
H1.HeaderClassName
{
color: #AA2169;
}
.AnyTagClassName
{
color: #AA2169;
}
</style>
background-color css
<style>
a { background-color: #AA2169; }
a { background-color: rgb(170,33,105); }
div.DivClassName
{
background-color: #AA2169;
}
.BgClassName
{
background-color: #AA2169;
}
</style>
border-color css
<style>
span { border-color: #AA2169; }
span { border-color: rgb(170,33,105); }
td.TdClassName
{
border-color: #AA2169;
}
.TagClassName
{
border-color: #AA2169;
}
</style>