Shades of Jazzberry Jam #AC0562
Tints of Jazzberry Jam #AC0562
RGB
CMYK
RGB Variations
Color information
#AC0562 (or 0xAC0562) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 62. RGB value is (172,5,98). Sum of RGB (Red+Green+Blue) = 172+5+98=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0562 is #53FA9D. Grayscale: #414141. Windows color (decimal): -5503646 or 6423980. OLE color: 6423980.
HSL color Cylindrical-coordinate representation of color #AC0562: hue angle of 326.59º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0562 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 98 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.33 |
| HSL | 326.59º | 0.94% | 0.35% | - |
| HSV(B) | 326.59º | 0.97% | 0.67% | - |
| XYZ | 19.27 | 9.76 | 12.42 | - |
| YUV | 65.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 98 | 0 | 0.97 | 0.43 | 0.33 | 326.59 | 0.94 | 0.35 |
| Hex | AC | 5 | 62 | 0 | 61 | 2B | 21 | 147 | 5E | 23 |
| Octal | 254 | 5 | 142 | 0 | 141 | 53 | 41 | 507 | 136 | 43 |
| Binary | 10101100 | 101 | 1100010 | 0 | 1100001 | 101011 | 100001 | 101000111 | 1011110 | 100011 |
Color Harmonies of #AC0562
Complementary color
Monochromatic Colors of #AC0562
Black with #AC0562
Text Example
Text Example
White with #AC0562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0562; }
p { color: rgb(172,5,98); }
H1.HeaderClassName
{
color: #AC0562;
}
.AnyTagClassName
{
color: #AC0562;
}
</style>
background-color css
<style>
a { background-color: #AC0562; }
a { background-color: rgb(172,5,98); }
div.DivClassName
{
background-color: #AC0562;
}
.BgClassName
{
background-color: #AC0562;
}
</style>
border-color css
<style>
span { border-color: #AC0562; }
span { border-color: rgb(172,5,98); }
td.TdClassName
{
border-color: #AC0562;
}
.TagClassName
{
border-color: #AC0562;
}
</style>