Shades of Jazzberry Jam #AC0A55
Tints of Jazzberry Jam #AC0A55
RGB
CMYK
RGB Variations
Color information
#AC0A55 (or 0xAC0A55) is known color: Jazzberry Jam. HEX triplet: AC, 0A and 55. RGB value is (172,10,85). Sum of RGB (Red+Green+Blue) = 172+10+85=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0A55 is #53F5AA. Grayscale: #424242. Windows color (decimal): -5502379 or 5573292. OLE color: 5573292.
HSL color Cylindrical-coordinate representation of color #AC0A55: hue angle of 332.22º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0A55 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 85 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.33 |
| HSL | 332.22º | 0.89% | 0.36% | - |
| HSV(B) | 332.22º | 0.94% | 0.67% | - |
| XYZ | 18.76 | 9.64 | 9.47 | - |
| YUV | 66.99 | 138.17 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 85 | 0 | 0.94 | 0.51 | 0.33 | 332.22 | 0.89 | 0.36 |
| Hex | AC | A | 55 | 0 | 5E | 33 | 21 | 14C | 59 | 24 |
| Octal | 254 | 12 | 125 | 0 | 136 | 63 | 41 | 514 | 131 | 44 |
| Binary | 10101100 | 1010 | 1010101 | 0 | 1011110 | 110011 | 100001 | 101001100 | 1011001 | 100100 |
Color Harmonies of #AC0A55
Complementary color
Monochromatic Colors of #AC0A55
Black with #AC0A55
Text Example
Text Example
White with #AC0A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A55; }
p { color: rgb(172,10,85); }
H1.HeaderClassName
{
color: #AC0A55;
}
.AnyTagClassName
{
color: #AC0A55;
}
</style>
background-color css
<style>
a { background-color: #AC0A55; }
a { background-color: rgb(172,10,85); }
div.DivClassName
{
background-color: #AC0A55;
}
.BgClassName
{
background-color: #AC0A55;
}
</style>
border-color css
<style>
span { border-color: #AC0A55; }
span { border-color: rgb(172,10,85); }
td.TdClassName
{
border-color: #AC0A55;
}
.TagClassName
{
border-color: #AC0A55;
}
</style>