Shades of Jazzberry Jam #AC1174
Tints of Jazzberry Jam #AC1174
RGB
CMYK
RGB Variations
Color information
#AC1174 (or 0xAC1174) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 74. RGB value is (172,17,116). Sum of RGB (Red+Green+Blue) = 172+17+116=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1174 is #53EE8B. Grayscale: #4A4A4A. Windows color (decimal): -5500556 or 7606700. OLE color: 7606700.
HSL color Cylindrical-coordinate representation of color #AC1174: hue angle of 321.68º degrees, saturation: 0.82, 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 #AC1174 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 116 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.33 |
| HSL | 321.68º | 0.82% | 0.37% | - |
| HSV(B) | 321.68º | 0.9% | 0.67% | - |
| XYZ | 20.37 | 10.43 | 17.46 | - |
| YUV | 74.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 116 | 0 | 0.90 | 0.33 | 0.33 | 321.68 | 0.82 | 0.37 |
| Hex | AC | 11 | 74 | 0 | 5A | 21 | 21 | 142 | 52 | 25 |
| Octal | 254 | 21 | 164 | 0 | 132 | 41 | 41 | 502 | 122 | 45 |
| Binary | 10101100 | 10001 | 1110100 | 0 | 1011010 | 100001 | 100001 | 101000010 | 1010010 | 100101 |
Color Harmonies of #AC1174
Complementary color
Monochromatic Colors of #AC1174
Black with #AC1174
Text Example
Text Example
White with #AC1174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1174; }
p { color: rgb(172,17,116); }
H1.HeaderClassName
{
color: #AC1174;
}
.AnyTagClassName
{
color: #AC1174;
}
</style>
background-color css
<style>
a { background-color: #AC1174; }
a { background-color: rgb(172,17,116); }
div.DivClassName
{
background-color: #AC1174;
}
.BgClassName
{
background-color: #AC1174;
}
</style>
border-color css
<style>
span { border-color: #AC1174; }
span { border-color: rgb(172,17,116); }
td.TdClassName
{
border-color: #AC1174;
}
.TagClassName
{
border-color: #AC1174;
}
</style>