Shades of Jazzberry Jam #AC166F
Tints of Jazzberry Jam #AC166F
RGB
CMYK
RGB Variations
Color information
#AC166F (or 0xAC166F) is known color: Jazzberry Jam. HEX triplet: AC, 16 and 6F. RGB value is (172,22,111). Sum of RGB (Red+Green+Blue) = 172+22+111=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC166F is #53E990. Grayscale: #4C4C4C. Windows color (decimal): -5499281 or 7280300. OLE color: 7280300.
HSL color Cylindrical-coordinate representation of color #AC166F: hue angle of 324.4º 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 #AC166F is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 111 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.33 |
| HSL | 324.4º | 0.77% | 0.38% | - |
| HSV(B) | 324.4º | 0.87% | 0.67% | - |
| XYZ | 20.17 | 10.49 | 16 | - |
| YUV | 77 | 147.2 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 111 | 0 | 0.87 | 0.35 | 0.33 | 324.4 | 0.77 | 0.38 |
| Hex | AC | 16 | 6F | 0 | 57 | 23 | 21 | 144 | 4D | 26 |
| Octal | 254 | 26 | 157 | 0 | 127 | 43 | 41 | 504 | 115 | 46 |
| Binary | 10101100 | 10110 | 1101111 | 0 | 1010111 | 100011 | 100001 | 101000100 | 1001101 | 100110 |
Color Harmonies of #AC166F
Complementary color
Monochromatic Colors of #AC166F
Black with #AC166F
Text Example
Text Example
White with #AC166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC166F; }
p { color: rgb(172,22,111); }
H1.HeaderClassName
{
color: #AC166F;
}
.AnyTagClassName
{
color: #AC166F;
}
</style>
background-color css
<style>
a { background-color: #AC166F; }
a { background-color: rgb(172,22,111); }
div.DivClassName
{
background-color: #AC166F;
}
.BgClassName
{
background-color: #AC166F;
}
</style>
border-color css
<style>
span { border-color: #AC166F; }
span { border-color: rgb(172,22,111); }
td.TdClassName
{
border-color: #AC166F;
}
.TagClassName
{
border-color: #AC166F;
}
</style>