Shades of Jazzberry Jam #AC1F68
Tints of Jazzberry Jam #AC1F68
RGB
CMYK
RGB Variations
Color information
#AC1F68 (or 0xAC1F68) is known color: Jazzberry Jam. HEX triplet: AC, 1F and 68. RGB value is (172,31,104). Sum of RGB (Red+Green+Blue) = 172+31+104=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1F68 is #53E097. Grayscale: #515151. Windows color (decimal): -5496984 or 6823852. OLE color: 6823852.
HSL color Cylindrical-coordinate representation of color #AC1F68: hue angle of 328.94º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1F68 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 31 | 104 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.33 |
| HSL | 328.94º | 0.69% | 0.4% | - |
| HSV(B) | 328.94º | 0.82% | 0.67% | - |
| XYZ | 20 | 10.75 | 14.12 | - |
| YUV | 81.48 | 140.71 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 31 | 104 | 0 | 0.82 | 0.40 | 0.33 | 328.94 | 0.69 | 0.4 |
| Hex | AC | 1F | 68 | 0 | 52 | 28 | 21 | 149 | 45 | 28 |
| Octal | 254 | 37 | 150 | 0 | 122 | 50 | 41 | 511 | 105 | 50 |
| Binary | 10101100 | 11111 | 1101000 | 0 | 1010010 | 101000 | 100001 | 101001001 | 1000101 | 101000 |
Color Harmonies of #AC1F68
Complementary color
Monochromatic Colors of #AC1F68
Black with #AC1F68
Text Example
Text Example
White with #AC1F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1F68; }
p { color: rgb(172,31,104); }
H1.HeaderClassName
{
color: #AC1F68;
}
.AnyTagClassName
{
color: #AC1F68;
}
</style>
background-color css
<style>
a { background-color: #AC1F68; }
a { background-color: rgb(172,31,104); }
div.DivClassName
{
background-color: #AC1F68;
}
.BgClassName
{
background-color: #AC1F68;
}
</style>
border-color css
<style>
span { border-color: #AC1F68; }
span { border-color: rgb(172,31,104); }
td.TdClassName
{
border-color: #AC1F68;
}
.TagClassName
{
border-color: #AC1F68;
}
</style>