Shades of Jazzberry Jam #AC1065
Tints of Jazzberry Jam #AC1065
RGB
CMYK
RGB Variations
Color information
#AC1065 (or 0xAC1065) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 65. RGB value is (172,16,101). Sum of RGB (Red+Green+Blue) = 172+16+101=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1065 is #53EF9A. Grayscale: #484848. Windows color (decimal): -5500827 or 6623404. OLE color: 6623404.
HSL color Cylindrical-coordinate representation of color #AC1065: hue angle of 327.31º 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 #AC1065 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 101 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.33 |
| HSL | 327.31º | 0.83% | 0.37% | - |
| HSV(B) | 327.31º | 0.91% | 0.67% | - |
| XYZ | 19.55 | 10.08 | 13.23 | - |
| YUV | 72.33 | 144.18 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 101 | 0 | 0.91 | 0.41 | 0.33 | 327.31 | 0.83 | 0.37 |
| Hex | AC | 10 | 65 | 0 | 5B | 29 | 21 | 147 | 53 | 25 |
| Octal | 254 | 20 | 145 | 0 | 133 | 51 | 41 | 507 | 123 | 45 |
| Binary | 10101100 | 10000 | 1100101 | 0 | 1011011 | 101001 | 100001 | 101000111 | 1010011 | 100101 |
Color Harmonies of #AC1065
Complementary color
Monochromatic Colors of #AC1065
Black with #AC1065
Text Example
Text Example
White with #AC1065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1065; }
p { color: rgb(172,16,101); }
H1.HeaderClassName
{
color: #AC1065;
}
.AnyTagClassName
{
color: #AC1065;
}
</style>
background-color css
<style>
a { background-color: #AC1065; }
a { background-color: rgb(172,16,101); }
div.DivClassName
{
background-color: #AC1065;
}
.BgClassName
{
background-color: #AC1065;
}
</style>
border-color css
<style>
span { border-color: #AC1065; }
span { border-color: rgb(172,16,101); }
td.TdClassName
{
border-color: #AC1065;
}
.TagClassName
{
border-color: #AC1065;
}
</style>