Shades of Jazzberry Jam #AC1378
Tints of Jazzberry Jam #AC1378
RGB
CMYK
RGB Variations
Color information
#AC1378 (or 0xAC1378) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 78. RGB value is (172,19,120). Sum of RGB (Red+Green+Blue) = 172+19+120=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1378 is #53EC87. Grayscale: #4C4C4C. Windows color (decimal): -5500040 or 7869356. OLE color: 7869356.
HSL color Cylindrical-coordinate representation of color #AC1378: hue angle of 320.39º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1378 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 120 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.33 |
| HSL | 320.39º | 0.8% | 0.37% | - |
| HSV(B) | 320.39º | 0.89% | 0.67% | - |
| XYZ | 20.64 | 10.59 | 18.73 | - |
| YUV | 76.26 | 152.69 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 120 | 0 | 0.89 | 0.30 | 0.33 | 320.39 | 0.8 | 0.37 |
| Hex | AC | 13 | 78 | 0 | 59 | 1E | 21 | 140 | 50 | 25 |
| Octal | 254 | 23 | 170 | 0 | 131 | 36 | 41 | 500 | 120 | 45 |
| Binary | 10101100 | 10011 | 1111000 | 0 | 1011001 | 11110 | 100001 | 101000000 | 1010000 | 100101 |
Color Harmonies of #AC1378
Complementary color
Monochromatic Colors of #AC1378
Black with #AC1378
Text Example
Text Example
White with #AC1378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1378; }
p { color: rgb(172,19,120); }
H1.HeaderClassName
{
color: #AC1378;
}
.AnyTagClassName
{
color: #AC1378;
}
</style>
background-color css
<style>
a { background-color: #AC1378; }
a { background-color: rgb(172,19,120); }
div.DivClassName
{
background-color: #AC1378;
}
.BgClassName
{
background-color: #AC1378;
}
</style>
border-color css
<style>
span { border-color: #AC1378; }
span { border-color: rgb(172,19,120); }
td.TdClassName
{
border-color: #AC1378;
}
.TagClassName
{
border-color: #AC1378;
}
</style>