Shades of Jazzberry Jam #AC1062
Tints of Jazzberry Jam #AC1062
RGB
CMYK
RGB Variations
Color information
#AC1062 (or 0xAC1062) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 62. RGB value is (172,16,98). Sum of RGB (Red+Green+Blue) = 172+16+98=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1062 is #53EF9D. Grayscale: #474747. Windows color (decimal): -5500830 or 6426796. OLE color: 6426796.
HSL color Cylindrical-coordinate representation of color #AC1062: hue angle of 328.46º 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 #AC1062 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 98 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.33 |
| HSL | 328.46º | 0.83% | 0.37% | - |
| HSV(B) | 328.46º | 0.91% | 0.67% | - |
| XYZ | 19.4 | 10.02 | 12.47 | - |
| YUV | 71.99 | 142.68 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 98 | 0 | 0.91 | 0.43 | 0.33 | 328.46 | 0.83 | 0.37 |
| Hex | AC | 10 | 62 | 0 | 5B | 2B | 21 | 148 | 53 | 25 |
| Octal | 254 | 20 | 142 | 0 | 133 | 53 | 41 | 510 | 123 | 45 |
| Binary | 10101100 | 10000 | 1100010 | 0 | 1011011 | 101011 | 100001 | 101001000 | 1010011 | 100101 |
Color Harmonies of #AC1062
Complementary color
Monochromatic Colors of #AC1062
Black with #AC1062
Text Example
Text Example
White with #AC1062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1062; }
p { color: rgb(172,16,98); }
H1.HeaderClassName
{
color: #AC1062;
}
.AnyTagClassName
{
color: #AC1062;
}
</style>
background-color css
<style>
a { background-color: #AC1062; }
a { background-color: rgb(172,16,98); }
div.DivClassName
{
background-color: #AC1062;
}
.BgClassName
{
background-color: #AC1062;
}
</style>
border-color css
<style>
span { border-color: #AC1062; }
span { border-color: rgb(172,16,98); }
td.TdClassName
{
border-color: #AC1062;
}
.TagClassName
{
border-color: #AC1062;
}
</style>