Shades of Jazzberry Jam #AC126C
Tints of Jazzberry Jam #AC126C
RGB
CMYK
RGB Variations
Color information
#AC126C (or 0xAC126C) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 6C. RGB value is (172,18,108). Sum of RGB (Red+Green+Blue) = 172+18+108=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC126C is #53ED93. Grayscale: #4A4A4A. Windows color (decimal): -5500308 or 7082668. OLE color: 7082668.
HSL color Cylindrical-coordinate representation of color #AC126C: hue angle of 324.94º 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 #AC126C is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 108 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.33 |
| HSL | 324.94º | 0.81% | 0.37% | - |
| HSV(B) | 324.94º | 0.9% | 0.67% | - |
| XYZ | 19.94 | 10.29 | 15.12 | - |
| YUV | 74.31 | 147.02 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 108 | 0 | 0.90 | 0.37 | 0.33 | 324.94 | 0.81 | 0.37 |
| Hex | AC | 12 | 6C | 0 | 5A | 25 | 21 | 145 | 51 | 25 |
| Octal | 254 | 22 | 154 | 0 | 132 | 45 | 41 | 505 | 121 | 45 |
| Binary | 10101100 | 10010 | 1101100 | 0 | 1011010 | 100101 | 100001 | 101000101 | 1010001 | 100101 |
Color Harmonies of #AC126C
Complementary color
Monochromatic Colors of #AC126C
Black with #AC126C
Text Example
Text Example
White with #AC126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC126C; }
p { color: rgb(172,18,108); }
H1.HeaderClassName
{
color: #AC126C;
}
.AnyTagClassName
{
color: #AC126C;
}
</style>
background-color css
<style>
a { background-color: #AC126C; }
a { background-color: rgb(172,18,108); }
div.DivClassName
{
background-color: #AC126C;
}
.BgClassName
{
background-color: #AC126C;
}
</style>
border-color css
<style>
span { border-color: #AC126C; }
span { border-color: rgb(172,18,108); }
td.TdClassName
{
border-color: #AC126C;
}
.TagClassName
{
border-color: #AC126C;
}
</style>