Shades of Jazzberry Jam #AC104D
Tints of Jazzberry Jam #AC104D
RGB
CMYK
RGB Variations
Color information
#AC104D (or 0xAC104D) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 4D. RGB value is (172,16,77). Sum of RGB (Red+Green+Blue) = 172+16+77=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC104D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC104D is #53EFB2. Grayscale: #454545. Windows color (decimal): -5500851 or 5050540. OLE color: 5050540.
HSL color Cylindrical-coordinate representation of color #AC104D: hue angle of 336.54º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC104D is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 77 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.33 |
| HSL | 336.54º | 0.83% | 0.37% | - |
| HSV(B) | 336.54º | 0.91% | 0.67% | - |
| XYZ | 18.54 | 9.68 | 7.91 | - |
| YUV | 69.6 | 132.18 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 77 | 0 | 0.91 | 0.55 | 0.33 | 336.54 | 0.83 | 0.37 |
| Hex | AC | 10 | 4D | 0 | 5B | 37 | 21 | 151 | 53 | 25 |
| Octal | 254 | 20 | 115 | 0 | 133 | 67 | 41 | 521 | 123 | 45 |
| Binary | 10101100 | 10000 | 1001101 | 0 | 1011011 | 110111 | 100001 | 101010001 | 1010011 | 100101 |
Color Harmonies of #AC104D
Complementary color
Monochromatic Colors of #AC104D
Black with #AC104D
Text Example
Text Example
White with #AC104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC104D; }
p { color: rgb(172,16,77); }
H1.HeaderClassName
{
color: #AC104D;
}
.AnyTagClassName
{
color: #AC104D;
}
</style>
background-color css
<style>
a { background-color: #AC104D; }
a { background-color: rgb(172,16,77); }
div.DivClassName
{
background-color: #AC104D;
}
.BgClassName
{
background-color: #AC104D;
}
</style>
border-color css
<style>
span { border-color: #AC104D; }
span { border-color: rgb(172,16,77); }
td.TdClassName
{
border-color: #AC104D;
}
.TagClassName
{
border-color: #AC104D;
}
</style>