Shades of Jazzberry Jam #AC1967
Tints of Jazzberry Jam #AC1967
RGB
CMYK
RGB Variations
Color information
#AC1967 (or 0xAC1967) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 67. RGB value is (172,25,103). Sum of RGB (Red+Green+Blue) = 172+25+103=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1967 is #53E698. Grayscale: #4D4D4D. Windows color (decimal): -5498521 or 6756780. OLE color: 6756780.
HSL color Cylindrical-coordinate representation of color #AC1967: hue angle of 328.16º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1967 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 103 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.33 |
| HSL | 328.16º | 0.75% | 0.39% | - |
| HSV(B) | 328.16º | 0.85% | 0.67% | - |
| XYZ | 19.81 | 10.45 | 13.8 | - |
| YUV | 77.85 | 142.2 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 103 | 0 | 0.85 | 0.40 | 0.33 | 328.16 | 0.75 | 0.39 |
| Hex | AC | 19 | 67 | 0 | 55 | 28 | 21 | 148 | 4B | 27 |
| Octal | 254 | 31 | 147 | 0 | 125 | 50 | 41 | 510 | 113 | 47 |
| Binary | 10101100 | 11001 | 1100111 | 0 | 1010101 | 101000 | 100001 | 101001000 | 1001011 | 100111 |
Color Harmonies of #AC1967
Complementary color
Monochromatic Colors of #AC1967
Black with #AC1967
Text Example
Text Example
White with #AC1967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1967; }
p { color: rgb(172,25,103); }
H1.HeaderClassName
{
color: #AC1967;
}
.AnyTagClassName
{
color: #AC1967;
}
</style>
background-color css
<style>
a { background-color: #AC1967; }
a { background-color: rgb(172,25,103); }
div.DivClassName
{
background-color: #AC1967;
}
.BgClassName
{
background-color: #AC1967;
}
</style>
border-color css
<style>
span { border-color: #AC1967; }
span { border-color: rgb(172,25,103); }
td.TdClassName
{
border-color: #AC1967;
}
.TagClassName
{
border-color: #AC1967;
}
</style>