Shades of Jazzberry Jam #AC124B
Tints of Jazzberry Jam #AC124B
RGB
CMYK
RGB Variations
Color information
#AC124B (or 0xAC124B) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 4B. RGB value is (172,18,75). Sum of RGB (Red+Green+Blue) = 172+18+75=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC124B is #53EDB4. Grayscale: #464646. Windows color (decimal): -5500341 or 4919980. OLE color: 4919980.
HSL color Cylindrical-coordinate representation of color #AC124B: hue angle of 337.79º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC124B is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 75 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.33 |
| HSL | 337.79º | 0.81% | 0.37% | - |
| HSV(B) | 337.79º | 0.9% | 0.67% | - |
| XYZ | 18.5 | 9.71 | 7.56 | - |
| YUV | 70.54 | 130.52 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 75 | 0 | 0.90 | 0.56 | 0.33 | 337.79 | 0.81 | 0.37 |
| Hex | AC | 12 | 4B | 0 | 5A | 38 | 21 | 152 | 51 | 25 |
| Octal | 254 | 22 | 113 | 0 | 132 | 70 | 41 | 522 | 121 | 45 |
| Binary | 10101100 | 10010 | 1001011 | 0 | 1011010 | 111000 | 100001 | 101010010 | 1010001 | 100101 |
Color Harmonies of #AC124B
Complementary color
Monochromatic Colors of #AC124B
Black with #AC124B
Text Example
Text Example
White with #AC124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC124B; }
p { color: rgb(172,18,75); }
H1.HeaderClassName
{
color: #AC124B;
}
.AnyTagClassName
{
color: #AC124B;
}
</style>
background-color css
<style>
a { background-color: #AC124B; }
a { background-color: rgb(172,18,75); }
div.DivClassName
{
background-color: #AC124B;
}
.BgClassName
{
background-color: #AC124B;
}
</style>
border-color css
<style>
span { border-color: #AC124B; }
span { border-color: rgb(172,18,75); }
td.TdClassName
{
border-color: #AC124B;
}
.TagClassName
{
border-color: #AC124B;
}
</style>