Shades of Jazzberry Jam #AC0843
Tints of Jazzberry Jam #AC0843
RGB
CMYK
RGB Variations
Color information
#AC0843 (or 0xAC0843) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 43. RGB value is (172,8,67). Sum of RGB (Red+Green+Blue) = 172+8+67=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0843 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0843 is #53F7BC. Grayscale: #3F3F3F. Windows color (decimal): -5502909 or 4393132. OLE color: 4393132.
HSL color Cylindrical-coordinate representation of color #AC0843: hue angle of 338.41º degrees, saturation: 0.91, 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 #AC0843 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 67 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.33 |
| HSL | 338.41º | 0.91% | 0.35% | - |
| HSV(B) | 338.41º | 0.95% | 0.67% | - |
| XYZ | 18.11 | 9.35 | 6.16 | - |
| YUV | 63.76 | 129.83 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 67 | 0 | 0.95 | 0.61 | 0.33 | 338.41 | 0.91 | 0.35 |
| Hex | AC | 8 | 43 | 0 | 5F | 3D | 21 | 152 | 5B | 23 |
| Octal | 254 | 10 | 103 | 0 | 137 | 75 | 41 | 522 | 133 | 43 |
| Binary | 10101100 | 1000 | 1000011 | 0 | 1011111 | 111101 | 100001 | 101010010 | 1011011 | 100011 |
Color Harmonies of #AC0843
Complementary color
Monochromatic Colors of #AC0843
Black with #AC0843
Text Example
Text Example
White with #AC0843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0843; }
p { color: rgb(172,8,67); }
H1.HeaderClassName
{
color: #AC0843;
}
.AnyTagClassName
{
color: #AC0843;
}
</style>
background-color css
<style>
a { background-color: #AC0843; }
a { background-color: rgb(172,8,67); }
div.DivClassName
{
background-color: #AC0843;
}
.BgClassName
{
background-color: #AC0843;
}
</style>
border-color css
<style>
span { border-color: #AC0843; }
span { border-color: rgb(172,8,67); }
td.TdClassName
{
border-color: #AC0843;
}
.TagClassName
{
border-color: #AC0843;
}
</style>