Shades of Jazzberry Jam #AA2566
Tints of Jazzberry Jam #AA2566
RGB
CMYK
RGB Variations
Color information
#AA2566 (or 0xAA2566) is known color: Jazzberry Jam. HEX triplet: AA, 25 and 66. RGB value is (170,37,102). Sum of RGB (Red+Green+Blue) = 170+37+102=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2566 is #55DA99. Grayscale: #545454. Windows color (decimal): -5626522 or 6694314. OLE color: 6694314.
HSL color Cylindrical-coordinate representation of color #AA2566: hue angle of 330.68º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2566 is Cyan = 0, Magento = 0.78, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 102 | - |
| CMYK | 0 | 0.78 | 0.4 | 0.33 |
| HSL | 330.68º | 0.64% | 0.41% | - |
| HSV(B) | 330.68º | 0.78% | 0.67% | - |
| XYZ | 19.64 | 10.83 | 13.63 | - |
| YUV | 84.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 102 | 0 | 0.78 | 0.4 | 0.33 | 330.68 | 0.64 | 0.41 |
| Hex | AA | 25 | 66 | 0 | 4E | 28 | 21 | 14B | 40 | 29 |
| Octal | 252 | 45 | 146 | 0 | 116 | 50 | 41 | 513 | 100 | 51 |
| Binary | 10101010 | 100101 | 1100110 | 0 | 1001110 | 101000 | 100001 | 101001011 | 1000000 | 101001 |
Color Harmonies of #AA2566
Complementary color
Monochromatic Colors of #AA2566
Black with #AA2566
Text Example
Text Example
White with #AA2566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2566; }
p { color: rgb(170,37,102); }
H1.HeaderClassName
{
color: #AA2566;
}
.AnyTagClassName
{
color: #AA2566;
}
</style>
background-color css
<style>
a { background-color: #AA2566; }
a { background-color: rgb(170,37,102); }
div.DivClassName
{
background-color: #AA2566;
}
.BgClassName
{
background-color: #AA2566;
}
</style>
border-color css
<style>
span { border-color: #AA2566; }
span { border-color: rgb(170,37,102); }
td.TdClassName
{
border-color: #AA2566;
}
.TagClassName
{
border-color: #AA2566;
}
</style>