Shades of Jazzberry Jam #AC256A
Tints of Jazzberry Jam #AC256A
RGB
CMYK
RGB Variations
Color information
#AC256A (or 0xAC256A) is known color: Jazzberry Jam. HEX triplet: AC, 25 and 6A. RGB value is (172,37,106). Sum of RGB (Red+Green+Blue) = 172+37+106=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC256A is #53DA95. Grayscale: #555555. Windows color (decimal): -5495446 or 6956460. OLE color: 6956460.
HSL color Cylindrical-coordinate representation of color #AC256A: hue angle of 329.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC256A is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 106 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.33 |
| HSL | 329.33º | 0.65% | 0.41% | - |
| HSV(B) | 329.33º | 0.78% | 0.67% | - |
| XYZ | 20.28 | 11.13 | 14.72 | - |
| YUV | 85.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 106 | 0 | 0.78 | 0.38 | 0.33 | 329.33 | 0.65 | 0.41 |
| Hex | AC | 25 | 6A | 0 | 4E | 26 | 21 | 149 | 41 | 29 |
| Octal | 254 | 45 | 152 | 0 | 116 | 46 | 41 | 511 | 101 | 51 |
| Binary | 10101100 | 100101 | 1101010 | 0 | 1001110 | 100110 | 100001 | 101001001 | 1000001 | 101001 |
Color Harmonies of #AC256A
Complementary color
Monochromatic Colors of #AC256A
Black with #AC256A
Text Example
Text Example
White with #AC256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC256A; }
p { color: rgb(172,37,106); }
H1.HeaderClassName
{
color: #AC256A;
}
.AnyTagClassName
{
color: #AC256A;
}
</style>
background-color css
<style>
a { background-color: #AC256A; }
a { background-color: rgb(172,37,106); }
div.DivClassName
{
background-color: #AC256A;
}
.BgClassName
{
background-color: #AC256A;
}
</style>
border-color css
<style>
span { border-color: #AC256A; }
span { border-color: rgb(172,37,106); }
td.TdClassName
{
border-color: #AC256A;
}
.TagClassName
{
border-color: #AC256A;
}
</style>