Shades of Jazzberry Jam #AC106C
Tints of Jazzberry Jam #AC106C
RGB
CMYK
RGB Variations
Color information
#AC106C (or 0xAC106C) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 6C. RGB value is (172,16,108). Sum of RGB (Red+Green+Blue) = 172+16+108=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC106C is #53EF93. Grayscale: #484848. Windows color (decimal): -5500820 or 7082156. OLE color: 7082156.
HSL color Cylindrical-coordinate representation of color #AC106C: hue angle of 324.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC106C is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 108 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.33 |
| HSL | 324.62º | 0.83% | 0.37% | - |
| HSV(B) | 324.62º | 0.91% | 0.67% | - |
| XYZ | 19.91 | 10.22 | 15.11 | - |
| YUV | 73.13 | 147.68 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 108 | 0 | 0.91 | 0.37 | 0.33 | 324.62 | 0.83 | 0.37 |
| Hex | AC | 10 | 6C | 0 | 5B | 25 | 21 | 145 | 53 | 25 |
| Octal | 254 | 20 | 154 | 0 | 133 | 45 | 41 | 505 | 123 | 45 |
| Binary | 10101100 | 10000 | 1101100 | 0 | 1011011 | 100101 | 100001 | 101000101 | 1010011 | 100101 |
Color Harmonies of #AC106C
Complementary color
Monochromatic Colors of #AC106C
Black with #AC106C
Text Example
Text Example
White with #AC106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC106C; }
p { color: rgb(172,16,108); }
H1.HeaderClassName
{
color: #AC106C;
}
.AnyTagClassName
{
color: #AC106C;
}
</style>
background-color css
<style>
a { background-color: #AC106C; }
a { background-color: rgb(172,16,108); }
div.DivClassName
{
background-color: #AC106C;
}
.BgClassName
{
background-color: #AC106C;
}
</style>
border-color css
<style>
span { border-color: #AC106C; }
span { border-color: rgb(172,16,108); }
td.TdClassName
{
border-color: #AC106C;
}
.TagClassName
{
border-color: #AC106C;
}
</style>