Shades of Jazzberry Jam #AC206D
Tints of Jazzberry Jam #AC206D
RGB
CMYK
RGB Variations
Color information
#AC206D (or 0xAC206D) is known color: Jazzberry Jam. HEX triplet: AC, 20 and 6D. RGB value is (172,32,109). Sum of RGB (Red+Green+Blue) = 172+32+109=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC206D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC206D is #53DF92. Grayscale: #525252. Windows color (decimal): -5496723 or 7151788. OLE color: 7151788.
HSL color Cylindrical-coordinate representation of color #AC206D: hue angle of 327º degrees, saturation: 0.69, 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 #AC206D is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 109 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.33 |
| HSL | 327º | 0.69% | 0.4% | - |
| HSV(B) | 327º | 0.81% | 0.67% | - |
| XYZ | 20.29 | 10.91 | 15.5 | - |
| YUV | 82.64 | 142.88 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 109 | 0 | 0.81 | 0.37 | 0.33 | 327 | 0.69 | 0.4 |
| Hex | AC | 20 | 6D | 0 | 51 | 25 | 21 | 147 | 45 | 28 |
| Octal | 254 | 40 | 155 | 0 | 121 | 45 | 41 | 507 | 105 | 50 |
| Binary | 10101100 | 100000 | 1101101 | 0 | 1010001 | 100101 | 100001 | 101000111 | 1000101 | 101000 |
Color Harmonies of #AC206D
Complementary color
Monochromatic Colors of #AC206D
Black with #AC206D
Text Example
Text Example
White with #AC206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC206D; }
p { color: rgb(172,32,109); }
H1.HeaderClassName
{
color: #AC206D;
}
.AnyTagClassName
{
color: #AC206D;
}
</style>
background-color css
<style>
a { background-color: #AC206D; }
a { background-color: rgb(172,32,109); }
div.DivClassName
{
background-color: #AC206D;
}
.BgClassName
{
background-color: #AC206D;
}
</style>
border-color css
<style>
span { border-color: #AC206D; }
span { border-color: rgb(172,32,109); }
td.TdClassName
{
border-color: #AC206D;
}
.TagClassName
{
border-color: #AC206D;
}
</style>