Shades of Jazzberry Jam #AC2068
Tints of Jazzberry Jam #AC2068
RGB
CMYK
RGB Variations
Color information
#AC2068 (or 0xAC2068) is known color: Jazzberry Jam. HEX triplet: AC, 20 and 68. RGB value is (172,32,104). Sum of RGB (Red+Green+Blue) = 172+32+104=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2068 is #53DF97. Grayscale: #515151. Windows color (decimal): -5496728 or 6824108. OLE color: 6824108.
HSL color Cylindrical-coordinate representation of color #AC2068: hue angle of 329.14º 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 #AC2068 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 104 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.33 |
| HSL | 329.14º | 0.69% | 0.4% | - |
| HSV(B) | 329.14º | 0.81% | 0.67% | - |
| XYZ | 20.03 | 10.8 | 14.13 | - |
| YUV | 82.07 | 140.38 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 104 | 0 | 0.81 | 0.40 | 0.33 | 329.14 | 0.69 | 0.4 |
| Hex | AC | 20 | 68 | 0 | 51 | 28 | 21 | 149 | 45 | 28 |
| Octal | 254 | 40 | 150 | 0 | 121 | 50 | 41 | 511 | 105 | 50 |
| Binary | 10101100 | 100000 | 1101000 | 0 | 1010001 | 101000 | 100001 | 101001001 | 1000101 | 101000 |
Color Harmonies of #AC2068
Complementary color
Monochromatic Colors of #AC2068
Black with #AC2068
Text Example
Text Example
White with #AC2068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2068; }
p { color: rgb(172,32,104); }
H1.HeaderClassName
{
color: #AC2068;
}
.AnyTagClassName
{
color: #AC2068;
}
</style>
background-color css
<style>
a { background-color: #AC2068; }
a { background-color: rgb(172,32,104); }
div.DivClassName
{
background-color: #AC2068;
}
.BgClassName
{
background-color: #AC2068;
}
</style>
border-color css
<style>
span { border-color: #AC2068; }
span { border-color: rgb(172,32,104); }
td.TdClassName
{
border-color: #AC2068;
}
.TagClassName
{
border-color: #AC2068;
}
</style>