Shades of Jazzberry Jam #AC216C
Tints of Jazzberry Jam #AC216C
RGB
CMYK
RGB Variations
Color information
#AC216C (or 0xAC216C) is known color: Jazzberry Jam. HEX triplet: AC, 21 and 6C. RGB value is (172,33,108). Sum of RGB (Red+Green+Blue) = 172+33+108=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC216C is #53DE93. Grayscale: #525252. Windows color (decimal): -5496468 or 7086508. OLE color: 7086508.
HSL color Cylindrical-coordinate representation of color #AC216C: hue angle of 327.63º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC216C is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 108 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.33 |
| HSL | 327.63º | 0.68% | 0.4% | - |
| HSV(B) | 327.63º | 0.81% | 0.67% | - |
| XYZ | 20.26 | 10.94 | 15.23 | - |
| YUV | 83.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 108 | 0 | 0.81 | 0.37 | 0.33 | 327.63 | 0.68 | 0.4 |
| Hex | AC | 21 | 6C | 0 | 51 | 25 | 21 | 148 | 44 | 28 |
| Octal | 254 | 41 | 154 | 0 | 121 | 45 | 41 | 510 | 104 | 50 |
| Binary | 10101100 | 100001 | 1101100 | 0 | 1010001 | 100101 | 100001 | 101001000 | 1000100 | 101000 |
Color Harmonies of #AC216C
Complementary color
Monochromatic Colors of #AC216C
Black with #AC216C
Text Example
Text Example
White with #AC216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC216C; }
p { color: rgb(172,33,108); }
H1.HeaderClassName
{
color: #AC216C;
}
.AnyTagClassName
{
color: #AC216C;
}
</style>
background-color css
<style>
a { background-color: #AC216C; }
a { background-color: rgb(172,33,108); }
div.DivClassName
{
background-color: #AC216C;
}
.BgClassName
{
background-color: #AC216C;
}
</style>
border-color css
<style>
span { border-color: #AC216C; }
span { border-color: rgb(172,33,108); }
td.TdClassName
{
border-color: #AC216C;
}
.TagClassName
{
border-color: #AC216C;
}
</style>