Shades of Jazzberry Jam #AC034C
Tints of Jazzberry Jam #AC034C
RGB
CMYK
RGB Variations
Color information
#AC034C (or 0xAC034C) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 4C. RGB value is (172,3,76). Sum of RGB (Red+Green+Blue) = 172+3+76=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC034C is #53FCB3. Grayscale: #3D3D3D. Windows color (decimal): -5504180 or 4981676. OLE color: 4981676.
HSL color Cylindrical-coordinate representation of color #AC034C: hue angle of 334.08º 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 #AC034C is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 76 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.33 |
| HSL | 334.08º | 0.97% | 0.34% | - |
| HSV(B) | 334.08º | 0.98% | 0.67% | - |
| XYZ | 18.35 | 9.36 | 7.68 | - |
| YUV | 61.85 | 135.99 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 76 | 0 | 0.98 | 0.56 | 0.33 | 334.08 | 0.97 | 0.34 |
| Hex | AC | 3 | 4C | 0 | 62 | 38 | 21 | 14E | 61 | 22 |
| Octal | 254 | 3 | 114 | 0 | 142 | 70 | 41 | 516 | 141 | 42 |
| Binary | 10101100 | 11 | 1001100 | 0 | 1100010 | 111000 | 100001 | 101001110 | 1100001 | 100010 |
Color Harmonies of #AC034C
Complementary color
Monochromatic Colors of #AC034C
Black with #AC034C
Text Example
Text Example
White with #AC034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC034C; }
p { color: rgb(172,3,76); }
H1.HeaderClassName
{
color: #AC034C;
}
.AnyTagClassName
{
color: #AC034C;
}
</style>
background-color css
<style>
a { background-color: #AC034C; }
a { background-color: rgb(172,3,76); }
div.DivClassName
{
background-color: #AC034C;
}
.BgClassName
{
background-color: #AC034C;
}
</style>
border-color css
<style>
span { border-color: #AC034C; }
span { border-color: rgb(172,3,76); }
td.TdClassName
{
border-color: #AC034C;
}
.TagClassName
{
border-color: #AC034C;
}
</style>