Shades of Jazzberry Jam #AC196D
Tints of Jazzberry Jam #AC196D
RGB
CMYK
RGB Variations
Color information
#AC196D (or 0xAC196D) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 6D. RGB value is (172,25,109). Sum of RGB (Red+Green+Blue) = 172+25+109=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC196D is #53E692. Grayscale: #4E4E4E. Windows color (decimal): -5498515 or 7149996. OLE color: 7149996.
HSL color Cylindrical-coordinate representation of color #AC196D: hue angle of 325.71º 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 #AC196D is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 109 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.33 |
| HSL | 325.71º | 0.75% | 0.39% | - |
| HSV(B) | 325.71º | 0.85% | 0.67% | - |
| XYZ | 20.12 | 10.57 | 15.45 | - |
| YUV | 78.53 | 145.2 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 109 | 0 | 0.85 | 0.37 | 0.33 | 325.71 | 0.75 | 0.39 |
| Hex | AC | 19 | 6D | 0 | 55 | 25 | 21 | 146 | 4B | 27 |
| Octal | 254 | 31 | 155 | 0 | 125 | 45 | 41 | 506 | 113 | 47 |
| Binary | 10101100 | 11001 | 1101101 | 0 | 1010101 | 100101 | 100001 | 101000110 | 1001011 | 100111 |
Color Harmonies of #AC196D
Complementary color
Monochromatic Colors of #AC196D
Black with #AC196D
Text Example
Text Example
White with #AC196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC196D; }
p { color: rgb(172,25,109); }
H1.HeaderClassName
{
color: #AC196D;
}
.AnyTagClassName
{
color: #AC196D;
}
</style>
background-color css
<style>
a { background-color: #AC196D; }
a { background-color: rgb(172,25,109); }
div.DivClassName
{
background-color: #AC196D;
}
.BgClassName
{
background-color: #AC196D;
}
</style>
border-color css
<style>
span { border-color: #AC196D; }
span { border-color: rgb(172,25,109); }
td.TdClassName
{
border-color: #AC196D;
}
.TagClassName
{
border-color: #AC196D;
}
</style>