Shades of Jazzberry Jam #AC035D
Tints of Jazzberry Jam #AC035D
RGB
CMYK
RGB Variations
Color information
#AC035D (or 0xAC035D) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 5D. RGB value is (172,3,93). Sum of RGB (Red+Green+Blue) = 172+3+93=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC035D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC035D is #53FCA2. Grayscale: #3F3F3F. Windows color (decimal): -5504163 or 6095788. OLE color: 6095788.
HSL color Cylindrical-coordinate representation of color #AC035D: hue angle of 328.05º 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 #AC035D is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 93 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.33 |
| HSL | 328.05º | 0.97% | 0.34% | - |
| HSV(B) | 328.05º | 0.98% | 0.67% | - |
| XYZ | 19.02 | 9.63 | 11.21 | - |
| YUV | 63.79 | 144.49 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 93 | 0 | 0.98 | 0.46 | 0.33 | 328.05 | 0.97 | 0.34 |
| Hex | AC | 3 | 5D | 0 | 62 | 2E | 21 | 148 | 61 | 22 |
| Octal | 254 | 3 | 135 | 0 | 142 | 56 | 41 | 510 | 141 | 42 |
| Binary | 10101100 | 11 | 1011101 | 0 | 1100010 | 101110 | 100001 | 101001000 | 1100001 | 100010 |
Color Harmonies of #AC035D
Complementary color
Monochromatic Colors of #AC035D
Black with #AC035D
Text Example
Text Example
White with #AC035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC035D; }
p { color: rgb(172,3,93); }
H1.HeaderClassName
{
color: #AC035D;
}
.AnyTagClassName
{
color: #AC035D;
}
</style>
background-color css
<style>
a { background-color: #AC035D; }
a { background-color: rgb(172,3,93); }
div.DivClassName
{
background-color: #AC035D;
}
.BgClassName
{
background-color: #AC035D;
}
</style>
border-color css
<style>
span { border-color: #AC035D; }
span { border-color: rgb(172,3,93); }
td.TdClassName
{
border-color: #AC035D;
}
.TagClassName
{
border-color: #AC035D;
}
</style>