Shades of Jazzberry Jam #AC1270
Tints of Jazzberry Jam #AC1270
RGB
CMYK
RGB Variations
Color information
#AC1270 (or 0xAC1270) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 70. RGB value is (172,18,112). Sum of RGB (Red+Green+Blue) = 172+18+112=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1270 is #53ED8F. Grayscale: #4A4A4A. Windows color (decimal): -5500304 or 7344812. OLE color: 7344812.
HSL color Cylindrical-coordinate representation of color #AC1270: hue angle of 323.38º 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 #AC1270 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 112 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.33 |
| HSL | 323.38º | 0.81% | 0.37% | - |
| HSV(B) | 323.38º | 0.9% | 0.67% | - |
| XYZ | 20.15 | 10.37 | 16.27 | - |
| YUV | 74.76 | 149.02 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 112 | 0 | 0.90 | 0.35 | 0.33 | 323.38 | 0.81 | 0.37 |
| Hex | AC | 12 | 70 | 0 | 5A | 23 | 21 | 143 | 51 | 25 |
| Octal | 254 | 22 | 160 | 0 | 132 | 43 | 41 | 503 | 121 | 45 |
| Binary | 10101100 | 10010 | 1110000 | 0 | 1011010 | 100011 | 100001 | 101000011 | 1010001 | 100101 |
Color Harmonies of #AC1270
Complementary color
Monochromatic Colors of #AC1270
Black with #AC1270
Text Example
Text Example
White with #AC1270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1270; }
p { color: rgb(172,18,112); }
H1.HeaderClassName
{
color: #AC1270;
}
.AnyTagClassName
{
color: #AC1270;
}
</style>
background-color css
<style>
a { background-color: #AC1270; }
a { background-color: rgb(172,18,112); }
div.DivClassName
{
background-color: #AC1270;
}
.BgClassName
{
background-color: #AC1270;
}
</style>
border-color css
<style>
span { border-color: #AC1270; }
span { border-color: rgb(172,18,112); }
td.TdClassName
{
border-color: #AC1270;
}
.TagClassName
{
border-color: #AC1270;
}
</style>