Shades of Jazzberry Jam #AC096D
Tints of Jazzberry Jam #AC096D
RGB
CMYK
RGB Variations
Color information
#AC096D (or 0xAC096D) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 6D. RGB value is (172,9,109). Sum of RGB (Red+Green+Blue) = 172+9+109=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC096D is #53F692. Grayscale: #444444. Windows color (decimal): -5502611 or 7145900. OLE color: 7145900.
HSL color Cylindrical-coordinate representation of color #AC096D: hue angle of 323.19º 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 #AC096D is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 109 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.33 |
| HSL | 323.19º | 0.9% | 0.35% | - |
| HSV(B) | 323.19º | 0.95% | 0.67% | - |
| XYZ | 19.87 | 10.07 | 15.36 | - |
| YUV | 69.14 | 150.5 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 109 | 0 | 0.95 | 0.37 | 0.33 | 323.19 | 0.9 | 0.35 |
| Hex | AC | 9 | 6D | 0 | 5F | 25 | 21 | 143 | 5A | 23 |
| Octal | 254 | 11 | 155 | 0 | 137 | 45 | 41 | 503 | 132 | 43 |
| Binary | 10101100 | 1001 | 1101101 | 0 | 1011111 | 100101 | 100001 | 101000011 | 1011010 | 100011 |
Color Harmonies of #AC096D
Complementary color
Monochromatic Colors of #AC096D
Black with #AC096D
Text Example
Text Example
White with #AC096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC096D; }
p { color: rgb(172,9,109); }
H1.HeaderClassName
{
color: #AC096D;
}
.AnyTagClassName
{
color: #AC096D;
}
</style>
background-color css
<style>
a { background-color: #AC096D; }
a { background-color: rgb(172,9,109); }
div.DivClassName
{
background-color: #AC096D;
}
.BgClassName
{
background-color: #AC096D;
}
</style>
border-color css
<style>
span { border-color: #AC096D; }
span { border-color: rgb(172,9,109); }
td.TdClassName
{
border-color: #AC096D;
}
.TagClassName
{
border-color: #AC096D;
}
</style>