Shades of Jazzberry Jam #AC1C70
Tints of Jazzberry Jam #AC1C70
RGB
CMYK
RGB Variations
Color information
#AC1C70 (or 0xAC1C70) is known color: Jazzberry Jam. HEX triplet: AC, 1C and 70. RGB value is (172,28,112). Sum of RGB (Red+Green+Blue) = 172+28+112=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1C70 is #53E38F. Grayscale: #505050. Windows color (decimal): -5497744 or 7347372. OLE color: 7347372.
HSL color Cylindrical-coordinate representation of color #AC1C70: hue angle of 325º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1C70 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 112 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.33 |
| HSL | 325º | 0.72% | 0.39% | - |
| HSV(B) | 325º | 0.84% | 0.67% | - |
| XYZ | 20.35 | 10.77 | 16.34 | - |
| YUV | 80.63 | 145.71 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 112 | 0 | 0.84 | 0.35 | 0.33 | 325 | 0.72 | 0.39 |
| Hex | AC | 1C | 70 | 0 | 54 | 23 | 21 | 145 | 48 | 27 |
| Octal | 254 | 34 | 160 | 0 | 124 | 43 | 41 | 505 | 110 | 47 |
| Binary | 10101100 | 11100 | 1110000 | 0 | 1010100 | 100011 | 100001 | 101000101 | 1001000 | 100111 |
Color Harmonies of #AC1C70
Complementary color
Monochromatic Colors of #AC1C70
Black with #AC1C70
Text Example
Text Example
White with #AC1C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1C70; }
p { color: rgb(172,28,112); }
H1.HeaderClassName
{
color: #AC1C70;
}
.AnyTagClassName
{
color: #AC1C70;
}
</style>
background-color css
<style>
a { background-color: #AC1C70; }
a { background-color: rgb(172,28,112); }
div.DivClassName
{
background-color: #AC1C70;
}
.BgClassName
{
background-color: #AC1C70;
}
</style>
border-color css
<style>
span { border-color: #AC1C70; }
span { border-color: rgb(172,28,112); }
td.TdClassName
{
border-color: #AC1C70;
}
.TagClassName
{
border-color: #AC1C70;
}
</style>