Shades of Jazzberry Jam #AC076A
Tints of Jazzberry Jam #AC076A
RGB
CMYK
RGB Variations
Color information
#AC076A (or 0xAC076A) is known color: Jazzberry Jam. HEX triplet: AC, 07 and 6A. RGB value is (172,7,106). Sum of RGB (Red+Green+Blue) = 172+7+106=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC076A is #53F895. Grayscale: #434343. Windows color (decimal): -5503126 or 6948780. OLE color: 6948780.
HSL color Cylindrical-coordinate representation of color #AC076A: hue angle of 324º 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 #AC076A is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 106 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.33 |
| HSL | 324º | 0.92% | 0.35% | - |
| HSV(B) | 324º | 0.96% | 0.67% | - |
| XYZ | 19.69 | 9.96 | 14.52 | - |
| YUV | 67.62 | 149.66 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 106 | 0 | 0.96 | 0.38 | 0.33 | 324 | 0.92 | 0.35 |
| Hex | AC | 7 | 6A | 0 | 60 | 26 | 21 | 144 | 5C | 23 |
| Octal | 254 | 7 | 152 | 0 | 140 | 46 | 41 | 504 | 134 | 43 |
| Binary | 10101100 | 111 | 1101010 | 0 | 1100000 | 100110 | 100001 | 101000100 | 1011100 | 100011 |
Color Harmonies of #AC076A
Complementary color
Monochromatic Colors of #AC076A
Black with #AC076A
Text Example
Text Example
White with #AC076A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC076A; }
p { color: rgb(172,7,106); }
H1.HeaderClassName
{
color: #AC076A;
}
.AnyTagClassName
{
color: #AC076A;
}
</style>
background-color css
<style>
a { background-color: #AC076A; }
a { background-color: rgb(172,7,106); }
div.DivClassName
{
background-color: #AC076A;
}
.BgClassName
{
background-color: #AC076A;
}
</style>
border-color css
<style>
span { border-color: #AC076A; }
span { border-color: rgb(172,7,106); }
td.TdClassName
{
border-color: #AC076A;
}
.TagClassName
{
border-color: #AC076A;
}
</style>