Shades of Jazzberry Jam #AC1069
Tints of Jazzberry Jam #AC1069
RGB
CMYK
RGB Variations
Color information
#AC1069 (or 0xAC1069) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 69. RGB value is (172,16,105). Sum of RGB (Red+Green+Blue) = 172+16+105=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1069 is #53EF96. Grayscale: #484848. Windows color (decimal): -5500823 or 6885548. OLE color: 6885548.
HSL color Cylindrical-coordinate representation of color #AC1069: hue angle of 325.77º 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 #AC1069 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 105 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.33 |
| HSL | 325.77º | 0.83% | 0.37% | - |
| HSV(B) | 325.77º | 0.91% | 0.67% | - |
| XYZ | 19.75 | 10.16 | 14.29 | - |
| YUV | 72.79 | 146.18 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 105 | 0 | 0.91 | 0.39 | 0.33 | 325.77 | 0.83 | 0.37 |
| Hex | AC | 10 | 69 | 0 | 5B | 27 | 21 | 146 | 53 | 25 |
| Octal | 254 | 20 | 151 | 0 | 133 | 47 | 41 | 506 | 123 | 45 |
| Binary | 10101100 | 10000 | 1101001 | 0 | 1011011 | 100111 | 100001 | 101000110 | 1010011 | 100101 |
Color Harmonies of #AC1069
Complementary color
Monochromatic Colors of #AC1069
Black with #AC1069
Text Example
Text Example
White with #AC1069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1069; }
p { color: rgb(172,16,105); }
H1.HeaderClassName
{
color: #AC1069;
}
.AnyTagClassName
{
color: #AC1069;
}
</style>
background-color css
<style>
a { background-color: #AC1069; }
a { background-color: rgb(172,16,105); }
div.DivClassName
{
background-color: #AC1069;
}
.BgClassName
{
background-color: #AC1069;
}
</style>
border-color css
<style>
span { border-color: #AC1069; }
span { border-color: rgb(172,16,105); }
td.TdClassName
{
border-color: #AC1069;
}
.TagClassName
{
border-color: #AC1069;
}
</style>