Shades of Jazzberry Jam #AC1C5B
Tints of Jazzberry Jam #AC1C5B
RGB
CMYK
RGB Variations
Color information
#AC1C5B (or 0xAC1C5B) is known color: Jazzberry Jam. HEX triplet: AC, 1C and 5B. RGB value is (172,28,91). Sum of RGB (Red+Green+Blue) = 172+28+91=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1C5B is #53E3A4. Grayscale: #4E4E4E. Windows color (decimal): -5497765 or 5971116. OLE color: 5971116.
HSL color Cylindrical-coordinate representation of color #AC1C5B: hue angle of 333.75º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1C5B is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 91 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.33 |
| HSL | 333.75º | 0.72% | 0.39% | - |
| HSV(B) | 333.75º | 0.84% | 0.67% | - |
| XYZ | 19.32 | 10.36 | 10.88 | - |
| YUV | 78.24 | 135.21 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 91 | 0 | 0.84 | 0.47 | 0.33 | 333.75 | 0.72 | 0.39 |
| Hex | AC | 1C | 5B | 0 | 54 | 2F | 21 | 14E | 48 | 27 |
| Octal | 254 | 34 | 133 | 0 | 124 | 57 | 41 | 516 | 110 | 47 |
| Binary | 10101100 | 11100 | 1011011 | 0 | 1010100 | 101111 | 100001 | 101001110 | 1001000 | 100111 |
Color Harmonies of #AC1C5B
Complementary color
Monochromatic Colors of #AC1C5B
Black with #AC1C5B
Text Example
Text Example
White with #AC1C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1C5B; }
p { color: rgb(172,28,91); }
H1.HeaderClassName
{
color: #AC1C5B;
}
.AnyTagClassName
{
color: #AC1C5B;
}
</style>
background-color css
<style>
a { background-color: #AC1C5B; }
a { background-color: rgb(172,28,91); }
div.DivClassName
{
background-color: #AC1C5B;
}
.BgClassName
{
background-color: #AC1C5B;
}
</style>
border-color css
<style>
span { border-color: #AC1C5B; }
span { border-color: rgb(172,28,91); }
td.TdClassName
{
border-color: #AC1C5B;
}
.TagClassName
{
border-color: #AC1C5B;
}
</style>