Shades of Jazzberry Jam #AC1566
Tints of Jazzberry Jam #AC1566
RGB
CMYK
RGB Variations
Color information
#AC1566 (or 0xAC1566) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 66. RGB value is (172,21,102). Sum of RGB (Red+Green+Blue) = 172+21+102=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1566 is #53EA99. Grayscale: #4B4B4B. Windows color (decimal): -5499546 or 6690220. OLE color: 6690220.
HSL color Cylindrical-coordinate representation of color #AC1566: hue angle of 327.81º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1566 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 102 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.33 |
| HSL | 327.81º | 0.78% | 0.38% | - |
| HSV(B) | 327.81º | 0.88% | 0.67% | - |
| XYZ | 19.68 | 10.27 | 13.51 | - |
| YUV | 75.38 | 143.03 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 102 | 0 | 0.88 | 0.41 | 0.33 | 327.81 | 0.78 | 0.38 |
| Hex | AC | 15 | 66 | 0 | 58 | 29 | 21 | 148 | 4E | 26 |
| Octal | 254 | 25 | 146 | 0 | 130 | 51 | 41 | 510 | 116 | 46 |
| Binary | 10101100 | 10101 | 1100110 | 0 | 1011000 | 101001 | 100001 | 101001000 | 1001110 | 100110 |
Color Harmonies of #AC1566
Complementary color
Monochromatic Colors of #AC1566
Black with #AC1566
Text Example
Text Example
White with #AC1566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1566; }
p { color: rgb(172,21,102); }
H1.HeaderClassName
{
color: #AC1566;
}
.AnyTagClassName
{
color: #AC1566;
}
</style>
background-color css
<style>
a { background-color: #AC1566; }
a { background-color: rgb(172,21,102); }
div.DivClassName
{
background-color: #AC1566;
}
.BgClassName
{
background-color: #AC1566;
}
</style>
border-color css
<style>
span { border-color: #AC1566; }
span { border-color: rgb(172,21,102); }
td.TdClassName
{
border-color: #AC1566;
}
.TagClassName
{
border-color: #AC1566;
}
</style>