Shades of Jazzberry Jam #AC1470
Tints of Jazzberry Jam #AC1470
RGB
CMYK
RGB Variations
Color information
#AC1470 (or 0xAC1470) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 70. RGB value is (172,20,112). Sum of RGB (Red+Green+Blue) = 172+20+112=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1470 is #53EB8F. Grayscale: #4B4B4B. Windows color (decimal): -5499792 or 7345324. OLE color: 7345324.
HSL color Cylindrical-coordinate representation of color #AC1470: hue angle of 323.68º 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 #AC1470 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 112 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.33 |
| HSL | 323.68º | 0.79% | 0.38% | - |
| HSV(B) | 323.68º | 0.88% | 0.67% | - |
| XYZ | 20.19 | 10.44 | 16.28 | - |
| YUV | 75.94 | 148.36 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 112 | 0 | 0.88 | 0.35 | 0.33 | 323.68 | 0.79 | 0.38 |
| Hex | AC | 14 | 70 | 0 | 58 | 23 | 21 | 144 | 4F | 26 |
| Octal | 254 | 24 | 160 | 0 | 130 | 43 | 41 | 504 | 117 | 46 |
| Binary | 10101100 | 10100 | 1110000 | 0 | 1011000 | 100011 | 100001 | 101000100 | 1001111 | 100110 |
Color Harmonies of #AC1470
Complementary color
Monochromatic Colors of #AC1470
Black with #AC1470
Text Example
Text Example
White with #AC1470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1470; }
p { color: rgb(172,20,112); }
H1.HeaderClassName
{
color: #AC1470;
}
.AnyTagClassName
{
color: #AC1470;
}
</style>
background-color css
<style>
a { background-color: #AC1470; }
a { background-color: rgb(172,20,112); }
div.DivClassName
{
background-color: #AC1470;
}
.BgClassName
{
background-color: #AC1470;
}
</style>
border-color css
<style>
span { border-color: #AC1470; }
span { border-color: rgb(172,20,112); }
td.TdClassName
{
border-color: #AC1470;
}
.TagClassName
{
border-color: #AC1470;
}
</style>