Shades of Jazzberry Jam #AC074C
Tints of Jazzberry Jam #AC074C
RGB
CMYK
RGB Variations
Color information
#AC074C (or 0xAC074C) is known color: Jazzberry Jam. HEX triplet: AC, 07 and 4C. RGB value is (172,7,76). Sum of RGB (Red+Green+Blue) = 172+7+76=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC074C is #53F8B3. Grayscale: #404040. Windows color (decimal): -5503156 or 4982700. OLE color: 4982700.
HSL color Cylindrical-coordinate representation of color #AC074C: hue angle of 334.91º 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 #AC074C is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 76 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.33 |
| HSL | 334.91º | 0.92% | 0.35% | - |
| HSV(B) | 334.91º | 0.96% | 0.67% | - |
| XYZ | 18.39 | 9.44 | 7.69 | - |
| YUV | 64.2 | 134.66 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 76 | 0 | 0.96 | 0.56 | 0.33 | 334.91 | 0.92 | 0.35 |
| Hex | AC | 7 | 4C | 0 | 60 | 38 | 21 | 14F | 5C | 23 |
| Octal | 254 | 7 | 114 | 0 | 140 | 70 | 41 | 517 | 134 | 43 |
| Binary | 10101100 | 111 | 1001100 | 0 | 1100000 | 111000 | 100001 | 101001111 | 1011100 | 100011 |
Color Harmonies of #AC074C
Complementary color
Monochromatic Colors of #AC074C
Black with #AC074C
Text Example
Text Example
White with #AC074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC074C; }
p { color: rgb(172,7,76); }
H1.HeaderClassName
{
color: #AC074C;
}
.AnyTagClassName
{
color: #AC074C;
}
</style>
background-color css
<style>
a { background-color: #AC074C; }
a { background-color: rgb(172,7,76); }
div.DivClassName
{
background-color: #AC074C;
}
.BgClassName
{
background-color: #AC074C;
}
</style>
border-color css
<style>
span { border-color: #AC074C; }
span { border-color: rgb(172,7,76); }
td.TdClassName
{
border-color: #AC074C;
}
.TagClassName
{
border-color: #AC074C;
}
</style>