Shades of Jazzberry Jam #AA2163
Tints of Jazzberry Jam #AA2163
RGB
CMYK
RGB Variations
Color information
#AA2163 (or 0xAA2163) is known color: Jazzberry Jam. HEX triplet: AA, 21 and 63. RGB value is (170,33,99). Sum of RGB (Red+Green+Blue) = 170+33+99=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2163 is #55DE9C. Grayscale: #515151. Windows color (decimal): -5627549 or 6496682. OLE color: 6496682.
HSL color Cylindrical-coordinate representation of color #AA2163: hue angle of 331.09º 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 #AA2163 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 99 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.33 |
| HSL | 331.09º | 0.67% | 0.4% | - |
| HSV(B) | 331.09º | 0.81% | 0.67% | - |
| XYZ | 19.37 | 10.53 | 12.82 | - |
| YUV | 81.49 | 137.89 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 99 | 0 | 0.81 | 0.42 | 0.33 | 331.09 | 0.67 | 0.4 |
| Hex | AA | 21 | 63 | 0 | 51 | 2A | 21 | 14B | 43 | 28 |
| Octal | 252 | 41 | 143 | 0 | 121 | 52 | 41 | 513 | 103 | 50 |
| Binary | 10101010 | 100001 | 1100011 | 0 | 1010001 | 101010 | 100001 | 101001011 | 1000011 | 101000 |
Color Harmonies of #AA2163
Complementary color
Monochromatic Colors of #AA2163
Black with #AA2163
Text Example
Text Example
White with #AA2163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2163; }
p { color: rgb(170,33,99); }
H1.HeaderClassName
{
color: #AA2163;
}
.AnyTagClassName
{
color: #AA2163;
}
</style>
background-color css
<style>
a { background-color: #AA2163; }
a { background-color: rgb(170,33,99); }
div.DivClassName
{
background-color: #AA2163;
}
.BgClassName
{
background-color: #AA2163;
}
</style>
border-color css
<style>
span { border-color: #AA2163; }
span { border-color: rgb(170,33,99); }
td.TdClassName
{
border-color: #AA2163;
}
.TagClassName
{
border-color: #AA2163;
}
</style>