Shades of Jazzberry Jam #AC005D
Tints of Jazzberry Jam #AC005D
RGB
CMYK
RGB Variations
Color information
#AC005D (or 0xAC005D) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 5D. RGB value is (172,0,93). Sum of RGB (Red+Green+Blue) = 172+0+93=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC005D is #53FFA2. Grayscale: #3D3D3D. Windows color (decimal): -5504931 or 6095020. OLE color: 6095020.
HSL color Cylindrical-coordinate representation of color #AC005D: hue angle of 327.56º 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 #AC005D is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.46 | 0.33 |
| HSL | 327.56º | 1% | 0.34% | - |
| HSV(B) | 327.56º | 1% | 0.67% | - |
| XYZ | 18.99 | 9.56 | 11.2 | - |
| YUV | 62.03 | 145.48 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 93 | 0 | 1 | 0.46 | 0.33 | 327.56 | 1 | 0.34 |
| Hex | AC | 0 | 5D | 0 | 64 | 2E | 21 | 148 | 64 | 22 |
| Octal | 254 | 0 | 135 | 0 | 144 | 56 | 41 | 510 | 144 | 42 |
| Binary | 10101100 | 0 | 1011101 | 0 | 1100100 | 101110 | 100001 | 101001000 | 1100100 | 100010 |
Color Harmonies of #AC005D
Complementary color
Monochromatic Colors of #AC005D
Black with #AC005D
Text Example
Text Example
White with #AC005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC005D; }
p { color: rgb(172,0,93); }
H1.HeaderClassName
{
color: #AC005D;
}
.AnyTagClassName
{
color: #AC005D;
}
</style>
background-color css
<style>
a { background-color: #AC005D; }
a { background-color: rgb(172,0,93); }
div.DivClassName
{
background-color: #AC005D;
}
.BgClassName
{
background-color: #AC005D;
}
</style>
border-color css
<style>
span { border-color: #AC005D; }
span { border-color: rgb(172,0,93); }
td.TdClassName
{
border-color: #AC005D;
}
.TagClassName
{
border-color: #AC005D;
}
</style>