Shades of Jazzberry Jam #AC0569
Tints of Jazzberry Jam #AC0569
RGB
CMYK
RGB Variations
Color information
#AC0569 (or 0xAC0569) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 69. RGB value is (172,5,105). Sum of RGB (Red+Green+Blue) = 172+5+105=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0569 is #53FA96. Grayscale: #424242. Windows color (decimal): -5503639 or 6882732. OLE color: 6882732.
HSL color Cylindrical-coordinate representation of color #AC0569: hue angle of 324.07º 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 #AC0569 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 105 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.33 |
| HSL | 324.07º | 0.94% | 0.35% | - |
| HSV(B) | 324.07º | 0.97% | 0.67% | - |
| XYZ | 19.62 | 9.9 | 14.24 | - |
| YUV | 66.33 | 149.83 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 105 | 0 | 0.97 | 0.39 | 0.33 | 324.07 | 0.94 | 0.35 |
| Hex | AC | 5 | 69 | 0 | 61 | 27 | 21 | 144 | 5E | 23 |
| Octal | 254 | 5 | 151 | 0 | 141 | 47 | 41 | 504 | 136 | 43 |
| Binary | 10101100 | 101 | 1101001 | 0 | 1100001 | 100111 | 100001 | 101000100 | 1011110 | 100011 |
Color Harmonies of #AC0569
Complementary color
Monochromatic Colors of #AC0569
Black with #AC0569
Text Example
Text Example
White with #AC0569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0569; }
p { color: rgb(172,5,105); }
H1.HeaderClassName
{
color: #AC0569;
}
.AnyTagClassName
{
color: #AC0569;
}
</style>
background-color css
<style>
a { background-color: #AC0569; }
a { background-color: rgb(172,5,105); }
div.DivClassName
{
background-color: #AC0569;
}
.BgClassName
{
background-color: #AC0569;
}
</style>
border-color css
<style>
span { border-color: #AC0569; }
span { border-color: rgb(172,5,105); }
td.TdClassName
{
border-color: #AC0569;
}
.TagClassName
{
border-color: #AC0569;
}
</style>