Shades of Jazzberry Jam #AC1255
Tints of Jazzberry Jam #AC1255
RGB
CMYK
RGB Variations
Color information
#AC1255 (or 0xAC1255) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 55. RGB value is (172,18,85). Sum of RGB (Red+Green+Blue) = 172+18+85=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1255 is #53EDAA. Grayscale: #474747. Windows color (decimal): -5500331 or 5575340. OLE color: 5575340.
HSL color Cylindrical-coordinate representation of color #AC1255: hue angle of 333.9º 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 #AC1255 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 85 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.33 |
| HSL | 333.9º | 0.81% | 0.37% | - |
| HSV(B) | 333.9º | 0.9% | 0.67% | - |
| XYZ | 18.87 | 9.86 | 9.5 | - |
| YUV | 71.68 | 135.52 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 85 | 0 | 0.90 | 0.51 | 0.33 | 333.9 | 0.81 | 0.37 |
| Hex | AC | 12 | 55 | 0 | 5A | 33 | 21 | 14E | 51 | 25 |
| Octal | 254 | 22 | 125 | 0 | 132 | 63 | 41 | 516 | 121 | 45 |
| Binary | 10101100 | 10010 | 1010101 | 0 | 1011010 | 110011 | 100001 | 101001110 | 1010001 | 100101 |
Color Harmonies of #AC1255
Complementary color
Monochromatic Colors of #AC1255
Black with #AC1255
Text Example
Text Example
White with #AC1255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1255; }
p { color: rgb(172,18,85); }
H1.HeaderClassName
{
color: #AC1255;
}
.AnyTagClassName
{
color: #AC1255;
}
</style>
background-color css
<style>
a { background-color: #AC1255; }
a { background-color: rgb(172,18,85); }
div.DivClassName
{
background-color: #AC1255;
}
.BgClassName
{
background-color: #AC1255;
}
</style>
border-color css
<style>
span { border-color: #AC1255; }
span { border-color: rgb(172,18,85); }
td.TdClassName
{
border-color: #AC1255;
}
.TagClassName
{
border-color: #AC1255;
}
</style>