Shades of Jazzberry Jam #AC195D
Tints of Jazzberry Jam #AC195D
RGB
CMYK
RGB Variations
Color information
#AC195D (or 0xAC195D) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 5D. RGB value is (172,25,93). Sum of RGB (Red+Green+Blue) = 172+25+93=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC195D is #53E6A2. Grayscale: #4C4C4C. Windows color (decimal): -5498531 or 6101420. OLE color: 6101420.
HSL color Cylindrical-coordinate representation of color #AC195D: hue angle of 332.24º 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 #AC195D is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 93 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.33 |
| HSL | 332.24º | 0.75% | 0.39% | - |
| HSV(B) | 332.24º | 0.85% | 0.67% | - |
| XYZ | 19.34 | 10.26 | 11.32 | - |
| YUV | 76.71 | 137.2 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 93 | 0 | 0.85 | 0.46 | 0.33 | 332.24 | 0.75 | 0.39 |
| Hex | AC | 19 | 5D | 0 | 55 | 2E | 21 | 14C | 4B | 27 |
| Octal | 254 | 31 | 135 | 0 | 125 | 56 | 41 | 514 | 113 | 47 |
| Binary | 10101100 | 11001 | 1011101 | 0 | 1010101 | 101110 | 100001 | 101001100 | 1001011 | 100111 |
Color Harmonies of #AC195D
Complementary color
Monochromatic Colors of #AC195D
Black with #AC195D
Text Example
Text Example
White with #AC195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC195D; }
p { color: rgb(172,25,93); }
H1.HeaderClassName
{
color: #AC195D;
}
.AnyTagClassName
{
color: #AC195D;
}
</style>
background-color css
<style>
a { background-color: #AC195D; }
a { background-color: rgb(172,25,93); }
div.DivClassName
{
background-color: #AC195D;
}
.BgClassName
{
background-color: #AC195D;
}
</style>
border-color css
<style>
span { border-color: #AC195D; }
span { border-color: rgb(172,25,93); }
td.TdClassName
{
border-color: #AC195D;
}
.TagClassName
{
border-color: #AC195D;
}
</style>