Shades of Jazzberry Jam #AC076E
Tints of Jazzberry Jam #AC076E
RGB
CMYK
RGB Variations
Color information
#AC076E (or 0xAC076E) is known color: Jazzberry Jam. HEX triplet: AC, 07 and 6E. RGB value is (172,7,110). Sum of RGB (Red+Green+Blue) = 172+7+110=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC076E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC076E is #53F891. Grayscale: #434343. Windows color (decimal): -5503122 or 7210924. OLE color: 7210924.
HSL color Cylindrical-coordinate representation of color #AC076E: hue angle of 322.55º 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 #AC076E is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 110 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.33 |
| HSL | 322.55º | 0.92% | 0.35% | - |
| HSV(B) | 322.55º | 0.96% | 0.67% | - |
| XYZ | 19.9 | 10.05 | 15.64 | - |
| YUV | 68.08 | 151.66 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 110 | 0 | 0.96 | 0.36 | 0.33 | 322.55 | 0.92 | 0.35 |
| Hex | AC | 7 | 6E | 0 | 60 | 24 | 21 | 143 | 5C | 23 |
| Octal | 254 | 7 | 156 | 0 | 140 | 44 | 41 | 503 | 134 | 43 |
| Binary | 10101100 | 111 | 1101110 | 0 | 1100000 | 100100 | 100001 | 101000011 | 1011100 | 100011 |
Color Harmonies of #AC076E
Complementary color
Monochromatic Colors of #AC076E
Black with #AC076E
Text Example
Text Example
White with #AC076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC076E; }
p { color: rgb(172,7,110); }
H1.HeaderClassName
{
color: #AC076E;
}
.AnyTagClassName
{
color: #AC076E;
}
</style>
background-color css
<style>
a { background-color: #AC076E; }
a { background-color: rgb(172,7,110); }
div.DivClassName
{
background-color: #AC076E;
}
.BgClassName
{
background-color: #AC076E;
}
</style>
border-color css
<style>
span { border-color: #AC076E; }
span { border-color: rgb(172,7,110); }
td.TdClassName
{
border-color: #AC076E;
}
.TagClassName
{
border-color: #AC076E;
}
</style>