Shades of Jazzberry Jam #AC074D
Tints of Jazzberry Jam #AC074D
RGB
CMYK
RGB Variations
Color information
#AC074D (or 0xAC074D) is known color: Jazzberry Jam. HEX triplet: AC, 07 and 4D. RGB value is (172,7,77). Sum of RGB (Red+Green+Blue) = 172+7+77=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC074D is #53F8B2. Grayscale: #404040. Windows color (decimal): -5503155 or 5048236. OLE color: 5048236.
HSL color Cylindrical-coordinate representation of color #AC074D: hue angle of 334.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 #AC074D is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 77 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.33 |
| HSL | 334.55º | 0.92% | 0.35% | - |
| HSV(B) | 334.55º | 0.96% | 0.67% | - |
| XYZ | 18.43 | 9.46 | 7.88 | - |
| YUV | 64.32 | 135.16 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 77 | 0 | 0.96 | 0.55 | 0.33 | 334.55 | 0.92 | 0.35 |
| Hex | AC | 7 | 4D | 0 | 60 | 37 | 21 | 14F | 5C | 23 |
| Octal | 254 | 7 | 115 | 0 | 140 | 67 | 41 | 517 | 134 | 43 |
| Binary | 10101100 | 111 | 1001101 | 0 | 1100000 | 110111 | 100001 | 101001111 | 1011100 | 100011 |
Color Harmonies of #AC074D
Complementary color
Monochromatic Colors of #AC074D
Black with #AC074D
Text Example
Text Example
White with #AC074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC074D; }
p { color: rgb(172,7,77); }
H1.HeaderClassName
{
color: #AC074D;
}
.AnyTagClassName
{
color: #AC074D;
}
</style>
background-color css
<style>
a { background-color: #AC074D; }
a { background-color: rgb(172,7,77); }
div.DivClassName
{
background-color: #AC074D;
}
.BgClassName
{
background-color: #AC074D;
}
</style>
border-color css
<style>
span { border-color: #AC074D; }
span { border-color: rgb(172,7,77); }
td.TdClassName
{
border-color: #AC074D;
}
.TagClassName
{
border-color: #AC074D;
}
</style>