Shades of Jazzberry Jam #AC1267
Tints of Jazzberry Jam #AC1267
RGB
CMYK
RGB Variations
Color information
#AC1267 (or 0xAC1267) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 67. RGB value is (172,18,103). Sum of RGB (Red+Green+Blue) = 172+18+103=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1267 is #53ED98. Grayscale: #494949. Windows color (decimal): -5500313 or 6754988. OLE color: 6754988.
HSL color Cylindrical-coordinate representation of color #AC1267: hue angle of 326.88º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1267 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 103 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.33 |
| HSL | 326.88º | 0.81% | 0.37% | - |
| HSV(B) | 326.88º | 0.9% | 0.67% | - |
| XYZ | 19.68 | 10.18 | 13.76 | - |
| YUV | 73.74 | 144.52 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 103 | 0 | 0.90 | 0.40 | 0.33 | 326.88 | 0.81 | 0.37 |
| Hex | AC | 12 | 67 | 0 | 5A | 28 | 21 | 147 | 51 | 25 |
| Octal | 254 | 22 | 147 | 0 | 132 | 50 | 41 | 507 | 121 | 45 |
| Binary | 10101100 | 10010 | 1100111 | 0 | 1011010 | 101000 | 100001 | 101000111 | 1010001 | 100101 |
Color Harmonies of #AC1267
Complementary color
Monochromatic Colors of #AC1267
Black with #AC1267
Text Example
Text Example
White with #AC1267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1267; }
p { color: rgb(172,18,103); }
H1.HeaderClassName
{
color: #AC1267;
}
.AnyTagClassName
{
color: #AC1267;
}
</style>
background-color css
<style>
a { background-color: #AC1267; }
a { background-color: rgb(172,18,103); }
div.DivClassName
{
background-color: #AC1267;
}
.BgClassName
{
background-color: #AC1267;
}
</style>
border-color css
<style>
span { border-color: #AC1267; }
span { border-color: rgb(172,18,103); }
td.TdClassName
{
border-color: #AC1267;
}
.TagClassName
{
border-color: #AC1267;
}
</style>