Shades of Jazzberry Jam #AA2267
Tints of Jazzberry Jam #AA2267
RGB
CMYK
RGB Variations
Color information
#AA2267 (or 0xAA2267) is known color: Jazzberry Jam. HEX triplet: AA, 22 and 67. RGB value is (170,34,103). Sum of RGB (Red+Green+Blue) = 170+34+103=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2267 is #55DD98. Grayscale: #525252. Windows color (decimal): -5627289 or 6759082. OLE color: 6759082.
HSL color Cylindrical-coordinate representation of color #AA2267: hue angle of 329.56º 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 #AA2267 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 103 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.33 |
| HSL | 329.56º | 0.67% | 0.4% | - |
| HSV(B) | 329.56º | 0.8% | 0.67% | - |
| XYZ | 19.6 | 10.67 | 13.86 | - |
| YUV | 82.53 | 139.56 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 103 | 0 | 0.80 | 0.39 | 0.33 | 329.56 | 0.67 | 0.4 |
| Hex | AA | 22 | 67 | 0 | 50 | 27 | 21 | 14A | 43 | 28 |
| Octal | 252 | 42 | 147 | 0 | 120 | 47 | 41 | 512 | 103 | 50 |
| Binary | 10101010 | 100010 | 1100111 | 0 | 1010000 | 100111 | 100001 | 101001010 | 1000011 | 101000 |
Color Harmonies of #AA2267
Complementary color
Monochromatic Colors of #AA2267
Black with #AA2267
Text Example
Text Example
White with #AA2267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2267; }
p { color: rgb(170,34,103); }
H1.HeaderClassName
{
color: #AA2267;
}
.AnyTagClassName
{
color: #AA2267;
}
</style>
background-color css
<style>
a { background-color: #AA2267; }
a { background-color: rgb(170,34,103); }
div.DivClassName
{
background-color: #AA2267;
}
.BgClassName
{
background-color: #AA2267;
}
</style>
border-color css
<style>
span { border-color: #AA2267; }
span { border-color: rgb(170,34,103); }
td.TdClassName
{
border-color: #AA2267;
}
.TagClassName
{
border-color: #AA2267;
}
</style>