Shades of Jazzberry Jam #AC085C
Tints of Jazzberry Jam #AC085C
RGB
CMYK
RGB Variations
Color information
#AC085C (or 0xAC085C) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 5C. RGB value is (172,8,92). Sum of RGB (Red+Green+Blue) = 172+8+92=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC085C is #53F7A3. Grayscale: #424242. Windows color (decimal): -5502884 or 6031532. OLE color: 6031532.
HSL color Cylindrical-coordinate representation of color #AC085C: hue angle of 329.27º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC085C is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 92 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.33 |
| HSL | 329.27º | 0.91% | 0.35% | - |
| HSV(B) | 329.27º | 0.95% | 0.67% | - |
| XYZ | 19.03 | 9.72 | 11 | - |
| YUV | 66.61 | 142.33 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 92 | 0 | 0.95 | 0.47 | 0.33 | 329.27 | 0.91 | 0.35 |
| Hex | AC | 8 | 5C | 0 | 5F | 2F | 21 | 149 | 5B | 23 |
| Octal | 254 | 10 | 134 | 0 | 137 | 57 | 41 | 511 | 133 | 43 |
| Binary | 10101100 | 1000 | 1011100 | 0 | 1011111 | 101111 | 100001 | 101001001 | 1011011 | 100011 |
Color Harmonies of #AC085C
Complementary color
Monochromatic Colors of #AC085C
Black with #AC085C
Text Example
Text Example
White with #AC085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC085C; }
p { color: rgb(172,8,92); }
H1.HeaderClassName
{
color: #AC085C;
}
.AnyTagClassName
{
color: #AC085C;
}
</style>
background-color css
<style>
a { background-color: #AC085C; }
a { background-color: rgb(172,8,92); }
div.DivClassName
{
background-color: #AC085C;
}
.BgClassName
{
background-color: #AC085C;
}
</style>
border-color css
<style>
span { border-color: #AC085C; }
span { border-color: rgb(172,8,92); }
td.TdClassName
{
border-color: #AC085C;
}
.TagClassName
{
border-color: #AC085C;
}
</style>