Shades of Jazzberry Jam #AC2568
Tints of Jazzberry Jam #AC2568
RGB
CMYK
RGB Variations
Color information
#AC2568 (or 0xAC2568) is known color: Jazzberry Jam. HEX triplet: AC, 25 and 68. RGB value is (172,37,104). Sum of RGB (Red+Green+Blue) = 172+37+104=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2568 is #53DA97. Grayscale: #545454. Windows color (decimal): -5495448 or 6825388. OLE color: 6825388.
HSL color Cylindrical-coordinate representation of color #AC2568: hue angle of 330.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2568 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 104 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.33 |
| HSL | 330.22º | 0.65% | 0.41% | - |
| HSV(B) | 330.22º | 0.78% | 0.67% | - |
| XYZ | 20.17 | 11.09 | 14.17 | - |
| YUV | 85 | 138.73 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 104 | 0 | 0.78 | 0.40 | 0.33 | 330.22 | 0.65 | 0.41 |
| Hex | AC | 25 | 68 | 0 | 4E | 28 | 21 | 14A | 41 | 29 |
| Octal | 254 | 45 | 150 | 0 | 116 | 50 | 41 | 512 | 101 | 51 |
| Binary | 10101100 | 100101 | 1101000 | 0 | 1001110 | 101000 | 100001 | 101001010 | 1000001 | 101001 |
Color Harmonies of #AC2568
Complementary color
Monochromatic Colors of #AC2568
Black with #AC2568
Text Example
Text Example
White with #AC2568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2568; }
p { color: rgb(172,37,104); }
H1.HeaderClassName
{
color: #AC2568;
}
.AnyTagClassName
{
color: #AC2568;
}
</style>
background-color css
<style>
a { background-color: #AC2568; }
a { background-color: rgb(172,37,104); }
div.DivClassName
{
background-color: #AC2568;
}
.BgClassName
{
background-color: #AC2568;
}
</style>
border-color css
<style>
span { border-color: #AC2568; }
span { border-color: rgb(172,37,104); }
td.TdClassName
{
border-color: #AC2568;
}
.TagClassName
{
border-color: #AC2568;
}
</style>