Shades of Jazzberry Jam #AC226E
Tints of Jazzberry Jam #AC226E
RGB
CMYK
RGB Variations
Color information
#AC226E (or 0xAC226E) is known color: Jazzberry Jam. HEX triplet: AC, 22 and 6E. RGB value is (172,34,110). Sum of RGB (Red+Green+Blue) = 172+34+110=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC226E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC226E is #53DD91. Grayscale: #535353. Windows color (decimal): -5496210 or 7217836. OLE color: 7217836.
HSL color Cylindrical-coordinate representation of color #AC226E: hue angle of 326.96º 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 #AC226E is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 110 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.33 |
| HSL | 326.96º | 0.67% | 0.4% | - |
| HSV(B) | 326.96º | 0.8% | 0.67% | - |
| XYZ | 20.4 | 11.04 | 15.81 | - |
| YUV | 83.93 | 142.72 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 110 | 0 | 0.80 | 0.36 | 0.33 | 326.96 | 0.67 | 0.4 |
| Hex | AC | 22 | 6E | 0 | 50 | 24 | 21 | 147 | 43 | 28 |
| Octal | 254 | 42 | 156 | 0 | 120 | 44 | 41 | 507 | 103 | 50 |
| Binary | 10101100 | 100010 | 1101110 | 0 | 1010000 | 100100 | 100001 | 101000111 | 1000011 | 101000 |
Color Harmonies of #AC226E
Complementary color
Monochromatic Colors of #AC226E
Black with #AC226E
Text Example
Text Example
White with #AC226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC226E; }
p { color: rgb(172,34,110); }
H1.HeaderClassName
{
color: #AC226E;
}
.AnyTagClassName
{
color: #AC226E;
}
</style>
background-color css
<style>
a { background-color: #AC226E; }
a { background-color: rgb(172,34,110); }
div.DivClassName
{
background-color: #AC226E;
}
.BgClassName
{
background-color: #AC226E;
}
</style>
border-color css
<style>
span { border-color: #AC226E; }
span { border-color: rgb(172,34,110); }
td.TdClassName
{
border-color: #AC226E;
}
.TagClassName
{
border-color: #AC226E;
}
</style>