Shades of Jazzberry Jam #AC2163
Tints of Jazzberry Jam #AC2163
RGB
CMYK
RGB Variations
Color information
#AC2163 (or 0xAC2163) is known color: Jazzberry Jam. HEX triplet: AC, 21 and 63. RGB value is (172,33,99). Sum of RGB (Red+Green+Blue) = 172+33+99=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2163 is #53DE9C. Grayscale: #515151. Windows color (decimal): -5496477 or 6496684. OLE color: 6496684.
HSL color Cylindrical-coordinate representation of color #AC2163: hue angle of 331.51º degrees, saturation: 0.68, 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 #AC2163 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 99 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.33 |
| HSL | 331.51º | 0.68% | 0.4% | - |
| HSV(B) | 331.51º | 0.81% | 0.67% | - |
| XYZ | 19.81 | 10.76 | 12.84 | - |
| YUV | 82.09 | 137.55 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 99 | 0 | 0.81 | 0.42 | 0.33 | 331.51 | 0.68 | 0.4 |
| Hex | AC | 21 | 63 | 0 | 51 | 2A | 21 | 14C | 44 | 28 |
| Octal | 254 | 41 | 143 | 0 | 121 | 52 | 41 | 514 | 104 | 50 |
| Binary | 10101100 | 100001 | 1100011 | 0 | 1010001 | 101010 | 100001 | 101001100 | 1000100 | 101000 |
Color Harmonies of #AC2163
Complementary color
Monochromatic Colors of #AC2163
Black with #AC2163
Text Example
Text Example
White with #AC2163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2163; }
p { color: rgb(172,33,99); }
H1.HeaderClassName
{
color: #AC2163;
}
.AnyTagClassName
{
color: #AC2163;
}
</style>
background-color css
<style>
a { background-color: #AC2163; }
a { background-color: rgb(172,33,99); }
div.DivClassName
{
background-color: #AC2163;
}
.BgClassName
{
background-color: #AC2163;
}
</style>
border-color css
<style>
span { border-color: #AC2163; }
span { border-color: rgb(172,33,99); }
td.TdClassName
{
border-color: #AC2163;
}
.TagClassName
{
border-color: #AC2163;
}
</style>