Shades of Jazzberry Jam #AC036D
Tints of Jazzberry Jam #AC036D
RGB
CMYK
RGB Variations
Color information
#AC036D (or 0xAC036D) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 6D. RGB value is (172,3,109). Sum of RGB (Red+Green+Blue) = 172+3+109=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC036D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC036D is #53FC92. Grayscale: #414141. Windows color (decimal): -5504147 or 7144364. OLE color: 7144364.
HSL color Cylindrical-coordinate representation of color #AC036D: hue angle of 322.37º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC036D is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 109 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.33 |
| HSL | 322.37º | 0.97% | 0.34% | - |
| HSV(B) | 322.37º | 0.98% | 0.67% | - |
| XYZ | 19.81 | 9.94 | 15.34 | - |
| YUV | 65.62 | 152.49 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 109 | 0 | 0.98 | 0.37 | 0.33 | 322.37 | 0.97 | 0.34 |
| Hex | AC | 3 | 6D | 0 | 62 | 25 | 21 | 142 | 61 | 22 |
| Octal | 254 | 3 | 155 | 0 | 142 | 45 | 41 | 502 | 141 | 42 |
| Binary | 10101100 | 11 | 1101101 | 0 | 1100010 | 100101 | 100001 | 101000010 | 1100001 | 100010 |
Color Harmonies of #AC036D
Complementary color
Monochromatic Colors of #AC036D
Black with #AC036D
Text Example
Text Example
White with #AC036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC036D; }
p { color: rgb(172,3,109); }
H1.HeaderClassName
{
color: #AC036D;
}
.AnyTagClassName
{
color: #AC036D;
}
</style>
background-color css
<style>
a { background-color: #AC036D; }
a { background-color: rgb(172,3,109); }
div.DivClassName
{
background-color: #AC036D;
}
.BgClassName
{
background-color: #AC036D;
}
</style>
border-color css
<style>
span { border-color: #AC036D; }
span { border-color: rgb(172,3,109); }
td.TdClassName
{
border-color: #AC036D;
}
.TagClassName
{
border-color: #AC036D;
}
</style>