Shades of Jazzberry Jam #AC0862
Tints of Jazzberry Jam #AC0862
RGB
CMYK
RGB Variations
Color information
#AC0862 (or 0xAC0862) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 62. RGB value is (172,8,98). Sum of RGB (Red+Green+Blue) = 172+8+98=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0862 is #53F79D. Grayscale: #434343. Windows color (decimal): -5502878 or 6424748. OLE color: 6424748.
HSL color Cylindrical-coordinate representation of color #AC0862: hue angle of 327.07º 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 #AC0862 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 98 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.33 |
| HSL | 327.07º | 0.91% | 0.35% | - |
| HSV(B) | 327.07º | 0.95% | 0.67% | - |
| XYZ | 19.3 | 9.83 | 12.43 | - |
| YUV | 67.3 | 145.33 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 98 | 0 | 0.95 | 0.43 | 0.33 | 327.07 | 0.91 | 0.35 |
| Hex | AC | 8 | 62 | 0 | 5F | 2B | 21 | 147 | 5B | 23 |
| Octal | 254 | 10 | 142 | 0 | 137 | 53 | 41 | 507 | 133 | 43 |
| Binary | 10101100 | 1000 | 1100010 | 0 | 1011111 | 101011 | 100001 | 101000111 | 1011011 | 100011 |
Color Harmonies of #AC0862
Complementary color
Monochromatic Colors of #AC0862
Black with #AC0862
Text Example
Text Example
White with #AC0862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0862; }
p { color: rgb(172,8,98); }
H1.HeaderClassName
{
color: #AC0862;
}
.AnyTagClassName
{
color: #AC0862;
}
</style>
background-color css
<style>
a { background-color: #AC0862; }
a { background-color: rgb(172,8,98); }
div.DivClassName
{
background-color: #AC0862;
}
.BgClassName
{
background-color: #AC0862;
}
</style>
border-color css
<style>
span { border-color: #AC0862; }
span { border-color: rgb(172,8,98); }
td.TdClassName
{
border-color: #AC0862;
}
.TagClassName
{
border-color: #AC0862;
}
</style>