Shades of Jazzberry Jam #AC2262
Tints of Jazzberry Jam #AC2262
RGB
CMYK
RGB Variations
Color information
#AC2262 (or 0xAC2262) is known color: Jazzberry Jam. HEX triplet: AC, 22 and 62. RGB value is (172,34,98). Sum of RGB (Red+Green+Blue) = 172+34+98=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2262 is #53DD9D. Grayscale: #525252. Windows color (decimal): -5496222 or 6431404. OLE color: 6431404.
HSL color Cylindrical-coordinate representation of color #AC2262: hue angle of 332.17º 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 #AC2262 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 98 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.33 |
| HSL | 332.17º | 0.67% | 0.4% | - |
| HSV(B) | 332.17º | 0.8% | 0.67% | - |
| XYZ | 19.79 | 10.8 | 12.6 | - |
| YUV | 82.56 | 136.72 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 98 | 0 | 0.80 | 0.43 | 0.33 | 332.17 | 0.67 | 0.4 |
| Hex | AC | 22 | 62 | 0 | 50 | 2B | 21 | 14C | 43 | 28 |
| Octal | 254 | 42 | 142 | 0 | 120 | 53 | 41 | 514 | 103 | 50 |
| Binary | 10101100 | 100010 | 1100010 | 0 | 1010000 | 101011 | 100001 | 101001100 | 1000011 | 101000 |
Color Harmonies of #AC2262
Complementary color
Monochromatic Colors of #AC2262
Black with #AC2262
Text Example
Text Example
White with #AC2262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2262; }
p { color: rgb(172,34,98); }
H1.HeaderClassName
{
color: #AC2262;
}
.AnyTagClassName
{
color: #AC2262;
}
</style>
background-color css
<style>
a { background-color: #AC2262; }
a { background-color: rgb(172,34,98); }
div.DivClassName
{
background-color: #AC2262;
}
.BgClassName
{
background-color: #AC2262;
}
</style>
border-color css
<style>
span { border-color: #AC2262; }
span { border-color: rgb(172,34,98); }
td.TdClassName
{
border-color: #AC2262;
}
.TagClassName
{
border-color: #AC2262;
}
</style>