Shades of Jazzberry Jam #AA2067
Tints of Jazzberry Jam #AA2067
RGB
CMYK
RGB Variations
Color information
#AA2067 (or 0xAA2067) is known color: Jazzberry Jam. HEX triplet: AA, 20 and 67. RGB value is (170,32,103). Sum of RGB (Red+Green+Blue) = 170+32+103=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2067 is #55DF98. Grayscale: #515151. Windows color (decimal): -5627801 or 6758570. OLE color: 6758570.
HSL color Cylindrical-coordinate representation of color #AA2067: hue angle of 329.13º degrees, saturation: 0.68, 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 #AA2067 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 103 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.33 |
| HSL | 329.13º | 0.68% | 0.4% | - |
| HSV(B) | 329.13º | 0.81% | 0.67% | - |
| XYZ | 19.54 | 10.56 | 13.84 | - |
| YUV | 81.36 | 140.22 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 103 | 0 | 0.81 | 0.39 | 0.33 | 329.13 | 0.68 | 0.4 |
| Hex | AA | 20 | 67 | 0 | 51 | 27 | 21 | 149 | 44 | 28 |
| Octal | 252 | 40 | 147 | 0 | 121 | 47 | 41 | 511 | 104 | 50 |
| Binary | 10101010 | 100000 | 1100111 | 0 | 1010001 | 100111 | 100001 | 101001001 | 1000100 | 101000 |
Color Harmonies of #AA2067
Complementary color
Monochromatic Colors of #AA2067
Black with #AA2067
Text Example
Text Example
White with #AA2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2067; }
p { color: rgb(170,32,103); }
H1.HeaderClassName
{
color: #AA2067;
}
.AnyTagClassName
{
color: #AA2067;
}
</style>
background-color css
<style>
a { background-color: #AA2067; }
a { background-color: rgb(170,32,103); }
div.DivClassName
{
background-color: #AA2067;
}
.BgClassName
{
background-color: #AA2067;
}
</style>
border-color css
<style>
span { border-color: #AA2067; }
span { border-color: rgb(170,32,103); }
td.TdClassName
{
border-color: #AA2067;
}
.TagClassName
{
border-color: #AA2067;
}
</style>