Shades of Jazzberry Jam #AC076C
Tints of Jazzberry Jam #AC076C
RGB
CMYK
RGB Variations
Color information
#AC076C (or 0xAC076C) is known color: Jazzberry Jam. HEX triplet: AC, 07 and 6C. RGB value is (172,7,108). Sum of RGB (Red+Green+Blue) = 172+7+108=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC076C is #53F893. Grayscale: #434343. Windows color (decimal): -5503124 or 7079852. OLE color: 7079852.
HSL color Cylindrical-coordinate representation of color #AC076C: hue angle of 323.27º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC076C is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 108 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.33 |
| HSL | 323.27º | 0.92% | 0.35% | - |
| HSV(B) | 323.27º | 0.96% | 0.67% | - |
| XYZ | 19.8 | 10.01 | 15.08 | - |
| YUV | 67.85 | 150.66 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 108 | 0 | 0.96 | 0.37 | 0.33 | 323.27 | 0.92 | 0.35 |
| Hex | AC | 7 | 6C | 0 | 60 | 25 | 21 | 143 | 5C | 23 |
| Octal | 254 | 7 | 154 | 0 | 140 | 45 | 41 | 503 | 134 | 43 |
| Binary | 10101100 | 111 | 1101100 | 0 | 1100000 | 100101 | 100001 | 101000011 | 1011100 | 100011 |
Color Harmonies of #AC076C
Complementary color
Monochromatic Colors of #AC076C
Black with #AC076C
Text Example
Text Example
White with #AC076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC076C; }
p { color: rgb(172,7,108); }
H1.HeaderClassName
{
color: #AC076C;
}
.AnyTagClassName
{
color: #AC076C;
}
</style>
background-color css
<style>
a { background-color: #AC076C; }
a { background-color: rgb(172,7,108); }
div.DivClassName
{
background-color: #AC076C;
}
.BgClassName
{
background-color: #AC076C;
}
</style>
border-color css
<style>
span { border-color: #AC076C; }
span { border-color: rgb(172,7,108); }
td.TdClassName
{
border-color: #AC076C;
}
.TagClassName
{
border-color: #AC076C;
}
</style>