Shades of Jazzberry Jam #AC1067
Tints of Jazzberry Jam #AC1067
RGB
CMYK
RGB Variations
Color information
#AC1067 (or 0xAC1067) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 67. RGB value is (172,16,103). Sum of RGB (Red+Green+Blue) = 172+16+103=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1067 is #53EF98. Grayscale: #484848. Windows color (decimal): -5500825 or 6754476. OLE color: 6754476.
HSL color Cylindrical-coordinate representation of color #AC1067: hue angle of 326.54º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC1067 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 103 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.33 |
| HSL | 326.54º | 0.83% | 0.37% | - |
| HSV(B) | 326.54º | 0.91% | 0.67% | - |
| XYZ | 19.65 | 10.12 | 13.75 | - |
| YUV | 72.56 | 145.18 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 103 | 0 | 0.91 | 0.40 | 0.33 | 326.54 | 0.83 | 0.37 |
| Hex | AC | 10 | 67 | 0 | 5B | 28 | 21 | 147 | 53 | 25 |
| Octal | 254 | 20 | 147 | 0 | 133 | 50 | 41 | 507 | 123 | 45 |
| Binary | 10101100 | 10000 | 1100111 | 0 | 1011011 | 101000 | 100001 | 101000111 | 1010011 | 100101 |
Color Harmonies of #AC1067
Complementary color
Monochromatic Colors of #AC1067
Black with #AC1067
Text Example
Text Example
White with #AC1067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1067; }
p { color: rgb(172,16,103); }
H1.HeaderClassName
{
color: #AC1067;
}
.AnyTagClassName
{
color: #AC1067;
}
</style>
background-color css
<style>
a { background-color: #AC1067; }
a { background-color: rgb(172,16,103); }
div.DivClassName
{
background-color: #AC1067;
}
.BgClassName
{
background-color: #AC1067;
}
</style>
border-color css
<style>
span { border-color: #AC1067; }
span { border-color: rgb(172,16,103); }
td.TdClassName
{
border-color: #AC1067;
}
.TagClassName
{
border-color: #AC1067;
}
</style>