Shades of Jazzberry Jam #AC1965
Tints of Jazzberry Jam #AC1965
RGB
CMYK
RGB Variations
Color information
#AC1965 (or 0xAC1965) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 65. RGB value is (172,25,101). Sum of RGB (Red+Green+Blue) = 172+25+101=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1965 is #53E69A. Grayscale: #4D4D4D. Windows color (decimal): -5498523 or 6625708. OLE color: 6625708.
HSL color Cylindrical-coordinate representation of color #AC1965: hue angle of 328.98º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1965 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 101 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.33 |
| HSL | 328.98º | 0.75% | 0.39% | - |
| HSV(B) | 328.98º | 0.85% | 0.67% | - |
| XYZ | 19.71 | 10.41 | 13.28 | - |
| YUV | 77.62 | 141.2 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 101 | 0 | 0.85 | 0.41 | 0.33 | 328.98 | 0.75 | 0.39 |
| Hex | AC | 19 | 65 | 0 | 55 | 29 | 21 | 149 | 4B | 27 |
| Octal | 254 | 31 | 145 | 0 | 125 | 51 | 41 | 511 | 113 | 47 |
| Binary | 10101100 | 11001 | 1100101 | 0 | 1010101 | 101001 | 100001 | 101001001 | 1001011 | 100111 |
Color Harmonies of #AC1965
Complementary color
Monochromatic Colors of #AC1965
Black with #AC1965
Text Example
Text Example
White with #AC1965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1965; }
p { color: rgb(172,25,101); }
H1.HeaderClassName
{
color: #AC1965;
}
.AnyTagClassName
{
color: #AC1965;
}
</style>
background-color css
<style>
a { background-color: #AC1965; }
a { background-color: rgb(172,25,101); }
div.DivClassName
{
background-color: #AC1965;
}
.BgClassName
{
background-color: #AC1965;
}
</style>
border-color css
<style>
span { border-color: #AC1965; }
span { border-color: rgb(172,25,101); }
td.TdClassName
{
border-color: #AC1965;
}
.TagClassName
{
border-color: #AC1965;
}
</style>