Shades of Jazzberry Jam #AC085E
Tints of Jazzberry Jam #AC085E
RGB
CMYK
RGB Variations
Color information
#AC085E (or 0xAC085E) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 5E. RGB value is (172,8,94). Sum of RGB (Red+Green+Blue) = 172+8+94=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC085E is #53F7A1. Grayscale: #424242. Windows color (decimal): -5502882 or 6162604. OLE color: 6162604.
HSL color Cylindrical-coordinate representation of color #AC085E: hue angle of 328.54º 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 #AC085E is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 94 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.33 |
| HSL | 328.54º | 0.91% | 0.35% | - |
| HSV(B) | 328.54º | 0.95% | 0.67% | - |
| XYZ | 19.12 | 9.75 | 11.46 | - |
| YUV | 66.84 | 143.33 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 94 | 0 | 0.95 | 0.45 | 0.33 | 328.54 | 0.91 | 0.35 |
| Hex | AC | 8 | 5E | 0 | 5F | 2D | 21 | 149 | 5B | 23 |
| Octal | 254 | 10 | 136 | 0 | 137 | 55 | 41 | 511 | 133 | 43 |
| Binary | 10101100 | 1000 | 1011110 | 0 | 1011111 | 101101 | 100001 | 101001001 | 1011011 | 100011 |
Color Harmonies of #AC085E
Complementary color
Monochromatic Colors of #AC085E
Black with #AC085E
Text Example
Text Example
White with #AC085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC085E; }
p { color: rgb(172,8,94); }
H1.HeaderClassName
{
color: #AC085E;
}
.AnyTagClassName
{
color: #AC085E;
}
</style>
background-color css
<style>
a { background-color: #AC085E; }
a { background-color: rgb(172,8,94); }
div.DivClassName
{
background-color: #AC085E;
}
.BgClassName
{
background-color: #AC085E;
}
</style>
border-color css
<style>
span { border-color: #AC085E; }
span { border-color: rgb(172,8,94); }
td.TdClassName
{
border-color: #AC085E;
}
.TagClassName
{
border-color: #AC085E;
}
</style>