Shades of Jazzberry Jam #AC035E
Tints of Jazzberry Jam #AC035E
RGB
CMYK
RGB Variations
Color information
#AC035E (or 0xAC035E) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 5E. RGB value is (172,3,94). Sum of RGB (Red+Green+Blue) = 172+3+94=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC035E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC035E is #53FCA1. Grayscale: #3F3F3F. Windows color (decimal): -5504162 or 6161324. OLE color: 6161324.
HSL color Cylindrical-coordinate representation of color #AC035E: hue angle of 327.69º 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 #AC035E is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 94 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.33 |
| HSL | 327.69º | 0.97% | 0.34% | - |
| HSV(B) | 327.69º | 0.98% | 0.67% | - |
| XYZ | 19.07 | 9.64 | 11.45 | - |
| YUV | 63.91 | 144.99 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 94 | 0 | 0.98 | 0.45 | 0.33 | 327.69 | 0.97 | 0.34 |
| Hex | AC | 3 | 5E | 0 | 62 | 2D | 21 | 148 | 61 | 22 |
| Octal | 254 | 3 | 136 | 0 | 142 | 55 | 41 | 510 | 141 | 42 |
| Binary | 10101100 | 11 | 1011110 | 0 | 1100010 | 101101 | 100001 | 101001000 | 1100001 | 100010 |
Color Harmonies of #AC035E
Complementary color
Monochromatic Colors of #AC035E
Black with #AC035E
Text Example
Text Example
White with #AC035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC035E; }
p { color: rgb(172,3,94); }
H1.HeaderClassName
{
color: #AC035E;
}
.AnyTagClassName
{
color: #AC035E;
}
</style>
background-color css
<style>
a { background-color: #AC035E; }
a { background-color: rgb(172,3,94); }
div.DivClassName
{
background-color: #AC035E;
}
.BgClassName
{
background-color: #AC035E;
}
</style>
border-color css
<style>
span { border-color: #AC035E; }
span { border-color: rgb(172,3,94); }
td.TdClassName
{
border-color: #AC035E;
}
.TagClassName
{
border-color: #AC035E;
}
</style>