Shades of Jazzberry Jam #AC0F65
Tints of Jazzberry Jam #AC0F65
RGB
CMYK
RGB Variations
Color information
#AC0F65 (or 0xAC0F65) is known color: Jazzberry Jam. HEX triplet: AC, 0F and 65. RGB value is (172,15,101). Sum of RGB (Red+Green+Blue) = 172+15+101=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0F65 is #53F09A. Grayscale: #474747. Windows color (decimal): -5501083 or 6623148. OLE color: 6623148.
HSL color Cylindrical-coordinate representation of color #AC0F65: hue angle of 327.13º degrees, saturation: 0.84, 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 #AC0F65 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 101 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.33 |
| HSL | 327.13º | 0.84% | 0.37% | - |
| HSV(B) | 327.13º | 0.91% | 0.67% | - |
| XYZ | 19.53 | 10.05 | 13.22 | - |
| YUV | 71.75 | 144.51 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 101 | 0 | 0.91 | 0.41 | 0.33 | 327.13 | 0.84 | 0.37 |
| Hex | AC | F | 65 | 0 | 5B | 29 | 21 | 147 | 54 | 25 |
| Octal | 254 | 17 | 145 | 0 | 133 | 51 | 41 | 507 | 124 | 45 |
| Binary | 10101100 | 1111 | 1100101 | 0 | 1011011 | 101001 | 100001 | 101000111 | 1010100 | 100101 |
Color Harmonies of #AC0F65
Complementary color
Monochromatic Colors of #AC0F65
Black with #AC0F65
Text Example
Text Example
White with #AC0F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F65; }
p { color: rgb(172,15,101); }
H1.HeaderClassName
{
color: #AC0F65;
}
.AnyTagClassName
{
color: #AC0F65;
}
</style>
background-color css
<style>
a { background-color: #AC0F65; }
a { background-color: rgb(172,15,101); }
div.DivClassName
{
background-color: #AC0F65;
}
.BgClassName
{
background-color: #AC0F65;
}
</style>
border-color css
<style>
span { border-color: #AC0F65; }
span { border-color: rgb(172,15,101); }
td.TdClassName
{
border-color: #AC0F65;
}
.TagClassName
{
border-color: #AC0F65;
}
</style>