Shades of Jazzberry Jam #AC2062
Tints of Jazzberry Jam #AC2062
RGB
CMYK
RGB Variations
Color information
#AC2062 (or 0xAC2062) is known color: Jazzberry Jam. HEX triplet: AC, 20 and 62. RGB value is (172,32,98). Sum of RGB (Red+Green+Blue) = 172+32+98=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2062 is #53DF9D. Grayscale: #515151. Windows color (decimal): -5496734 or 6430892. OLE color: 6430892.
HSL color Cylindrical-coordinate representation of color #AC2062: hue angle of 331.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2062 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 98 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.33 |
| HSL | 331.71º | 0.69% | 0.4% | - |
| HSV(B) | 331.71º | 0.81% | 0.67% | - |
| XYZ | 19.73 | 10.69 | 12.58 | - |
| YUV | 81.38 | 137.38 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 98 | 0 | 0.81 | 0.43 | 0.33 | 331.71 | 0.69 | 0.4 |
| Hex | AC | 20 | 62 | 0 | 51 | 2B | 21 | 14C | 45 | 28 |
| Octal | 254 | 40 | 142 | 0 | 121 | 53 | 41 | 514 | 105 | 50 |
| Binary | 10101100 | 100000 | 1100010 | 0 | 1010001 | 101011 | 100001 | 101001100 | 1000101 | 101000 |
Color Harmonies of #AC2062
Complementary color
Monochromatic Colors of #AC2062
Black with #AC2062
Text Example
Text Example
White with #AC2062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2062; }
p { color: rgb(172,32,98); }
H1.HeaderClassName
{
color: #AC2062;
}
.AnyTagClassName
{
color: #AC2062;
}
</style>
background-color css
<style>
a { background-color: #AC2062; }
a { background-color: rgb(172,32,98); }
div.DivClassName
{
background-color: #AC2062;
}
.BgClassName
{
background-color: #AC2062;
}
</style>
border-color css
<style>
span { border-color: #AC2062; }
span { border-color: rgb(172,32,98); }
td.TdClassName
{
border-color: #AC2062;
}
.TagClassName
{
border-color: #AC2062;
}
</style>