Shades of Jazzberry Jam #AA2168
Tints of Jazzberry Jam #AA2168
RGB
CMYK
RGB Variations
Color information
#AA2168 (or 0xAA2168) is known color: Jazzberry Jam. HEX triplet: AA, 21 and 68. RGB value is (170,33,104). Sum of RGB (Red+Green+Blue) = 170+33+104=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2168 is #55DE97. Grayscale: #515151. Windows color (decimal): -5627544 or 6824362. OLE color: 6824362.
HSL color Cylindrical-coordinate representation of color #AA2168: hue angle of 328.91º 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 #AA2168 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 104 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.33 |
| HSL | 328.91º | 0.67% | 0.4% | - |
| HSV(B) | 328.91º | 0.81% | 0.67% | - |
| XYZ | 19.62 | 10.63 | 14.12 | - |
| YUV | 82.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 104 | 0 | 0.81 | 0.39 | 0.33 | 328.91 | 0.67 | 0.4 |
| Hex | AA | 21 | 68 | 0 | 51 | 27 | 21 | 149 | 43 | 28 |
| Octal | 252 | 41 | 150 | 0 | 121 | 47 | 41 | 511 | 103 | 50 |
| Binary | 10101010 | 100001 | 1101000 | 0 | 1010001 | 100111 | 100001 | 101001001 | 1000011 | 101000 |
Color Harmonies of #AA2168
Complementary color
Monochromatic Colors of #AA2168
Black with #AA2168
Text Example
Text Example
White with #AA2168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2168; }
p { color: rgb(170,33,104); }
H1.HeaderClassName
{
color: #AA2168;
}
.AnyTagClassName
{
color: #AA2168;
}
</style>
background-color css
<style>
a { background-color: #AA2168; }
a { background-color: rgb(170,33,104); }
div.DivClassName
{
background-color: #AA2168;
}
.BgClassName
{
background-color: #AA2168;
}
</style>
border-color css
<style>
span { border-color: #AA2168; }
span { border-color: rgb(170,33,104); }
td.TdClassName
{
border-color: #AA2168;
}
.TagClassName
{
border-color: #AA2168;
}
</style>