Shades of Jazzberry Jam #AC1458
Tints of Jazzberry Jam #AC1458
RGB
CMYK
RGB Variations
Color information
#AC1458 (or 0xAC1458) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 58. RGB value is (172,20,88). Sum of RGB (Red+Green+Blue) = 172+20+88=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1458 is #53EBA7. Grayscale: #494949. Windows color (decimal): -5499816 or 5772460. OLE color: 5772460.
HSL color Cylindrical-coordinate representation of color #AC1458: hue angle of 333.16º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1458 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 88 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.33 |
| HSL | 333.16º | 0.79% | 0.38% | - |
| HSV(B) | 333.16º | 0.88% | 0.67% | - |
| XYZ | 19.02 | 9.98 | 10.16 | - |
| YUV | 73.2 | 136.36 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 88 | 0 | 0.88 | 0.49 | 0.33 | 333.16 | 0.79 | 0.38 |
| Hex | AC | 14 | 58 | 0 | 58 | 31 | 21 | 14D | 4F | 26 |
| Octal | 254 | 24 | 130 | 0 | 130 | 61 | 41 | 515 | 117 | 46 |
| Binary | 10101100 | 10100 | 1011000 | 0 | 1011000 | 110001 | 100001 | 101001101 | 1001111 | 100110 |
Color Harmonies of #AC1458
Complementary color
Monochromatic Colors of #AC1458
Black with #AC1458
Text Example
Text Example
White with #AC1458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1458; }
p { color: rgb(172,20,88); }
H1.HeaderClassName
{
color: #AC1458;
}
.AnyTagClassName
{
color: #AC1458;
}
</style>
background-color css
<style>
a { background-color: #AC1458; }
a { background-color: rgb(172,20,88); }
div.DivClassName
{
background-color: #AC1458;
}
.BgClassName
{
background-color: #AC1458;
}
</style>
border-color css
<style>
span { border-color: #AC1458; }
span { border-color: rgb(172,20,88); }
td.TdClassName
{
border-color: #AC1458;
}
.TagClassName
{
border-color: #AC1458;
}
</style>