Shades of Jazzberry Jam #AC165D
Tints of Jazzberry Jam #AC165D
RGB
CMYK
RGB Variations
Color information
#AC165D (or 0xAC165D) is known color: Jazzberry Jam. HEX triplet: AC, 16 and 5D. RGB value is (172,22,93). Sum of RGB (Red+Green+Blue) = 172+22+93=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC165D is #53E9A2. Grayscale: #4A4A4A. Windows color (decimal): -5499299 or 6100652. OLE color: 6100652.
HSL color Cylindrical-coordinate representation of color #AC165D: hue angle of 331.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC165D is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 93 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.33 |
| HSL | 331.6º | 0.77% | 0.38% | - |
| HSV(B) | 331.6º | 0.87% | 0.67% | - |
| XYZ | 19.28 | 10.13 | 11.3 | - |
| YUV | 74.94 | 138.2 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 93 | 0 | 0.87 | 0.46 | 0.33 | 331.6 | 0.77 | 0.38 |
| Hex | AC | 16 | 5D | 0 | 57 | 2E | 21 | 14C | 4D | 26 |
| Octal | 254 | 26 | 135 | 0 | 127 | 56 | 41 | 514 | 115 | 46 |
| Binary | 10101100 | 10110 | 1011101 | 0 | 1010111 | 101110 | 100001 | 101001100 | 1001101 | 100110 |
Color Harmonies of #AC165D
Complementary color
Monochromatic Colors of #AC165D
Black with #AC165D
Text Example
Text Example
White with #AC165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC165D; }
p { color: rgb(172,22,93); }
H1.HeaderClassName
{
color: #AC165D;
}
.AnyTagClassName
{
color: #AC165D;
}
</style>
background-color css
<style>
a { background-color: #AC165D; }
a { background-color: rgb(172,22,93); }
div.DivClassName
{
background-color: #AC165D;
}
.BgClassName
{
background-color: #AC165D;
}
</style>
border-color css
<style>
span { border-color: #AC165D; }
span { border-color: rgb(172,22,93); }
td.TdClassName
{
border-color: #AC165D;
}
.TagClassName
{
border-color: #AC165D;
}
</style>