Shades of Jazzberry Jam #AC095D
Tints of Jazzberry Jam #AC095D
RGB
CMYK
RGB Variations
Color information
#AC095D (or 0xAC095D) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 5D. RGB value is (172,9,93). Sum of RGB (Red+Green+Blue) = 172+9+93=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC095D is #53F6A2. Grayscale: #434343. Windows color (decimal): -5502627 or 6097324. OLE color: 6097324.
HSL color Cylindrical-coordinate representation of color #AC095D: hue angle of 329.08º degrees, saturation: 0.9, 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 #AC095D is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 93 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.33 |
| HSL | 329.08º | 0.9% | 0.35% | - |
| HSV(B) | 329.08º | 0.95% | 0.67% | - |
| XYZ | 19.09 | 9.76 | 11.23 | - |
| YUV | 67.31 | 142.5 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 93 | 0 | 0.95 | 0.46 | 0.33 | 329.08 | 0.9 | 0.35 |
| Hex | AC | 9 | 5D | 0 | 5F | 2E | 21 | 149 | 5A | 23 |
| Octal | 254 | 11 | 135 | 0 | 137 | 56 | 41 | 511 | 132 | 43 |
| Binary | 10101100 | 1001 | 1011101 | 0 | 1011111 | 101110 | 100001 | 101001001 | 1011010 | 100011 |
Color Harmonies of #AC095D
Complementary color
Monochromatic Colors of #AC095D
Black with #AC095D
Text Example
Text Example
White with #AC095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC095D; }
p { color: rgb(172,9,93); }
H1.HeaderClassName
{
color: #AC095D;
}
.AnyTagClassName
{
color: #AC095D;
}
</style>
background-color css
<style>
a { background-color: #AC095D; }
a { background-color: rgb(172,9,93); }
div.DivClassName
{
background-color: #AC095D;
}
.BgClassName
{
background-color: #AC095D;
}
</style>
border-color css
<style>
span { border-color: #AC095D; }
span { border-color: rgb(172,9,93); }
td.TdClassName
{
border-color: #AC095D;
}
.TagClassName
{
border-color: #AC095D;
}
</style>