Shades of Jazzberry Jam #AC226F
Tints of Jazzberry Jam #AC226F
RGB
CMYK
RGB Variations
Color information
#AC226F (or 0xAC226F) is known color: Jazzberry Jam. HEX triplet: AC, 22 and 6F. RGB value is (172,34,111). Sum of RGB (Red+Green+Blue) = 172+34+111=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC226F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC226F is #53DD90. Grayscale: #535353. Windows color (decimal): -5496209 or 7283372. OLE color: 7283372.
HSL color Cylindrical-coordinate representation of color #AC226F: hue angle of 326.52º 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 #AC226F is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 111 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.33 |
| HSL | 326.52º | 0.67% | 0.4% | - |
| HSV(B) | 326.52º | 0.8% | 0.67% | - |
| XYZ | 20.45 | 11.06 | 16.1 | - |
| YUV | 84.04 | 143.22 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 111 | 0 | 0.80 | 0.35 | 0.33 | 326.52 | 0.67 | 0.4 |
| Hex | AC | 22 | 6F | 0 | 50 | 23 | 21 | 147 | 43 | 28 |
| Octal | 254 | 42 | 157 | 0 | 120 | 43 | 41 | 507 | 103 | 50 |
| Binary | 10101100 | 100010 | 1101111 | 0 | 1010000 | 100011 | 100001 | 101000111 | 1000011 | 101000 |
Color Harmonies of #AC226F
Complementary color
Monochromatic Colors of #AC226F
Black with #AC226F
Text Example
Text Example
White with #AC226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC226F; }
p { color: rgb(172,34,111); }
H1.HeaderClassName
{
color: #AC226F;
}
.AnyTagClassName
{
color: #AC226F;
}
</style>
background-color css
<style>
a { background-color: #AC226F; }
a { background-color: rgb(172,34,111); }
div.DivClassName
{
background-color: #AC226F;
}
.BgClassName
{
background-color: #AC226F;
}
</style>
border-color css
<style>
span { border-color: #AC226F; }
span { border-color: rgb(172,34,111); }
td.TdClassName
{
border-color: #AC226F;
}
.TagClassName
{
border-color: #AC226F;
}
</style>