Shades of Jazzberry Jam #AC005C
Tints of Jazzberry Jam #AC005C
RGB
CMYK
RGB Variations
Color information
#AC005C (or 0xAC005C) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 5C. RGB value is (172,0,92). Sum of RGB (Red+Green+Blue) = 172+0+92=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC005C is #53FFA3. Grayscale: #3D3D3D. Windows color (decimal): -5504932 or 6029484. OLE color: 6029484.
HSL color Cylindrical-coordinate representation of color #AC005C: hue angle of 327.91º 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 #AC005C is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.47 | 0.33 |
| HSL | 327.91º | 1% | 0.34% | - |
| HSV(B) | 327.91º | 1% | 0.67% | - |
| XYZ | 18.95 | 9.54 | 10.97 | - |
| YUV | 61.92 | 144.98 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 92 | 0 | 1 | 0.47 | 0.33 | 327.91 | 1 | 0.34 |
| Hex | AC | 0 | 5C | 0 | 64 | 2F | 21 | 148 | 64 | 22 |
| Octal | 254 | 0 | 134 | 0 | 144 | 57 | 41 | 510 | 144 | 42 |
| Binary | 10101100 | 0 | 1011100 | 0 | 1100100 | 101111 | 100001 | 101001000 | 1100100 | 100010 |
Color Harmonies of #AC005C
Complementary color
Monochromatic Colors of #AC005C
Black with #AC005C
Text Example
Text Example
White with #AC005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC005C; }
p { color: rgb(172,0,92); }
H1.HeaderClassName
{
color: #AC005C;
}
.AnyTagClassName
{
color: #AC005C;
}
</style>
background-color css
<style>
a { background-color: #AC005C; }
a { background-color: rgb(172,0,92); }
div.DivClassName
{
background-color: #AC005C;
}
.BgClassName
{
background-color: #AC005C;
}
</style>
border-color css
<style>
span { border-color: #AC005C; }
span { border-color: rgb(172,0,92); }
td.TdClassName
{
border-color: #AC005C;
}
.TagClassName
{
border-color: #AC005C;
}
</style>