Shades of Jazzberry Jam #AA246C
Tints of Jazzberry Jam #AA246C
RGB
CMYK
RGB Variations
Color information
#AA246C (or 0xAA246C) is known color: Jazzberry Jam. HEX triplet: AA, 24 and 6C. RGB value is (170,36,108). Sum of RGB (Red+Green+Blue) = 170+36+108=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA246C is #55DB93. Grayscale: #545454. Windows color (decimal): -5626772 or 7087274. OLE color: 7087274.
HSL color Cylindrical-coordinate representation of color #AA246C: hue angle of 327.76º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA246C is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 108 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.33 |
| HSL | 327.76º | 0.65% | 0.4% | - |
| HSV(B) | 327.76º | 0.79% | 0.67% | - |
| XYZ | 19.92 | 10.89 | 15.24 | - |
| YUV | 84.27 | 141.39 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 108 | 0 | 0.79 | 0.36 | 0.33 | 327.76 | 0.65 | 0.4 |
| Hex | AA | 24 | 6C | 0 | 4F | 24 | 21 | 148 | 41 | 28 |
| Octal | 252 | 44 | 154 | 0 | 117 | 44 | 41 | 510 | 101 | 50 |
| Binary | 10101010 | 100100 | 1101100 | 0 | 1001111 | 100100 | 100001 | 101001000 | 1000001 | 101000 |
Color Harmonies of #AA246C
Complementary color
Monochromatic Colors of #AA246C
Black with #AA246C
Text Example
Text Example
White with #AA246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA246C; }
p { color: rgb(170,36,108); }
H1.HeaderClassName
{
color: #AA246C;
}
.AnyTagClassName
{
color: #AA246C;
}
</style>
background-color css
<style>
a { background-color: #AA246C; }
a { background-color: rgb(170,36,108); }
div.DivClassName
{
background-color: #AA246C;
}
.BgClassName
{
background-color: #AA246C;
}
</style>
border-color css
<style>
span { border-color: #AA246C; }
span { border-color: rgb(170,36,108); }
td.TdClassName
{
border-color: #AA246C;
}
.TagClassName
{
border-color: #AA246C;
}
</style>