Shades of Jazzberry Jam #AA2263
Tints of Jazzberry Jam #AA2263
RGB
CMYK
RGB Variations
Color information
#AA2263 (or 0xAA2263) is known color: Jazzberry Jam. HEX triplet: AA, 22 and 63. RGB value is (170,34,99). Sum of RGB (Red+Green+Blue) = 170+34+99=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2263 is #55DD9C. Grayscale: #515151. Windows color (decimal): -5627293 or 6496938. OLE color: 6496938.
HSL color Cylindrical-coordinate representation of color #AA2263: hue angle of 331.32º 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 #AA2263 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 99 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.33 |
| HSL | 331.32º | 0.67% | 0.4% | - |
| HSV(B) | 331.32º | 0.8% | 0.67% | - |
| XYZ | 19.4 | 10.59 | 12.83 | - |
| YUV | 82.07 | 137.56 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 99 | 0 | 0.80 | 0.42 | 0.33 | 331.32 | 0.67 | 0.4 |
| Hex | AA | 22 | 63 | 0 | 50 | 2A | 21 | 14B | 43 | 28 |
| Octal | 252 | 42 | 143 | 0 | 120 | 52 | 41 | 513 | 103 | 50 |
| Binary | 10101010 | 100010 | 1100011 | 0 | 1010000 | 101010 | 100001 | 101001011 | 1000011 | 101000 |
Color Harmonies of #AA2263
Complementary color
Monochromatic Colors of #AA2263
Black with #AA2263
Text Example
Text Example
White with #AA2263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2263; }
p { color: rgb(170,34,99); }
H1.HeaderClassName
{
color: #AA2263;
}
.AnyTagClassName
{
color: #AA2263;
}
</style>
background-color css
<style>
a { background-color: #AA2263; }
a { background-color: rgb(170,34,99); }
div.DivClassName
{
background-color: #AA2263;
}
.BgClassName
{
background-color: #AA2263;
}
</style>
border-color css
<style>
span { border-color: #AA2263; }
span { border-color: rgb(170,34,99); }
td.TdClassName
{
border-color: #AA2263;
}
.TagClassName
{
border-color: #AA2263;
}
</style>