Shades of Jazzberry Jam #AC005E
Tints of Jazzberry Jam #AC005E
RGB
CMYK
RGB Variations
Color information
#AC005E (or 0xAC005E) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 5E. RGB value is (172,0,94). Sum of RGB (Red+Green+Blue) = 172+0+94=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC005E is #53FFA1. Grayscale: #3D3D3D. Windows color (decimal): -5504930 or 6160556. OLE color: 6160556.
HSL color Cylindrical-coordinate representation of color #AC005E: hue angle of 327.21º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC005E is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.45 | 0.33 |
| HSL | 327.21º | 1% | 0.34% | - |
| HSV(B) | 327.21º | 1% | 0.67% | - |
| XYZ | 19.03 | 9.58 | 11.44 | - |
| YUV | 62.14 | 145.98 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 94 | 0 | 1 | 0.45 | 0.33 | 327.21 | 1 | 0.34 |
| Hex | AC | 0 | 5E | 0 | 64 | 2D | 21 | 147 | 64 | 22 |
| Octal | 254 | 0 | 136 | 0 | 144 | 55 | 41 | 507 | 144 | 42 |
| Binary | 10101100 | 0 | 1011110 | 0 | 1100100 | 101101 | 100001 | 101000111 | 1100100 | 100010 |
Color Harmonies of #AC005E
Complementary color
Monochromatic Colors of #AC005E
Black with #AC005E
Text Example
Text Example
White with #AC005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC005E; }
p { color: rgb(172,0,94); }
H1.HeaderClassName
{
color: #AC005E;
}
.AnyTagClassName
{
color: #AC005E;
}
</style>
background-color css
<style>
a { background-color: #AC005E; }
a { background-color: rgb(172,0,94); }
div.DivClassName
{
background-color: #AC005E;
}
.BgClassName
{
background-color: #AC005E;
}
</style>
border-color css
<style>
span { border-color: #AC005E; }
span { border-color: rgb(172,0,94); }
td.TdClassName
{
border-color: #AC005E;
}
.TagClassName
{
border-color: #AC005E;
}
</style>