Shades of Jazzberry Jam #AC0953
Tints of Jazzberry Jam #AC0953
RGB
CMYK
RGB Variations
Color information
#AC0953 (or 0xAC0953) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 53. RGB value is (172,9,83). Sum of RGB (Red+Green+Blue) = 172+9+83=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0953 is #53F6AC. Grayscale: #424242. Windows color (decimal): -5502637 or 5441964. OLE color: 5441964.
HSL color Cylindrical-coordinate representation of color #AC0953: hue angle of 332.76º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0953 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 83 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.33 |
| HSL | 332.76º | 0.9% | 0.35% | - |
| HSV(B) | 332.76º | 0.95% | 0.67% | - |
| XYZ | 18.67 | 9.59 | 9.05 | - |
| YUV | 66.17 | 137.5 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 83 | 0 | 0.95 | 0.52 | 0.33 | 332.76 | 0.9 | 0.35 |
| Hex | AC | 9 | 53 | 0 | 5F | 34 | 21 | 14D | 5A | 23 |
| Octal | 254 | 11 | 123 | 0 | 137 | 64 | 41 | 515 | 132 | 43 |
| Binary | 10101100 | 1001 | 1010011 | 0 | 1011111 | 110100 | 100001 | 101001101 | 1011010 | 100011 |
Color Harmonies of #AC0953
Complementary color
Monochromatic Colors of #AC0953
Black with #AC0953
Text Example
Text Example
White with #AC0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0953; }
p { color: rgb(172,9,83); }
H1.HeaderClassName
{
color: #AC0953;
}
.AnyTagClassName
{
color: #AC0953;
}
</style>
background-color css
<style>
a { background-color: #AC0953; }
a { background-color: rgb(172,9,83); }
div.DivClassName
{
background-color: #AC0953;
}
.BgClassName
{
background-color: #AC0953;
}
</style>
border-color css
<style>
span { border-color: #AC0953; }
span { border-color: rgb(172,9,83); }
td.TdClassName
{
border-color: #AC0953;
}
.TagClassName
{
border-color: #AC0953;
}
</style>