Shades of Jazzberry Jam #AC0B5E
Tints of Jazzberry Jam #AC0B5E
RGB
CMYK
RGB Variations
Color information
#AC0B5E (or 0xAC0B5E) is known color: Jazzberry Jam. HEX triplet: AC, 0B and 5E. RGB value is (172,11,94). Sum of RGB (Red+Green+Blue) = 172+11+94=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0B5E is #53F4A1. Grayscale: #444444. Windows color (decimal): -5502114 or 6163372. OLE color: 6163372.
HSL color Cylindrical-coordinate representation of color #AC0B5E: hue angle of 329.07º degrees, saturation: 0.88, 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 #AC0B5E is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 11 | 94 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.33 |
| HSL | 329.07º | 0.88% | 0.36% | - |
| HSV(B) | 329.07º | 0.94% | 0.67% | - |
| XYZ | 19.15 | 9.82 | 11.48 | - |
| YUV | 68.6 | 142.34 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 94 | 0 | 0.94 | 0.45 | 0.33 | 329.07 | 0.88 | 0.36 |
| Hex | AC | B | 5E | 0 | 5E | 2D | 21 | 149 | 58 | 24 |
| Octal | 254 | 13 | 136 | 0 | 136 | 55 | 41 | 511 | 130 | 44 |
| Binary | 10101100 | 1011 | 1011110 | 0 | 1011110 | 101101 | 100001 | 101001001 | 1011000 | 100100 |
Color Harmonies of #AC0B5E
Complementary color
Monochromatic Colors of #AC0B5E
Black with #AC0B5E
Text Example
Text Example
White with #AC0B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0B5E; }
p { color: rgb(172,11,94); }
H1.HeaderClassName
{
color: #AC0B5E;
}
.AnyTagClassName
{
color: #AC0B5E;
}
</style>
background-color css
<style>
a { background-color: #AC0B5E; }
a { background-color: rgb(172,11,94); }
div.DivClassName
{
background-color: #AC0B5E;
}
.BgClassName
{
background-color: #AC0B5E;
}
</style>
border-color css
<style>
span { border-color: #AC0B5E; }
span { border-color: rgb(172,11,94); }
td.TdClassName
{
border-color: #AC0B5E;
}
.TagClassName
{
border-color: #AC0B5E;
}
</style>