Shades of Jazzberry Jam #AC0765
Tints of Jazzberry Jam #AC0765
RGB
CMYK
RGB Variations
Color information
#AC0765 (or 0xAC0765) is known color: Jazzberry Jam. HEX triplet: AC, 07 and 65. RGB value is (172,7,101). Sum of RGB (Red+Green+Blue) = 172+7+101=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0765 is #53F89A. Grayscale: #424242. Windows color (decimal): -5503131 or 6621100. OLE color: 6621100.
HSL color Cylindrical-coordinate representation of color #AC0765: hue angle of 325.82º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC0765 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 101 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.33 |
| HSL | 325.82º | 0.92% | 0.35% | - |
| HSV(B) | 325.82º | 0.96% | 0.67% | - |
| XYZ | 19.44 | 9.86 | 13.19 | - |
| YUV | 67.05 | 147.16 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 101 | 0 | 0.96 | 0.41 | 0.33 | 325.82 | 0.92 | 0.35 |
| Hex | AC | 7 | 65 | 0 | 60 | 29 | 21 | 146 | 5C | 23 |
| Octal | 254 | 7 | 145 | 0 | 140 | 51 | 41 | 506 | 134 | 43 |
| Binary | 10101100 | 111 | 1100101 | 0 | 1100000 | 101001 | 100001 | 101000110 | 1011100 | 100011 |
Color Harmonies of #AC0765
Complementary color
Monochromatic Colors of #AC0765
Black with #AC0765
Text Example
Text Example
White with #AC0765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0765; }
p { color: rgb(172,7,101); }
H1.HeaderClassName
{
color: #AC0765;
}
.AnyTagClassName
{
color: #AC0765;
}
</style>
background-color css
<style>
a { background-color: #AC0765; }
a { background-color: rgb(172,7,101); }
div.DivClassName
{
background-color: #AC0765;
}
.BgClassName
{
background-color: #AC0765;
}
</style>
border-color css
<style>
span { border-color: #AC0765; }
span { border-color: rgb(172,7,101); }
td.TdClassName
{
border-color: #AC0765;
}
.TagClassName
{
border-color: #AC0765;
}
</style>