Shades of Jazzberry Jam #AC226A
Tints of Jazzberry Jam #AC226A
RGB
CMYK
RGB Variations
Color information
#AC226A (or 0xAC226A) is known color: Jazzberry Jam. HEX triplet: AC, 22 and 6A. RGB value is (172,34,106). Sum of RGB (Red+Green+Blue) = 172+34+106=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC226A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC226A is #53DD95. Grayscale: #535353. Windows color (decimal): -5496214 or 6955692. OLE color: 6955692.
HSL color Cylindrical-coordinate representation of color #AC226A: hue angle of 328.7º 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 #AC226A is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 106 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.33 |
| HSL | 328.7º | 0.67% | 0.4% | - |
| HSV(B) | 328.7º | 0.8% | 0.67% | - |
| XYZ | 20.19 | 10.96 | 14.69 | - |
| YUV | 83.47 | 140.72 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 106 | 0 | 0.80 | 0.38 | 0.33 | 328.7 | 0.67 | 0.4 |
| Hex | AC | 22 | 6A | 0 | 50 | 26 | 21 | 149 | 43 | 28 |
| Octal | 254 | 42 | 152 | 0 | 120 | 46 | 41 | 511 | 103 | 50 |
| Binary | 10101100 | 100010 | 1101010 | 0 | 1010000 | 100110 | 100001 | 101001001 | 1000011 | 101000 |
Color Harmonies of #AC226A
Complementary color
Monochromatic Colors of #AC226A
Black with #AC226A
Text Example
Text Example
White with #AC226A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC226A; }
p { color: rgb(172,34,106); }
H1.HeaderClassName
{
color: #AC226A;
}
.AnyTagClassName
{
color: #AC226A;
}
</style>
background-color css
<style>
a { background-color: #AC226A; }
a { background-color: rgb(172,34,106); }
div.DivClassName
{
background-color: #AC226A;
}
.BgClassName
{
background-color: #AC226A;
}
</style>
border-color css
<style>
span { border-color: #AC226A; }
span { border-color: rgb(172,34,106); }
td.TdClassName
{
border-color: #AC226A;
}
.TagClassName
{
border-color: #AC226A;
}
</style>