Shades of Jazzberry Jam #AC1052
Tints of Jazzberry Jam #AC1052
RGB
CMYK
RGB Variations
Color information
#AC1052 (or 0xAC1052) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 52. RGB value is (172,16,82). Sum of RGB (Red+Green+Blue) = 172+16+82=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1052 is #53EFAD. Grayscale: #464646. Windows color (decimal): -5500846 or 5378220. OLE color: 5378220.
HSL color Cylindrical-coordinate representation of color #AC1052: hue angle of 334.62º 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 #AC1052 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 82 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.33 |
| HSL | 334.62º | 0.83% | 0.37% | - |
| HSV(B) | 334.62º | 0.91% | 0.67% | - |
| XYZ | 18.72 | 9.75 | 8.88 | - |
| YUV | 70.17 | 134.68 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 82 | 0 | 0.91 | 0.52 | 0.33 | 334.62 | 0.83 | 0.37 |
| Hex | AC | 10 | 52 | 0 | 5B | 34 | 21 | 14F | 53 | 25 |
| Octal | 254 | 20 | 122 | 0 | 133 | 64 | 41 | 517 | 123 | 45 |
| Binary | 10101100 | 10000 | 1010010 | 0 | 1011011 | 110100 | 100001 | 101001111 | 1010011 | 100101 |
Color Harmonies of #AC1052
Complementary color
Monochromatic Colors of #AC1052
Black with #AC1052
Text Example
Text Example
White with #AC1052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1052; }
p { color: rgb(172,16,82); }
H1.HeaderClassName
{
color: #AC1052;
}
.AnyTagClassName
{
color: #AC1052;
}
</style>
background-color css
<style>
a { background-color: #AC1052; }
a { background-color: rgb(172,16,82); }
div.DivClassName
{
background-color: #AC1052;
}
.BgClassName
{
background-color: #AC1052;
}
</style>
border-color css
<style>
span { border-color: #AC1052; }
span { border-color: rgb(172,16,82); }
td.TdClassName
{
border-color: #AC1052;
}
.TagClassName
{
border-color: #AC1052;
}
</style>