Shades of Jazzberry Jam #AC075C
Tints of Jazzberry Jam #AC075C
RGB
CMYK
RGB Variations
Color information
#AC075C (or 0xAC075C) is known color: Jazzberry Jam. HEX triplet: AC, 07 and 5C. RGB value is (172,7,92). Sum of RGB (Red+Green+Blue) = 172+7+92=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC075C is #53F8A3. Grayscale: #414141. Windows color (decimal): -5503140 or 6031276. OLE color: 6031276.
HSL color Cylindrical-coordinate representation of color #AC075C: hue angle of 329.09º 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 #AC075C is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 92 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.33 |
| HSL | 329.09º | 0.92% | 0.35% | - |
| HSV(B) | 329.09º | 0.96% | 0.67% | - |
| XYZ | 19.02 | 9.7 | 10.99 | - |
| YUV | 66.03 | 142.66 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 92 | 0 | 0.96 | 0.47 | 0.33 | 329.09 | 0.92 | 0.35 |
| Hex | AC | 7 | 5C | 0 | 60 | 2F | 21 | 149 | 5C | 23 |
| Octal | 254 | 7 | 134 | 0 | 140 | 57 | 41 | 511 | 134 | 43 |
| Binary | 10101100 | 111 | 1011100 | 0 | 1100000 | 101111 | 100001 | 101001001 | 1011100 | 100011 |
Color Harmonies of #AC075C
Complementary color
Monochromatic Colors of #AC075C
Black with #AC075C
Text Example
Text Example
White with #AC075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC075C; }
p { color: rgb(172,7,92); }
H1.HeaderClassName
{
color: #AC075C;
}
.AnyTagClassName
{
color: #AC075C;
}
</style>
background-color css
<style>
a { background-color: #AC075C; }
a { background-color: rgb(172,7,92); }
div.DivClassName
{
background-color: #AC075C;
}
.BgClassName
{
background-color: #AC075C;
}
</style>
border-color css
<style>
span { border-color: #AC075C; }
span { border-color: rgb(172,7,92); }
td.TdClassName
{
border-color: #AC075C;
}
.TagClassName
{
border-color: #AC075C;
}
</style>